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 @@ -24,7 +24,7 @@
"isbot": "^5.1.22",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"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

This commit bumps only react-router to 7.15.0 while react-router-dom, @react-router/dev, and @react-router/fs-routes remain on 7.13.0. react-router-dom depends on react-router@7.13.0, so installs can resolve two react-router versions and break router context or E2E behavior.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 310fa2f. Configure here.

"react-router-dom": "7.13.0"
},
"devDependencies": {
Expand Down
Loading