From 333fda4757348f6898c2c06a4d14c58f3f59439d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 23:20:56 +0000 Subject: [PATCH] chore(deps): update dependency next to ^16.2.10 --- .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 2be1b397d1..0691bc040b 100644 --- a/.templates/template-next/package.json +++ b/.templates/template-next/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^16.2.9", + "next": "^16.2.10", "react": "^19.2.7", "react-dom": "^19.2.7" }, diff --git a/next-full/package.json b/next-full/package.json index b2a2fd921d..cb9e063ee6 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.9", + "next": "^16.2.10", "prosekit": "^0.21.4", "react": "^19.2.7", "react-dom": "^19.2.7"