Skip to content

Commit

Permalink
Merge pull request #4705 from storybooks/fix-deps
Browse files Browse the repository at this point in the history
Remove SB deps from cli tests
  • Loading branch information
Hypnosphi authored and shilman committed Nov 6, 2018
1 parent 7eca652 commit c11a3e0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion addons/ondevice-knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-native-switch": "^1.5.0"
},
"peerDependencies": {
"@storybook/addon-knobs": "4.0.0-alpha.24",
"@storybook/addon-knobs": "4.0.0",
"react": "*",
"react-native": "*"
}
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 @@ -30,6 +30,6 @@
"puppeteer": "^1.9.0"
},
"peerDependencies": {
"@storybook/addon-storyshots": "4.0.0-alpha.16"
"@storybook/addon-storyshots": "4.0.0"
}
}
3 changes: 1 addition & 2 deletions lib/cli/test/fixtures/react_babel_config_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "7.0.0",
"@babel/core": "7.1.0",
"babel-loader": "8.0.2",
"@storybook/react": "^4.0.0-alpha.17"
"babel-loader": "8.0.2"
}
}
3 changes: 1 addition & 2 deletions lib/cli/test/fixtures/react_babel_custom_preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "7.0.0",
"@babel/core": "7.1.0",
"babel-loader": "8.0.2",
"@storybook/react": "^4.0.0-alpha.17"
"babel-loader": "8.0.2"
}
}
3 changes: 1 addition & 2 deletions lib/cli/test/fixtures/react_babel_pkg_json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "7.0.0",
"@babel/core": "7.1.0",
"babel-loader": "8.0.2",
"@storybook/react": "^4.0.0-alpha.17"
"babel-loader": "8.0.2"
},
"babel": {
"plugins": ["@babel/plugin-proposal-optional-chaining"]
Expand Down
3 changes: 1 addition & 2 deletions lib/cli/test/fixtures/react_babelrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "7.0.0",
"@babel/core": "7.1.0",
"babel-loader": "8.0.2",
"@storybook/react": "^4.0.0-alpha.17"
"babel-loader": "8.0.2"
}
}
3 changes: 1 addition & 2 deletions lib/cli/test/fixtures/react_babelrc_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "7.0.0",
"@babel/core": "7.1.0",
"babel-loader": "8.0.2",
"@storybook/react": "^4.0.0-alpha.17"
"babel-loader": "8.0.2"
}
}
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": "4.0.0-alpha.16",
"version": "4.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit c11a3e0

Please sign in to comment.