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.13.1",
"@react-router/dev": "^8.2.0",
"@react-router/node": "^8.2.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 below v8 minimum

Medium Severity

@react-router/node@8.2.0 requires Node >=22.22.0, but this package still declares engines.node as >=20 and the monorepo runs on Node 20. Installing and developing against the bumped peer/dev dependency is incompatible with the stated runtime support.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 09b3eab. Configure here.

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