Skip to content
Open
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
6 changes: 3 additions & 3 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"glob": "^13.0.6"
},
"devDependencies": {
"@react-router/dev": "^7.17.0",
"@react-router/node": "^7.15.0",
"@react-router/dev": "^8.3.0",
"@react-router/node": "^8.3.0",
Comment thread
cursor[bot] marked this conversation as resolved.
"react": "^18.3.1",
"react-router": "^7.18.0",
"react-router": "^8.3.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing React and Vite upgrades

High Severity

The React Router group was bumped to v8 without updating companion requirements. react stays on ^18.3.1 and vite on ^6.4.3, while React Router 8 requires React >=19.2.7, Vite 7+ for framework mode, and Node >=22.22.0 for @react-router/node. That leaves an install and runtime matrix this package cannot satisfy.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 37854ef. Configure here.

"vite": "^6.4.3"
},
"peerDependencies": {
Expand Down
Loading
Loading