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" },