diff --git a/typescript/templates/nextjs/package.json b/typescript/templates/nextjs/package.json index 1c74ecf2..31b40d5c 100644 --- a/typescript/templates/nextjs/package.json +++ b/typescript/templates/nextjs/package.json @@ -10,9 +10,9 @@ "dependencies": { "@restatedev/restate-sdk": "^1.16.0", "@restatedev/restate-sdk-clients": "^1.16.0", - "next": "16.1.1", - "react": "19.1.0", - "react-dom": "19.1.0", + "next": "16.2.10", + "react": "19.2.7", + "react-dom": "19.2.7", "zod": "^4.3" }, "devDependencies": { diff --git a/typescript/templates/vercel/package.json b/typescript/templates/vercel/package.json index 15f18128..f8e179e5 100644 --- a/typescript/templates/vercel/package.json +++ b/typescript/templates/vercel/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@restatedev/restate-sdk": "^1.16.0", - "next": "16.1.1", + "next": "16.2.10", "zod": "^4.3" }, "devDependencies": {