From 58360bf53c7918ce7a379a883d0b04a618eb96a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 00:57:41 +0000 Subject: [PATCH] chore(deps): update dependency next to ^16.1.4 --- .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 42c0e078b..62a13f73b 100644 --- a/.templates/template-next/package.json +++ b/.templates/template-next/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^16.1.3", + "next": "^16.1.4", "react": "^19.2.3", "react-dom": "^19.2.3" }, diff --git a/next-full/package.json b/next-full/package.json index 53a96c16d..7f0069554 100644 --- a/next-full/package.json +++ b/next-full/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^16.1.3", + "next": "^16.1.4", "prosekit": "^0.17.1", "react": "^19.2.3", "react-dom": "^19.2.3"