Skip to content

Commit

Permalink
Relax constraints upgrade react-router-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
benwinding committed May 24, 2022
1 parent a05b3de commit 6cdd4f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "4.0.0",
"peerDependencies": {
"firebase": "^9.6.4",
"react": "^17.x || ^18.x",
"react-admin": "^4.x",
"react-dom": "^17.x || ^18.x",
"react-router-dom": "^5.x"
"react": "17.x || 18.x",
"react-admin": "4.x",
"react-dom": "17.x || 18.x",
"react-router-dom": "5.x || 6.x"
},
"dependencies": {
"lodash": "4.x",
Expand Down
2 changes: 1 addition & 1 deletion src-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"firebase": "^9.6.4",
"@material-ui/icons": "4.11.3",
"@material-ui/core": "4.12.4",
"react-router-dom": "^5.x",
"react-router-dom": "^6.x",
"ra-input-rich-text": "^4.1.0",
"react": "^18.x",
"react-admin": "^4.1.0",
Expand Down

0 comments on commit 6cdd4f4

Please sign in to comment.