diff --git a/.templates/template-nuxt/package.json b/.templates/template-nuxt/package.json index 4559ec34c1..18c4ddb3ae 100644 --- a/.templates/template-nuxt/package.json +++ b/.templates/template-nuxt/package.json @@ -10,7 +10,7 @@ "preview": "nuxt preview" }, "dependencies": { - "nuxt": "^4.5.0", + "nuxt": "^4.5.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/nuxt-full/package.json b/nuxt-full/package.json index 35c82884c9..9a453154d8 100644 --- a/nuxt-full/package.json +++ b/nuxt-full/package.json @@ -12,7 +12,7 @@ "dependencies": { "beautiful-mermaid": "^1.1.3", "katex": "^0.18.1", - "nuxt": "^4.5.0", + "nuxt": "^4.5.1", "prosekit": "^0.21.4", "vue": "^3.5.40" },