Skip to content

Commit

Permalink
fix(dependencies): remove react-router-dom version range where not ne…
Browse files Browse the repository at this point in the history
…eded
  • Loading branch information
toomuchdesign committed Mar 25, 2019
1 parent d5f8713 commit 809b196
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/hops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-helmet": "^5.2.0",
"react-router-dom": "^4.3.1 || ^5.0.0"
"react-router-dom": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-helmet": "^5.2.0",
"react-router-dom": "^4.3.1 || ^5.0.0"
"react-router-dom": "^5.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/react#readme"
}
2 changes: 1 addition & 1 deletion packages/redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"react": "^16.4.2",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1 || ^5.0.0",
"react-router-dom": "^5.0.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/template-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-apollo": "^2.2.3",
"react-dom": "^16.4.2",
"react-helmet": "^5.2.0",
"react-router-dom": "^4.3.1 || ^5.0.0"
"react-router-dom": "^5.0.0"
},
"devDependencies": {
"jest": "^23.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-helmet": "^5.2.0",
"react-router-dom": "^4.3.1 || ^5.0.0"
"react-router-dom": "^5.0.0"
},
"devDependencies": {
"jest": "^23.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-dom": "^16.4.2",
"react-helmet": "^5.2.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1 || ^5.0.0",
"react-router-dom": "^5.0.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10139,7 +10139,7 @@ react-redux@^6.0.0:
prop-types "^15.7.2"
react-is "^16.8.2"

"react-router-dom@^4.3.1 || ^5.0.0":
react-router-dom@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.0.0.tgz#542a9b86af269a37f0b87218c4c25ea8dcf0c073"
integrity sha512-wSpja5g9kh5dIteZT3tUoggjnsa+TPFHSMrpHXMpFsaHhQkm/JNVGh2jiF9Dkh4+duj4MKCkwO6H08u6inZYgQ==
Expand Down

0 comments on commit 809b196

Please sign in to comment.