Skip to content

chore(deps): update dependency @vitejs/plugin-vue to v6 #2197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/playground-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"vue-recaptcha": "workspace:^"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.4",
"@vitejs/plugin-vue": "6.0.1",
"vite": "6.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/vue-recaptcha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@testing-library/dom": "10.4.0",
"@testing-library/vue": "8.1.0",
"@unhead/vue": "1.11.20",
"@vitejs/plugin-vue": "5.2.4",
"@vitejs/plugin-vue": "6.0.1",
"@vue/compiler-dom": "3.5.18",
"@vue/composition-api": "1.7.2",
"@vue/test-utils": "2.4.6",
Expand Down
25 changes: 22 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2988,6 +2988,13 @@ __metadata:
languageName: node
linkType: hard

"@rolldown/pluginutils@npm:1.0.0-beta.29":
version: 1.0.0-beta.29
resolution: "@rolldown/pluginutils@npm:1.0.0-beta.29"
checksum: 10/146ba978fbc26ad0baf52e359bd3bc04f37721b9a293b555b60e265d481b3ce34b58fbf6175af4672de04936ac9b919192bdba9f0095bb10aef6424a2cec96f0
languageName: node
linkType: hard

"@rolldown/pluginutils@npm:^1.0.0-beta.9":
version: 1.0.0-beta.9-commit.76c39c6
resolution: "@rolldown/pluginutils@npm:1.0.0-beta.9-commit.76c39c6"
Expand Down Expand Up @@ -4464,7 +4471,19 @@ __metadata:
languageName: node
linkType: hard

"@vitejs/plugin-vue@npm:5.2.4, @vitejs/plugin-vue@npm:^5.2.4":
"@vitejs/plugin-vue@npm:6.0.1":
version: 6.0.1
resolution: "@vitejs/plugin-vue@npm:6.0.1"
dependencies:
"@rolldown/pluginutils": "npm:1.0.0-beta.29"
peerDependencies:
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
vue: ^3.2.25
checksum: 10/e5214b86a0ab3aa6713176d89f1f3e79ed2ae39f7ebc3b5222984229e8edeb21fa840416e337625306fa37365aa6570f6cffdccb2a0d0ed3ba8285048dcb3d76
languageName: node
linkType: hard

"@vitejs/plugin-vue@npm:^5.2.4":
version: 5.2.4
resolution: "@vitejs/plugin-vue@npm:5.2.4"
peerDependencies:
Expand Down Expand Up @@ -4690,7 +4709,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@vue-recaptcha/playground-vite@workspace:packages/playground-vite"
dependencies:
"@vitejs/plugin-vue": "npm:5.2.4"
"@vitejs/plugin-vue": "npm:6.0.1"
vite: "npm:6.3.5"
vue: "npm:^3.5.14"
vue-recaptcha: "workspace:^"
Expand Down Expand Up @@ -18564,7 +18583,7 @@ __metadata:
"@testing-library/dom": "npm:10.4.0"
"@testing-library/vue": "npm:8.1.0"
"@unhead/vue": "npm:1.11.20"
"@vitejs/plugin-vue": "npm:5.2.4"
"@vitejs/plugin-vue": "npm:6.0.1"
"@vue/compiler-dom": "npm:3.5.18"
"@vue/composition-api": "npm:1.7.2"
"@vue/test-utils": "npm:2.4.6"
Expand Down
Loading