Skip to content
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

build(deps): bump @vueuse/core from 12.5.0 to 12.7.0 #691

Merged
merged 1 commit into from
Feb 17, 2025
Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"changelog:generate": "commit-and-tag-version --packageFiles pom.xml --skip.bump --skip.tag --skip.commit -t ''"
},
"dependencies": {
"@vueuse/core": "^12.5.0",
"@vueuse/core": "^12.7.0",
"pinia": "^2.3.1",
"vue": "^3.5.13",
"vue-i18n": "^11.1.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2222,31 +2222,31 @@ __metadata:
languageName: node
linkType: hard

"@vueuse/core@npm:^12.5.0":
version: 12.5.0
resolution: "@vueuse/core@npm:12.5.0"
"@vueuse/core@npm:^12.7.0":
version: 12.7.0
resolution: "@vueuse/core@npm:12.7.0"
dependencies:
"@types/web-bluetooth": "npm:^0.0.20"
"@vueuse/metadata": "npm:12.5.0"
"@vueuse/shared": "npm:12.5.0"
"@vueuse/metadata": "npm:12.7.0"
"@vueuse/shared": "npm:12.7.0"
vue: "npm:^3.5.13"
checksum: 10/c9bfe7f5e33ce57df2a2dea51a3e4c9b094f365e34e97348138f2ed831fb1a6b0af812c5259b7ddab22769f6ca6a6b9d04a357bcabd1d21cd14f22b5eb4b961f
checksum: 10/fe164c5158f9369923e3e1e209bdba72c02778a3320cde685545f4164268a4d1e7911ad2efe9455be49ba5f64ad21952b16c458667d1afdad903f3593197f8e6
languageName: node
linkType: hard

"@vueuse/metadata@npm:12.5.0":
version: 12.5.0
resolution: "@vueuse/metadata@npm:12.5.0"
checksum: 10/f28b7a2ecbee1654e2c4171ccdca7eb6c255d57201add002762b8b93352059f2837d8b405a23f0efd2ce4f26070b45d3f3af395e247acfc6c30622b4222e24e6
"@vueuse/metadata@npm:12.7.0":
version: 12.7.0
resolution: "@vueuse/metadata@npm:12.7.0"
checksum: 10/60d40c49c2163aa95920a8d916dfad6712338a432936168cf1127a436ffa202831bd94bdc1ebd3f61248c423fcdd88b82ba5ee7315d3af7b6a6e3319303c2fb5
languageName: node
linkType: hard

"@vueuse/shared@npm:12.5.0":
version: 12.5.0
resolution: "@vueuse/shared@npm:12.5.0"
"@vueuse/shared@npm:12.7.0":
version: 12.7.0
resolution: "@vueuse/shared@npm:12.7.0"
dependencies:
vue: "npm:^3.5.13"
checksum: 10/276c2ae6e565dd5762a2b75023d8dfd4551a26abd3ad8c7bd8a5a1f8a64cd3747fc2b46c6914ef78ef9ebd17196b4ec1c70df043aa0b1ab6b630346a39dca150
checksum: 10/391219a2555c0a59e19f46546fac9ae204dd1ca74e3c33e6533f0d5403c59f0a02fcc5d18a0feab55be18f53871dc0b6e37c0fcbde807260cd1cdd01d7265aa1
languageName: node
linkType: hard

Expand Down Expand Up @@ -4756,7 +4756,7 @@ __metadata:
"@vitejs/plugin-vue": "npm:^5.2.1"
"@vue/test-utils": "npm:^2.4.6"
"@vue/tsconfig": "npm:^0.7.0"
"@vueuse/core": "npm:^12.5.0"
"@vueuse/core": "npm:^12.7.0"
axios: "npm:^1.7.9"
commit-and-tag-version: "npm:^12.5.0"
date-fns: "npm:^4.1.0"
Expand Down
Loading