Skip to content

Commit

Permalink
Revert "Fix strict dependencies (#4657)"
Browse files Browse the repository at this point in the history
This reverts commit 59513c9.
  • Loading branch information
mjackson committed Mar 8, 2017
1 parent d01a612 commit 716d467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-router-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"history": "^4.5.1",
"react-router": "4.0.0-beta.7"
"react-router": "^4.0.0-beta.7"
},
"devDependencies": {
"babel-cli": "^6.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-native": ">=0.40"
},
"dependencies": {
"react-router": "4.0.0-beta.7"
"react-router": "^4.0.0-beta.7"
},
"devDependencies": {
"babel-jest": "18.0.0",
Expand Down

0 comments on commit 716d467

Please sign in to comment.