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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Node engine mismatch with v8 deps

Medium Severity

@react-router/node / @react-router/dev v8 require Node >=22.22.0, but this package still declares engines.node as >=20 and the monorepo Volta pin is Node 20.19.5. Installing these as workspace devDependencies can break or warn on the Node 20 CI/dev toolchain the repo still uses, while e2e apps for v8 already pin Node 22.22.0.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b83075f. Configure here.

"react": "^18.3.1",
"react-router": "^7.18.0",
"react-router": "^8.3.0",
"vite": "^6.4.3"
},
"peerDependencies": {
Expand Down
Loading
Loading