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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"katex": "^0.16.11",
"next": "^14.2.3",
"next": "^15.5.14",
Copy link

@cubic-dev-ai cubic-dev-ai bot Mar 19, 2026

Choose a reason for hiding this comment

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

P0: Upgrading to Next.js 15 without also upgrading nextra and nextra-theme-docs from v2 to at least v3 (or v4) will almost certainly break the build. Nextra 2.x was designed for Next.js 13/14; the Nextra project itself couples Next.js 15 support with Nextra 3+. Either hold next at v14, or upgrade nextra/nextra-theme-docs alongside this change.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 4:

<comment>Upgrading to Next.js 15 without also upgrading `nextra` and `nextra-theme-docs` from v2 to at least v3 (or v4) will almost certainly break the build. Nextra 2.x was designed for Next.js 13/14; the Nextra project itself couples Next.js 15 support with Nextra 3+. Either hold `next` at v14, or upgrade `nextra`/`nextra-theme-docs` alongside this change.</comment>

<file context>
@@ -1,7 +1,7 @@
   "dependencies": {
     "katex": "^0.16.11",
-    "next": "^14.2.3",
+    "next": "^15.5.14",
     "nextra": "^2.13.4",
     "nextra-theme-docs": "^2.13.4",
</file context>
Suggested change
"next": "^15.5.14",
"next": "^14.2.3",
Fix with Cubic

"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
Expand Down
Loading
Loading