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",
"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.

Unmet React Router v8 requirements

Medium Severity

The React Router v8 bump leaves react at ^18.3.1 and vite at ^6.4.3, while v8 requires React >=19.2.7, Node >=22.22.0 for @react-router/node, and Vite 7+ for framework mode. That mismatches the package engines and Volta Node 20 pin.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 6373e65. Configure here.

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