From cd5ca861fb749687c19fb4de1fd6b1628b472a52 Mon Sep 17 00:00:00 2001 From: Nik Nasr Date: Thu, 9 Jul 2026 12:46:32 +0100 Subject: [PATCH] update nextjs Signed-off-by: Nik Nasr --- typescript/templates/nextjs/package.json | 6 +++--- typescript/templates/vercel/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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": {