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 @@ -22,7 +22,7 @@
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"concurrently": "7.6.0",
"next": "14.2.25",
"next": "15.5.10",
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 next and eslint-config-next packages

Medium Severity

Upgrading next from 14.2.25 to 15.5.10 creates a major version mismatch with eslint-config-next which remains at 14.2.25. Before this change, both packages were at version 14.x. The eslint-config-next package is designed to work with the corresponding major version of Next.js, and this mismatch can cause ESLint configuration issues, missing Next.js 15-specific lint rules, or build/test failures in the E2E test suite.

Additional Locations (1)

Fix in Cursor Fix in Web

"react": "18.2.0",
"react-dom": "18.2.0",
"supabase": "2.19.7",
Expand Down
Loading