Skip to content

Commit 05809f7

Browse files
chore(deps): update dependency @vitejs/plugin-vue to v6
1 parent 2be24fa commit 05809f7

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

examples/vue/apollo-composable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@graphql-codegen/cli": "^6.0.0",
21-
"@vitejs/plugin-vue": "^5.0.0",
21+
"@vitejs/plugin-vue": "^6.0.0",
2222
"typescript": "^5.0.0",
2323
"vite": "^6.0.0",
2424
"vue-tsc": "^2.0.0",

examples/vue/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@graphql-codegen/cli": "^6.0.0",
20-
"@vitejs/plugin-vue": "^5.0.0",
20+
"@vitejs/plugin-vue": "^6.0.0",
2121
"typescript": "^5.0.0",
2222
"vite": "^6.0.0",
2323
"vue-tsc": "^2.0.0",

examples/vue/villus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@graphql-codegen/cli": "^6.0.0",
20-
"@vitejs/plugin-vue": "^5.0.0",
20+
"@vitejs/plugin-vue": "^6.0.0",
2121
"typescript": "^5.0.0",
2222
"vite": "^6.0.0",
2323
"vue-tsc": "^2.0.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3968,6 +3968,11 @@
39683968
resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.4.tgz#a04d63f4d1bf5540a41b01a921c9a7fddc3bd1ca"
39693969
integrity sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==
39703970

3971+
"@rolldown/[email protected]":
3972+
version "1.0.0-beta.29"
3973+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.29.tgz#f8fc9a8788757dccba0d3b7fee93183621773d4c"
3974+
integrity sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==
3975+
39713976
39723977
version "4.46.3"
39733978
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.46.3.tgz#8d8afcc5a79a3f190c5f855facde6e0da6a5b7ea"
@@ -4882,10 +4887,12 @@
48824887
"@types/babel__core" "^7.20.5"
48834888
react-refresh "^0.14.2"
48844889

4885-
"@vitejs/plugin-vue@^5.0.0":
4886-
version "5.1.2"
4887-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.1.2.tgz#f11091e0130eca6c1ca8cfb85ee71ea53b255d31"
4888-
integrity sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==
4890+
"@vitejs/plugin-vue@^6.0.0":
4891+
version "6.0.1"
4892+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-6.0.1.tgz#4c7f559621af104a22255c6ace5626e6d8349689"
4893+
integrity sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==
4894+
dependencies:
4895+
"@rolldown/pluginutils" "1.0.0-beta.29"
48894896

48904897
48914898
version "3.2.4"

0 commit comments

Comments
 (0)