Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "7.9.6",
"react-router": "7.12.0",
Copy link

Choose a reason for hiding this comment

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

React Router package versions mismatch causes incompatibility

Medium Severity

The react-router package was updated to 7.12.0 while @react-router/node, @react-router/serve, and @react-router/dev remain at 7.9.6. These packages are part of the same React Router monorepo and are released together with matching versions. Other test applications in this repository keep all React Router package versions synchronized. This mismatch could cause build failures, type mismatches, or runtime incompatibilities in the e2e tests.

Additional Locations (1)

Fix in Cursor Fix in Web

"@react-router/node": "7.9.6",
"@react-router/serve": "7.9.6",
"@sentry/react-router": "latest || *",
Expand Down
Loading