From aa904a783c5b39fb477d521428cf55b7796a80de Mon Sep 17 00:00:00 2001 From: Ramzi Youssef Date: Wed, 6 Sep 2023 16:54:16 +0100 Subject: [PATCH] Update All devDependencies to Latest Versions This pull request updates all devDependencies to their latest versions, enhancing project stability, security, and performance. --- examples/frameworks/nuxt3/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/frameworks/nuxt3/package.json b/examples/frameworks/nuxt3/package.json index a220aee6d..4edcfbe31 100644 --- a/examples/frameworks/nuxt3/package.json +++ b/examples/frameworks/nuxt3/package.json @@ -7,8 +7,8 @@ "preview": "nuxt preview" }, "devDependencies": { - "@intlify/unplugin-vue-i18n": "^0.2.1", - "nuxt": "3.4.3", - "vue-i18n": "^9.1.10" + "@intlify/unplugin-vue-i18n": "^1.0.1", + "nuxt": "^3.7.1", + "vue-i18n": "^9.3.0" } }