Skip to content
Open
Show file tree
Hide file tree
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
148 changes: 106 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint"
},
"dependencies": {
"next": "16.1.6",
"next": "16.2.3",
Copy link
Copy Markdown

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

Low Severity

The next dependency is bumped to 16.2.3 but eslint-config-next remains pinned at 16.1.6. These two packages are designed to be kept in sync — eslint-config-next bundles @next/eslint-plugin-next at the matching version with linting rules specific to that Next.js release. This version skew could cause lint rules to miss new patterns or produce false positives for the updated framework version.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a3bf9e6. Configure here.

"react": "19.2.3",
"react-dom": "19.2.3"
},
Expand Down