Skip to content

Commit

Permalink
Remove peer deps from template package.json (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcloudquery authored Oct 9, 2024
1 parent 297c141 commit f2d09eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudquery/plugin-config-ui-lib",
"description": "Plugin configuration UI library for CloudQuery Cloud App",
"version": "4.2.1",
"version": "4.2.2",
"private": false,
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
13 changes: 1 addition & 12 deletions src/template/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,8 @@
"private": true,
"homepage": "./",
"dependencies": {
"@cloudquery/plugin-config-ui-connector": "^0.2.16",
"@cloudquery/plugin-config-ui-lib": "^{{cloudQueryPluginConfigUiLibVersion}}",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^6.0.0",
"@mui/lab": "^6.0.0-beta.9",
"@mui/material": "^6.0.0",
"@mui/system": "^6.0.0",
"@mui/x-date-pickers": "^7.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^4.9.5",
"yup": "^1.4.0"
"typescript": "^4.9.5"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down
2 changes: 1 addition & 1 deletion src/template/src/hooks/useConfig.tsx.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { useMemo } from 'react';

import { FormMessagePayload } from '@cloudquery/plugin-config-ui-connector';
import { AuthType, SourceConfig } from '@cloudquery/plugin-config-ui-lib';

{{#if yup}}

import * as yup from 'yup';
{{/if}}

Expand Down

0 comments on commit f2d09eb

Please sign in to comment.