Skip to content
Open
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.13.0",
"react-router": "7.15.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.

React Router version skew

Medium Severity

Only react-router is bumped to 7.15.0 while @react-router/node, @react-router/serve, and @react-router/dev remain on 7.13.0. That split can install two react-router versions or leave build tooling on older bits, so the e2e app may not reliably exercise 7.15.0 and CI can fail unpredictably.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ed3e796. Configure here.

"@react-router/node": "7.13.0",
"@react-router/serve": "7.13.0",
"@sentry/react-router": "file:../../packed/sentry-react-router-packed.tgz",
Expand Down
Loading