Skip to content

Commit

Permalink
Merge pull request #3073 from storybooks/peer-deps-wildcard
Browse files Browse the repository at this point in the history
Don't use exact versions in peerDependencies
# Conflicts:
#	app/react-native/package.json
#	app/vue/package.json
  • Loading branch information
Hypnosphi committed Mar 6, 2018
1 parent d14b9d0 commit bdb8892
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
"peerDependencies": {
"babel-core": "^6.26.0 || ^7.0.0-0",
"react": "*",
"react-native": ">=0.27.0"
"react-native": ">=0.51.0"
}
}
6 changes: 3 additions & 3 deletions app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
},
"peerDependencies": {
"babel-core": "^6.26.0 || ^7.0.0-0",
"vue": "2.5.13",
"vue-loader": "13.6.1",
"vue-template-compiler": "2.5.13"
"vue": ">=2.0.0",
"vue-loader": ">=13.0.0",
"vue-template-compiler": ">=2.0.0"
}
}

0 comments on commit bdb8892

Please sign in to comment.