Skip to content

Commit

Permalink
Merge pull request #2337 from storybooks/optimize-storyshots-peers
Browse files Browse the repository at this point in the history
Optimize `@storybook/addon-storyshots` peerDependencies
  • Loading branch information
Hypnosphi committed Dec 4, 2017
2 parents a9e745c + 6dfbd3f commit 3b03c7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ module.exports = {
'*.js',
'**/*.test.js',
'**/scripts/*.js',
'**/stories/*.js',
'**/__tests__/*.js',
'**/stories/**/*.js',
'**/__tests__/**/*.js',
],
peerDependencies: true,
},
Expand Down
6 changes: 2 additions & 4 deletions addons/storyshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,19 @@
"storybook": "start-storybook -p 6006"
},
"dependencies": {
"@storybook/channels": "^3.2.17",
"babel-core": "^6.26.0",
"babel-runtime": "^6.26.0",
"global": "^4.3.2",
"prop-types": "^15.6.0",
"read-pkg-up": "^3.0.0"
},
"devDependencies": {
"@storybook/addons": "^3.2.17",
"@storybook/channels": "^3.2.17",
"@storybook/react": "^3.2.17"
},
"peerDependencies": {
"@storybook/addons": "^3.2.17",
"@storybook/channels": "^3.2.17",
"@storybook/react": "^3.2.17",
"babel-core": "^6.26.0",
"react": "*",
"react-test-renderer": "*"
}
Expand Down

0 comments on commit 3b03c7e

Please sign in to comment.