diff --git a/playground/vue3-options/package.json b/playground/vue3-options/package.json index 5ee0ed1..92827b9 100644 --- a/playground/vue3-options/package.json +++ b/playground/vue3-options/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@types/node": "^18.0.4", - "@vitejs/plugin-vue": "3.2.0", + "@vitejs/plugin-vue": "5.0.4", "@vitejs/plugin-vue-jsx": "2.1.1", "@intlify/vite-plugin-vue-i18n": "next", "@vue/tsconfig": "0.1.3", diff --git a/playground/vue3/package.json b/playground/vue3/package.json index 9ae64af..23a06e6 100644 --- a/playground/vue3/package.json +++ b/playground/vue3/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@types/node": "^18.0.4", - "@vitejs/plugin-vue": "3.2.0", + "@vitejs/plugin-vue": "5.0.4", "@vitejs/plugin-vue-jsx": "2.1.1", "@intlify/vite-plugin-vue-i18n": "next", "@vue/tsconfig": "0.1.3",