diff --git a/.templates/template-next/package.json b/.templates/template-next/package.json index 42c0e078b..62a13f73b 100644 --- a/.templates/template-next/package.json +++ b/.templates/template-next/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^16.1.3", + "next": "^16.1.4", "react": "^19.2.3", "react-dom": "^19.2.3" }, diff --git a/next-full/package.json b/next-full/package.json index 53a96c16d..7f0069554 100644 --- a/next-full/package.json +++ b/next-full/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^16.1.3", + "next": "^16.1.4", "prosekit": "^0.17.1", "react": "^19.2.3", "react-dom": "^19.2.3"