From 54ae75fabfa07653777a827e2eb51be17855edec Mon Sep 17 00:00:00 2001 From: Emmanuel Vuigner Date: Fri, 15 Dec 2017 11:28:58 +0100 Subject: [PATCH] fix: move babel-core to peerDependencies typo do same for storyshots addon --- addons/storyshots/package.json | 2 +- app/react-native/package.json | 2 +- app/react/package.json | 2 +- app/vue/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/storyshots/package.json b/addons/storyshots/package.json index d28136cf5b3d..66c0de0d02e9 100644 --- a/addons/storyshots/package.json +++ b/addons/storyshots/package.json @@ -15,7 +15,6 @@ }, "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", @@ -27,6 +26,7 @@ }, "peerDependencies": { "@storybook/addons": "^3.2.17", + "babel-core": "^6.26.0 | ^7.0.0-0", "react": "*", "react-test-renderer": "*" } diff --git a/app/react-native/package.json b/app/react-native/package.json index 20f141c9d423..d8bf802e356c 100644 --- a/app/react-native/package.json +++ b/app/react-native/package.json @@ -30,7 +30,6 @@ "@storybook/channel-websocket": "^3.2.17", "@storybook/ui": "^3.2.17", "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", @@ -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" } diff --git a/app/react/package.json b/app/react/package.json index e082897a30dd..17c92fbc3024 100644 --- a/app/react/package.json +++ b/app/react/package.json @@ -29,7 +29,6 @@ "@storybook/ui": "^3.2.17", "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", @@ -78,6 +77,7 @@ "nodemon": "^1.12.7" }, "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" } diff --git a/app/vue/package.json b/app/vue/package.json index f9320337d33b..23a76a55dfdd 100644 --- a/app/vue/package.json +++ b/app/vue/package.json @@ -29,7 +29,6 @@ "@storybook/ui": "^3.2.17", "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", @@ -82,6 +81,7 @@ "vue-template-compiler": "^2.5.11" }, "peerDependencies": { + "babel-core": "^6.26.0 | ^7.0.0-0", "vue": "2.5.11", "vue-loader": "*", "vue-template-compiler": "2.5.11"