From 1fb904cdd03d9f1cc96d18bed562394ec8426357 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:55:51 +0000 Subject: [PATCH] chore(deps): update dependency next to ^16.1.3 --- .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 7b89c2b28..86d258896 100644 --- a/.templates/template-next/package.json +++ b/.templates/template-next/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^16.1.2", + "next": "^16.1.3", "react": "^19.2.3", "react-dom": "^19.2.3" }, diff --git a/next-full/package.json b/next-full/package.json index 60a1223f3..d0a01a23b 100644 --- a/next-full/package.json +++ b/next-full/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^16.1.2", + "next": "^16.1.3", "prosekit": "^0.17.1", "react": "^19.2.3", "react-dom": "^19.2.3"