Merge branch 'master' into dependencies.io-update-build-95.0.0

This commit is contained in:
Filipp Riabchun 2017-12-05 02:59:00 +03:00 committed by GitHub
commit 0f3ec14b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -51,8 +51,8 @@ module.exports = {
'*.js',
'**/*.test.js',
'**/scripts/*.js',
'**/stories/*.js',
'**/__tests__/*.js',
'**/stories/**/*.js',
'**/__tests__/**/*.js',
],
peerDependencies: true,
},

View File

@ -14,6 +14,8 @@
"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",
@ -21,14 +23,10 @@
},
"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": "*"
}