Skip to content
Closed
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@segment/analytics-next": "^1.81.1",
"@vercel/og": "^0.8.5",
"classnames": "^2.5.1",
"next": "^14.2.32",
"next": "^16.0.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Next.js ESLint Version Incompatibility

The eslint-config-next package is at version 15.5.3 while next is being upgraded to 16.0.1. These versions should typically match to ensure ESLint rules are compatible with the Next.js version being used. The mismatched versions may cause linting rules to be outdated or incompatible with Next.js 16 features.

Fix in Cursor Fix in Web

"mixpanel-browser": "^2.64.0",
"nextra": "^3.1.0",
"nextra-theme-docs": "^3.3.1",
Expand Down
Loading
Loading