Skip to content

Commit

Permalink
history was missed as a peer dep (#8198)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Dorr <git@timdorr.com>
  • Loading branch information
2 people authored and mjackson committed Nov 5, 2021
1 parent d7e00a7 commit 5cc504f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/react-router-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"types": "./index.d.ts",
"unpkg": "./umd/react-router-dom.production.min.js",
"dependencies": {
"react-router": "6.0.0"
"react-router": "6.0.0",
"history": "^5.1.0"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down
3 changes: 2 additions & 1 deletion packages/react-router-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"types": "./index.d.ts",
"dependencies": {
"@ungap/url-search-params": "^0.1.4",
"react-router": "6.0.0"
"react-router": "6.0.0",
"history": "^5.1.0"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": ">=16.8"
},
"dependencies": {
"history": "^5.0.3"
"history": "^5.1.0"
},
"sideEffects": false,
"keywords": [
Expand Down

0 comments on commit 5cc504f

Please sign in to comment.