From 923d7a910f2276a71b34b19cc41cb7f06a29a4a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:07:06 +0000 Subject: [PATCH] chore(deps): update nextjs monorepo to ^16.2.8 --- .templates/template-next/package.json | 2 +- next-full/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.templates/template-next/package.json b/.templates/template-next/package.json index 235cf60a01..c82bc0b77b 100644 --- a/.templates/template-next/package.json +++ b/.templates/template-next/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^16.2.7", + "next": "^16.2.8", "react": "^19.2.7", "react-dom": "^19.2.7" }, diff --git a/next-full/package.json b/next-full/package.json index f418883895..e97816a527 100644 --- a/next-full/package.json +++ b/next-full/package.json @@ -11,7 +11,7 @@ "dependencies": { "beautiful-mermaid": "^1.1.3", "katex": "^0.17.0", - "next": "^16.2.7", + "next": "^16.2.8", "prosekit": "^0.21.4", "react": "^19.2.7", "react-dom": "^19.2.7"