Skip to content

Commit 3503343

Browse files
chore(deps): update dependency @vitejs/plugin-vue to v6 (#10437)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 186a752 commit 3503343

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.1",
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.1",
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.1",
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
@@ -4245,6 +4245,11 @@
42454245
resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.6.tgz#be23df0143ceec3c69f8b6c2517971a5578fdaa2"
42464246
integrity sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==
42474247

4248+
"@rolldown/[email protected]":
4249+
version "1.0.0-beta.29"
4250+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.29.tgz#f8fc9a8788757dccba0d3b7fee93183621773d4c"
4251+
integrity sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==
4252+
42484253
42494254
version "4.52.5"
42504255
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.5.tgz#0f44a2f8668ed87b040b6fe659358ac9239da4db"
@@ -5181,10 +5186,12 @@
51815186
"@types/babel__core" "^7.20.5"
51825187
react-refresh "^0.14.2"
51835188

5184-
"@vitejs/plugin-vue@^5.0.0":
5185-
version "5.1.2"
5186-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.1.2.tgz#f11091e0130eca6c1ca8cfb85ee71ea53b255d31"
5187-
integrity sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==
5189+
"@vitejs/plugin-vue@^6.0.0":
5190+
version "6.0.1"
5191+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-6.0.1.tgz#4c7f559621af104a22255c6ace5626e6d8349689"
5192+
integrity sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==
5193+
dependencies:
5194+
"@rolldown/pluginutils" "1.0.0-beta.29"
51885195

51895196
51905197
version "4.0.4"

0 commit comments

Comments
 (0)