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 @@ -41,7 +41,7 @@
"dotenv": "^17.2.0",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"next": "^14.2.35",
"next": "^16.1.5",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incompatible nextra version with Next.js 16 upgrade

High Severity

Upgrading next from 14.2.35 to 16.1.5 creates a major incompatibility with nextra 2.13.4, which has peer dependencies requiring next@^12 || ^13 || ^14. Nextra 4.x was released specifically for newer Next.js versions. Additionally, @next/third-parties at ^14.2.35 may have compatibility issues since these packages follow Next.js version numbering. The build will likely fail or produce runtime errors due to these peer dependency mismatches.

Additional Locations (2)

Fix in Cursor Fix in Web

"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"node-fetch": "^3.3.2",
Expand Down
Loading
Loading