Skip to content

Commit

Permalink
Merge pull request #2601 from alansouzati/FIX_PEER_DEPENDENCIES
Browse files Browse the repository at this point in the history
Fixed all peerDependencies for apps.
  • Loading branch information
Hypnosphi authored and shilman committed Jan 7, 2018
1 parent 47dc12e commit d8d2bf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addons/storyshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
}
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 @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d8d2bf6

Please sign in to comment.