diff --git a/examples/vue/apollo-composable/package.json b/examples/vue/apollo-composable/package.json index 7af05dc6337..e94040fe846 100644 --- a/examples/vue/apollo-composable/package.json +++ b/examples/vue/apollo-composable/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@graphql-codegen/cli": "^6.0.0", - "@vitejs/plugin-vue": "^5.0.0", + "@vitejs/plugin-vue": "^6.0.0", "typescript": "^5.0.0", "vite": "^6.0.0", "vue-tsc": "^2.0.0", diff --git a/examples/vue/urql/package.json b/examples/vue/urql/package.json index 19e81a03f3d..59806ba1b30 100644 --- a/examples/vue/urql/package.json +++ b/examples/vue/urql/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@graphql-codegen/cli": "^6.0.0", - "@vitejs/plugin-vue": "^5.0.0", + "@vitejs/plugin-vue": "^6.0.0", "typescript": "^5.0.0", "vite": "^6.0.0", "vue-tsc": "^2.0.0", diff --git a/examples/vue/villus/package.json b/examples/vue/villus/package.json index df94f7a4907..cd62180eb57 100644 --- a/examples/vue/villus/package.json +++ b/examples/vue/villus/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@graphql-codegen/cli": "^6.0.0", - "@vitejs/plugin-vue": "^5.0.0", + "@vitejs/plugin-vue": "^6.0.0", "typescript": "^5.0.0", "vite": "^6.0.0", "vue-tsc": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 5927293f66e..1f161a84f7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3968,6 +3968,11 @@ resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.4.tgz#a04d63f4d1bf5540a41b01a921c9a7fddc3bd1ca" integrity sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA== +"@rolldown/pluginutils@1.0.0-beta.29": + version "1.0.0-beta.29" + resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.29.tgz#f8fc9a8788757dccba0d3b7fee93183621773d4c" + integrity sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q== + "@rollup/rollup-android-arm-eabi@4.46.3": version "4.46.3" resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.46.3.tgz#8d8afcc5a79a3f190c5f855facde6e0da6a5b7ea" @@ -4882,10 +4887,12 @@ "@types/babel__core" "^7.20.5" react-refresh "^0.14.2" -"@vitejs/plugin-vue@^5.0.0": - version "5.1.2" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.1.2.tgz#f11091e0130eca6c1ca8cfb85ee71ea53b255d31" - integrity sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A== +"@vitejs/plugin-vue@^6.0.0": + version "6.0.1" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-6.0.1.tgz#4c7f559621af104a22255c6ace5626e6d8349689" + integrity sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw== + dependencies: + "@rolldown/pluginutils" "1.0.0-beta.29" "@vitest/expect@3.2.4": version "3.2.4"