From aead028dd34c9e50695bb30fa7476ca264c3d81f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 02:05:21 +0000 Subject: [PATCH] chore(deps): update nextjs monorepo to ^16.2.9 --- .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 c82bc0b77b..a14dd4940a 100644 --- a/.templates/template-next/package.json +++ b/.templates/template-next/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^16.2.8", + "next": "^16.2.9", "react": "^19.2.7", "react-dom": "^19.2.7" }, diff --git a/next-full/package.json b/next-full/package.json index e97816a527..8649ff40ae 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.8", + "next": "^16.2.9", "prosekit": "^0.21.4", "react": "^19.2.7", "react-dom": "^19.2.7"