Skip to content

Commit

Permalink
UI: Move addon dependencies to devDependencies (#8206)
Browse files Browse the repository at this point in the history
UI: Move addon dependencies to devDependencies
  • Loading branch information
shilman committed Oct 7, 2019
1 parent a39f2f4 commit f5ed2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ui/package.json
Expand Up @@ -26,8 +26,6 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addon-actions": "5.2.1",
"@storybook/addon-knobs": "5.2.1",
"@storybook/addons": "5.2.1",
"@storybook/api": "5.2.1",
"@storybook/channels": "5.2.1",
Expand Down Expand Up @@ -63,6 +61,8 @@
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@storybook/addon-actions": "5.3.0-alpha.3",
"@storybook/addon-knobs": "5.3.0-alpha.3",
"corejs-upgrade-webpack-plugin": "^2.2.0",
"flush-promises": "^1.0.2",
"terser-webpack-plugin": "^1.2.4",
Expand Down

0 comments on commit f5ed2f6

Please sign in to comment.