From b1c4f03cc65abdc47d428f57f2191935067446ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 10:18:51 +0000 Subject: [PATCH] chore(deps): update dependency nuxt to ^4.3.0 --- .templates/template-nuxt/package.json | 2 +- nuxt-full/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.templates/template-nuxt/package.json b/.templates/template-nuxt/package.json index 7dc429bd9..9e565745f 100644 --- a/.templates/template-nuxt/package.json +++ b/.templates/template-nuxt/package.json @@ -10,7 +10,7 @@ "preview": "nuxt preview" }, "dependencies": { - "nuxt": "^4.2.2", + "nuxt": "^4.3.0", "vue": "^3.5.27" }, "devDependencies": { diff --git a/nuxt-full/package.json b/nuxt-full/package.json index 09a565b39..14af38b60 100644 --- a/nuxt-full/package.json +++ b/nuxt-full/package.json @@ -10,7 +10,7 @@ "preview": "nuxt preview" }, "dependencies": { - "nuxt": "^4.2.2", + "nuxt": "^4.3.0", "prosekit": "^0.17.1", "vue": "^3.5.27" },