Skip to content

Commit

Permalink
fix: props-info deps handled by storybook pckg
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 24, 2020
1 parent cfa129a commit 115135e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions examples/storybook-6-no-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"build-storybook": "build-storybook -c .storybook -o ./docs"
},
"dependencies": {
"@component-controls/react-docgen-info": "^0.7.1",
"@component-controls/react-docgen-typescript-info": "^0.7.1",
"@component-controls/storybook": "^0.7.7",
"@storybook/react": "6.0.0-alpha.28",
"babel-loader": "^8.0.6",
Expand Down
2 changes: 0 additions & 2 deletions examples/storybook-6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
"build-storybook": "build-storybook -c .storybook -o ./docs"
},
"dependencies": {
"@component-controls/react-docgen-info": "^0.7.1",
"@component-controls/react-docgen-typescript-info": "^0.7.1",
"@component-controls/storybook": "^0.7.7",
"@storybook/addon-docs": "6.0.0-alpha.28",
"@storybook/preset-typescript": "*",
Expand Down
2 changes: 0 additions & 2 deletions examples/storybook-custom-docs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"build-storybook": "build-storybook -c .storybook -o ./docs"
},
"dependencies": {
"@component-controls/react-docgen-info": "^0.7.1",
"@component-controls/react-docgen-typescript-info": "^0.7.1",
"@component-controls/storybook": "^0.7.7",
"@component-controls/storybook-custom-docs": "^0.7.1",
"@storybook/addon-docs": "6.0.0-alpha.28",
Expand Down
2 changes: 0 additions & 2 deletions examples/storybook-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
"build-docs-only": "build-storybook -c .docs-only -o ./docs"
},
"dependencies": {
"@component-controls/react-docgen-info": "^0.7.1",
"@component-controls/react-docgen-typescript-info": "^0.7.1",
"@component-controls/storybook": "^0.7.7",
"@storybook/addon-docs": "6.0.0-alpha.28",
"@storybook/preset-typescript": "*",
Expand Down

0 comments on commit 115135e

Please sign in to comment.