From 66619af6b97593477ed7394e9adde75990b2ebc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:17:31 +0000 Subject: [PATCH] chore(deps): update nuxtjs monorepo to ^4.4.8 --- .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 543211ca70..43034bd8f0 100644 --- a/.templates/template-nuxt/package.json +++ b/.templates/template-nuxt/package.json @@ -10,7 +10,7 @@ "preview": "nuxt preview" }, "dependencies": { - "nuxt": "^4.4.7", + "nuxt": "^4.4.8", "vue": "^3.5.35" }, "devDependencies": { diff --git a/nuxt-full/package.json b/nuxt-full/package.json index fc521c1368..f73af069aa 100644 --- a/nuxt-full/package.json +++ b/nuxt-full/package.json @@ -12,7 +12,7 @@ "dependencies": { "beautiful-mermaid": "^1.1.3", "katex": "^0.17.0", - "nuxt": "^4.4.7", + "nuxt": "^4.4.8", "prosekit": "^0.21.4", "vue": "^3.5.35" },