From d8d2bf6408ed866f11e8cc57f7524507e23b278d Mon Sep 17 00:00:00 2001 From: Filipp Riabchun Date: Fri, 29 Dec 2017 00:12:36 +0300 Subject: [PATCH] Merge pull request #2601 from alansouzati/FIX_PEER_DEPENDENCIES Fixed all peerDependencies for apps. --- addons/storyshots/package.json | 2 +- app/react-native/package.json | 2 +- app/vue/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/storyshots/package.json b/addons/storyshots/package.json index 36356a90379a..8d5521ab9902 100644 --- a/addons/storyshots/package.json +++ b/addons/storyshots/package.json @@ -41,7 +41,7 @@ }, "peerDependencies": { "@storybook/addons": "^3.3.3", - "babel-core": "^6.26.0 | ^7.0.0-0", + "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 bd0d89fa2b94..dcee8ade10b1 100644 --- a/app/react-native/package.json +++ b/app/react-native/package.json @@ -76,7 +76,7 @@ "react-native": "^0.51.0" }, "peerDependencies": { - "babel-core": "^6.26.0 | ^7.0.0-0", + "babel-core": "^6.26.0 || ^7.0.0-0", "react": "*", "react-native": ">=0.27.0" } diff --git a/app/vue/package.json b/app/vue/package.json index 59172c414418..eb21b273e22c 100644 --- a/app/vue/package.json +++ b/app/vue/package.json @@ -84,7 +84,7 @@ "vue-template-compiler": "^2.5.13" }, "peerDependencies": { - "babel-core": "^6.26.0 | ^7.0.0-0", + "babel-core": "^6.26.0 || ^7.0.0-0", "vue": "2.5.13", "vue-loader": "13.6.1", "vue-template-compiler": "2.5.13"