Skip to content

Commit

Permalink
Addon-centered/contexts: Move optionalDependencies to peerDepen… (#7315)
Browse files Browse the repository at this point in the history
Addon-centered/contexts: Move optionalDependencies to peerDependencies
  • Loading branch information
shilman authored Jul 5, 2019
2 parents 65db79f + 9327992 commit a4780d7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
7 changes: 5 additions & 2 deletions addons/centered/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@types/mithril": "^1.1.16"
"@types/mithril": "^1.1.16",
"mithril": "*",
"preact": "*",
"react": "*"
},
"optionalDependencies": {
"peerDependencies": {
"mithril": "*",
"preact": "*",
"react": "*"
Expand Down
7 changes: 5 additions & 2 deletions addons/contexts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@
},
"peerDependencies": {
"global": "*",
"qs": "*"
"qs": "*",
"preact": "*",
"react": "*",
"vue": "*"
},
"optionalDependencies": {
"devDependencies": {
"preact": "*",
"react": "*",
"vue": "*"
Expand Down
2 changes: 1 addition & 1 deletion addons/storyshots/storyshots-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"puppeteer": "^1.12.2"
},
"peerDependencies": {
"@storybook/addon-storyshots": "5.2.0-alpha.23",
"@storybook/addon-storyshots": "5.2.0-alpha.35",
"puppeteer": "^1.12.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/root",
"version": "5.2.0-alpha.23",
"version": "5.2.0-alpha.35",
"private": true,
"description": "Storybook is an open source tool for developing UI components in isolation for React, Vue and Angular. It makes building stunning UIs organized and efficient.",
"keywords": [
Expand Down

0 comments on commit a4780d7

Please sign in to comment.