From 36205507f5827f3f1dbd7a1b5250704533565483 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:55:38 +0000 Subject: [PATCH] chore(deps): update nextjs monorepo to ^16.2.7 --- .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 654a1c4e33..28620b65b3 100644 --- a/.templates/template-next/package.json +++ b/.templates/template-next/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^16.2.6", + "next": "^16.2.7", "react": "^19.2.7", "react-dom": "^19.2.7" }, diff --git a/next-full/package.json b/next-full/package.json index 1b365736b4..0b83253b0d 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.6", + "next": "^16.2.7", "prosekit": "^0.21.4", "react": "^19.2.7", "react-dom": "^19.2.7"