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
  • Loading branch information
Hypnosphi authored Feb 27, 2018
2 parents eeb1885 + 29d7bd4 commit 03cce7a
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 @@ -72,6 +72,6 @@
"babel-core": "^6.26.0 || ^7.0.0-0",
"babel-runtime": ">=6.0.0",
"react": "*",
"react-native": "0.52.2"
"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 @@ -64,8 +64,8 @@
"peerDependencies": {
"babel-core": "^6.26.0 || ^7.0.0-0",
"babel-runtime": ">=6.0.0",
"vue": "2.5.13",
"vue-loader": "13.7.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 03cce7a

Please sign in to comment.