Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump react-router-dom from 6.28.0 to 7.0.1 #5117

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "18.3.1",
"react-i18next": "11.18.6",
"react-router": "7.0.1",
"react-router-dom": "6.28.0",
"react-router-dom": "7.0.1",
"uuid": "11.0.3"
},
"devDependencies": {
Expand Down
35 changes: 8 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3252,13 +3252,6 @@ __metadata:
languageName: node
linkType: hard

"@remix-run/router@npm:1.21.0":
version: 1.21.0
resolution: "@remix-run/router@npm:1.21.0"
checksum: d9477a7772053ad0ffcf03385cfb1a54e56f8a56d1f9f5062de3b1dfcbd019dd73282a00a5a72aa55c120771110982448c165c1405d64540aaef13051a8e45cc
languageName: node
linkType: hard

"@rtsao/scc@npm:^1.1.0":
version: 1.1.0
resolution: "@rtsao/scc@npm:1.1.0"
Expand Down Expand Up @@ -11579,27 +11572,15 @@ __metadata:
languageName: node
linkType: hard

"react-router-dom@npm:6.28.0":
version: 6.28.0
resolution: "react-router-dom@npm:6.28.0"
dependencies:
"@remix-run/router": 1.21.0
react-router: 6.28.0
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 0cf4658a92bc66f50ec9d8518c36aa5a402bcadce71fb624ed6f900d73a29ea87ff904a4f2c42279107e75e80cc08c6192563fadcc5d4e642e6d476e38e83b21
languageName: node
linkType: hard

"react-router@npm:6.28.0":
version: 6.28.0
resolution: "react-router@npm:6.28.0"
"react-router-dom@npm:7.0.1":
version: 7.0.1
resolution: "react-router-dom@npm:7.0.1"
dependencies:
"@remix-run/router": 1.21.0
react-router: 7.0.1
peerDependencies:
react: ">=16.8"
checksum: 23246ca957b5c2bc8d6f9a81fee2df2ce4fc3feca3ec27c2fd85999568fc1299a4e8273e4ab70b6f3acd43a1fb45e0c93cb01ef77e68c9f9e1f7e4f42a1419ea
react: ">=18"
react-dom: ">=18"
checksum: 1e71019eb0fe47e1aa4c7d160ba1de389777cb1d8447493655e30b954be41934dcbc7ae364fc3b85cc17f5d49545f412994d450716bf143e8fb1fe61a7e02bd1
languageName: node
linkType: hard

Expand Down Expand Up @@ -14283,7 +14264,7 @@ __metadata:
react-dom: 18.3.1
react-i18next: 11.18.6
react-router: 7.0.1
react-router-dom: 6.28.0
react-router-dom: 7.0.1
simple-git: 3.27.0
sort-json: 2.0.1
svg-inline-loader: 0.8.2
Expand Down
Loading