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 @@ -14,7 +14,7 @@
"@sentry/remix": "latest || *",
"@remix-run/css-bundle": "2.7.2",
"@remix-run/node": "2.7.2",
"@remix-run/react": "2.7.2",
"@remix-run/react": "2.17.3",
Copy link

Choose a reason for hiding this comment

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

Remix package version mismatch may cause compatibility issues

Medium Severity

The @remix-run/react package is being updated to 2.17.3 while all other @remix-run/* packages (@remix-run/css-bundle, @remix-run/node, @remix-run/serve, @remix-run/dev, @remix-run/eslint-config) remain at 2.7.2. Remix packages are designed to work together at the same version, and this 10 minor version mismatch could cause API incompatibilities, build failures, or unexpected runtime behavior in E2E tests. Other Remix test applications in this repository maintain consistent versions across all Remix packages.

Fix in Cursor Fix in Web

"@remix-run/serve": "2.7.2",
"isbot": "^3.6.8",
"react": "^18.2.0",
Expand Down
Loading