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.1.2",
Copy link

Choose a reason for hiding this comment

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

Next.js 16 requires React 19, project uses React 18

High Severity

Upgrading next from 14.2.32 to 16.1.2 without also upgrading react and react-dom from 18.3.1 to 19.x creates a peer dependency incompatibility. Next.js 15+ requires React 19, as documented in the official upgrade guide. The current configuration will likely cause build failures or runtime errors since Next.js 16 internally depends on React 19 features and APIs that don't exist in React 18.

Additional Locations (1)

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