diff --git a/.templates/template-next/package.json b/.templates/template-next/package.json index c431c1eb5b..88c8912b80 100644 --- a/.templates/template-next/package.json +++ b/.templates/template-next/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^16.3.1", + "next": "^16.3.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/next-full/package.json b/next-full/package.json index 63d3aa3f2b..8c4a99cb66 100644 --- a/next-full/package.json +++ b/next-full/package.json @@ -11,7 +11,7 @@ "dependencies": { "beautiful-mermaid": "^1.1.3", "katex": "^0.18.4", - "next": "^16.3.1", + "next": "^16.3.4", "prosekit": "^0.22.2", "react": "^19.2.8", "react-dom": "^19.2.8"