Skip to content

Commit

Permalink
Merge pull request #2494 from maiis/fix-babel-core
Browse files Browse the repository at this point in the history
fix compatibility with @babel/core v7
  • Loading branch information
ndelangen authored Dec 21, 2017
2 parents fb94010 + 2b4e54b commit 0b490c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addons/storyshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
},
"dependencies": {
"@storybook/channels": "^3.2.18",
"babel-core": "^6.26.0",
"babel-runtime": "^6.26.0",
"global": "^4.3.2",
"prop-types": "^15.6.0",
Expand All @@ -27,6 +26,7 @@
},
"peerDependencies": {
"@storybook/addons": "^3.2.18",
"babel-core": "^6.26.0 | ^7.0.0-0",
"react": "*",
"react-test-renderer": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@storybook/channel-websocket": "^3.2.18",
"@storybook/ui": "^3.2.18",
"autoprefixer": "^7.2.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
Expand Down Expand Up @@ -74,6 +73,7 @@
"react-native": "^0.51.0"
},
"peerDependencies": {
"babel-core": "^6.26.0 | ^7.0.0-0",
"react": "*",
"react-native": ">=0.27.0"
}
Expand Down
2 changes: 1 addition & 1 deletion app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@storybook/ui": "^3.2.18",
"airbnb-js-shims": "^1.4.0",
"autoprefixer": "^7.2.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-react-docgen": "^1.8.0",
"babel-plugin-transform-regenerator": "^6.26.0",
Expand Down Expand Up @@ -78,6 +77,7 @@
"nodemon": "^1.13.3"
},
"peerDependencies": {
"babel-core": "^6.26.0 | ^7.0.0-0",
"react": ">=15.0.0 || ^16.0.0",
"react-dom": ">=15.0.0 || ^16.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@storybook/ui": "^3.2.18",
"airbnb-js-shims": "^1.4.0",
"autoprefixer": "^7.2.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-react-docgen": "^1.8.0",
"babel-plugin-transform-regenerator": "^6.26.0",
Expand Down Expand Up @@ -82,6 +81,7 @@
"vue-template-compiler": "^2.5.12"
},
"peerDependencies": {
"babel-core": "^6.26.0 | ^7.0.0-0",
"vue": "2.5.12",
"vue-loader": "13.6.0",
"vue-template-compiler": "2.5.12"
Expand Down

0 comments on commit 0b490c5

Please sign in to comment.