Skip to content

Commit

Permalink
Update peer depednedncy to support react-router-dom for < 7
Browse files Browse the repository at this point in the history
  • Loading branch information
sshyam-gupta committed Dec 25, 2024
1 parent 8f99aab commit 3f553b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8",
"react-router-dom": ">=6.19"
"react-router-dom": ">=6.19 <7"
},
"size-limit": [
{

0 comments on commit 3f553b0

Please sign in to comment.