Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 10c07e6

Browse files
chore(deps): update dependency @vitejs/plugin-vue to v6
1 parent 2fe39a6 commit 10c07e6

File tree

3 files changed

+31
-13
lines changed

3 files changed

+31
-13
lines changed

Vue/package-lock.json

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@rushstack/eslint-patch": "^1.2.0",
2525
"@tsconfig/node18": "^18.0.0",
2626
"@types/node": "^20.0.0",
27-
"@vitejs/plugin-vue": "^4.5.0",
27+
"@vitejs/plugin-vue": "^6.0.0",
2828
"@vitejs/plugin-vue-jsx": "^3.1.0",
2929
"@vue/eslint-config-prettier": "^8.0.0",
3030
"@vue/eslint-config-typescript": "^12.0.0",

Vue/yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,11 @@
538538
picocolors "^1.0.0"
539539
tslib "^2.6.0"
540540

541+
"@rolldown/[email protected]":
542+
version "1.0.0-beta.19"
543+
resolved "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.19.tgz"
544+
integrity sha512-3FL3mnMbPu0muGOCaKAhhFEYmqv9eTfPSJRJmANrCwtgK8VuxpsZDGK+m0LYAGoyO8+0j5uRe4PeyPDK1yA/hA==
545+
541546
542547
version "4.5.1"
543548
resolved "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.5.1.tgz"
@@ -598,9 +603,9 @@
598603
resolved "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.5.1.tgz"
599604
integrity sha512-5I3Nz4Sb9TYOtkRwlH0ow+BhMH2vnh38tZ4J4mggE48M/YyJyp/0sPSxhw1UeS1+oBgQ8q7maFtSeKpeRJu41Q==
600605

601-
"@rushstack/eslint-patch@^1.6.1":
606+
"@rushstack/eslint-patch@^1.2.0":
602607
version "1.6.1"
603-
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.6.1.tgz#9ab8f811930d7af3e3d549183a50884f9eb83f36"
608+
resolved "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.6.1.tgz"
604609
integrity sha512-UY+FGM/2jjMkzQLn8pxcHGMaVLh9aEitG3zY2CiY7XHdLiz3bZOwa6oDxNqEMv7zZkV+cj5DOdz0cQ1BP5Hjgw==
605610

606611
"@tsconfig/node18@^18.0.0":
@@ -724,10 +729,12 @@
724729
"@babel/plugin-transform-typescript" "^7.23.3"
725730
"@vue/babel-plugin-jsx" "^1.1.5"
726731

727-
"@vitejs/plugin-vue@^4.5.0":
728-
version "4.5.2"
729-
resolved "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.5.2.tgz"
730-
integrity sha512-UGR3DlzLi/SaVBPX0cnSyE37vqxU3O6chn8l0HJNzQzDia6/Au2A4xKv+iIJW8w2daf80G7TYHhi1pAUjdZ0bQ==
732+
"@vitejs/plugin-vue@^6.0.0":
733+
version "6.0.0"
734+
resolved "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.0.tgz"
735+
integrity sha512-iAliE72WsdhjzTOp2DtvKThq1VBC4REhwRcaA+zPAAph6I+OQhUXv+Xu2KS7ElxYtb7Zc/3R30Hwv1DxEo7NXQ==
736+
dependencies:
737+
"@rolldown/pluginutils" "1.0.0-beta.19"
731738

732739
"@volar/[email protected]", "@volar/language-core@~1.11.1":
733740
version "1.11.1"

0 commit comments

Comments
 (0)