diff --git a/.templates/template-next/package.json b/.templates/template-next/package.json index 7b89c2b28..86d258896 100644 --- a/.templates/template-next/package.json +++ b/.templates/template-next/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^16.1.2", + "next": "^16.1.3", "react": "^19.2.3", "react-dom": "^19.2.3" }, diff --git a/next-full/package.json b/next-full/package.json index 60a1223f3..d0a01a23b 100644 --- a/next-full/package.json +++ b/next-full/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^16.1.2", + "next": "^16.1.3", "prosekit": "^0.17.1", "react": "^19.2.3", "react-dom": "^19.2.3"