Skip to content

Commit

Permalink
fix: webpack configs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jun 26, 2020
1 parent d579475 commit faaa608
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions core/webpack-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"license": "MIT",
"dependencies": {
"@component-controls/instrument": "^1.5.5",
"@component-controls/react-docgen-info": "^1.5.1",
"@component-controls/react-docgen-typescript-info": "^1.5.1",
"babel-loader": "^8.0.6",
"babel-preset-react-app": "^9.0.0",
"deepmerge": "^4.2.2",
"typescript": "^3.8.3",
"webpack": "^4.43.0"
Expand Down
2 changes: 0 additions & 2 deletions integrations/gatsby-theme-stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
"@component-controls/app": "^1.5.5",
"@component-controls/core": "^1.5.1",
"@component-controls/pages": "^1.5.5",
"@component-controls/react-docgen-info": "^1.5.1",
"@component-controls/react-docgen-typescript-info": "^1.5.1",
"@component-controls/webpack-compile": "^1.5.5",
"gatsby": "^2.22.10",
"gatsby-plugin-react-helmet": "^3.3.2",
Expand Down
6 changes: 1 addition & 5 deletions integrations/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
"@component-controls/core": "^1.5.1",
"@component-controls/loader": "^1.5.5",
"@component-controls/pages": "^1.5.5",
"@component-controls/react-docgen-info": "^1.5.1",
"@component-controls/react-docgen-typescript-info": "^1.5.1",
"@component-controls/store": "^1.5.5",
"@component-controls/storybook-custom-docs": "^1.5.0",
"@component-controls/webpack-configs": "^1.5.5",
Expand All @@ -57,9 +55,7 @@
"@storybook/addons": "next",
"@storybook/api": "next",
"@storybook/client-api": "next",
"@types/node": "^13.7.0",
"babel-loader": "^8.0.6",
"babel-preset-react-app": "^9.0.0"
"@types/node": "^13.7.0"
},
"peerDependencies": {
"@storybook/addons": "*",
Expand Down

0 comments on commit faaa608

Please sign in to comment.