diff --git a/playground/nuxt/package.json b/playground/nuxt/package.json index 4222e45..3cdec44 100644 --- a/playground/nuxt/package.json +++ b/playground/nuxt/package.json @@ -9,6 +9,6 @@ }, "devDependencies": { "@huntersofbook/i18n": "workspace:*", - "nuxt": "3.6.2" + "nuxt": "3.9.0" } } diff --git a/playground/vue/package.json b/playground/vue/package.json index b92591b..d92782d 100644 --- a/playground/vue/package.json +++ b/playground/vue/package.json @@ -9,14 +9,14 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.3.4" + "vue": "^3.3.13" }, "devDependencies": { "@huntersofbook/i18n": "workspace:*", - "@vitejs/plugin-vue": "^4.2.3", + "@vitejs/plugin-vue": "^4.6.0", "cross-env": "^7.0.3", - "typescript": "^5.1.6", + "typescript": "^5.3.3", "vite": "^4.4.2", - "vue-tsc": "^1.8.4" + "vue-tsc": "^1.8.26" } }