Skip to content

Commit

Permalink
Update peerDependencies to allow react-router-dom v5
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Sep 5, 2024
1 parent 35e3f9c commit 7e7403e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react": "^16.14.0 || ^17.0.2",
"react-dom": "^16.14.0 || ^17.0.2",
"react-intl": "^6.4.1",
"react-router-dom": "^6.0.0"
"react-router-dom": "^5.0.0 || ^6.0.0"
},
"engines": {
"node": "^20.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "module",
"scripts": {},
"peerDependencies": {
"react-router-dom": "^6.0.0"
"react-router-dom": "^5.0.0 || ^6.0.0"
},
"engines": {
"node": "^20.14.0",
Expand Down

0 comments on commit 7e7403e

Please sign in to comment.