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": "14.2.32",
Copy link

Choose a reason for hiding this comment

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

Bug: Next.js Dependency Version Mismatch

The next dependency is at 14.2.32, but eslint-config-next remains at 14.2.25. This version mismatch can cause ESLint configuration inconsistencies, potentially leading to missed linting checks or other configuration issues.

Fix in Cursor Fix in Web

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