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

Choose a reason for hiding this comment

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

Version mismatch between @remix-run packages

Low Severity

This Dependabot PR updates @remix-run/react to 2.17.1 while leaving all other @remix-run/* packages (@remix-run/css-bundle, @remix-run/node, @remix-run/serve, @remix-run/dev, @remix-run/eslint-config) at 2.16.7. Remix packages are designed to work together at the same version, and other test applications in this repository keep all @remix-run/* packages at consistent versions. This version mismatch could lead to compatibility issues, type mismatches, or unexpected test behavior that doesn't reflect actual Sentry SDK issues.

Fix in Cursor Fix in Web

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