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.4.0 to 12.5.0 #661

Merged
merged 1 commit into from
Jan 27, 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.4.0",
"@vueuse/core": "^12.5.0",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2219,31 +2219,31 @@ __metadata:
languageName: node
linkType: hard

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

"@vueuse/metadata@npm:12.4.0":
version: 12.4.0
resolution: "@vueuse/metadata@npm:12.4.0"
checksum: 10/df6747b05bab24c04d7f1e42ee509eacb4ea636de9b09cb2a882f7b59d33e98217c45011064dd6d8364c6f144ce2dd5afa2fd0bc80d39afba115785e7cf2f569
"@vueuse/metadata@npm:12.5.0":
version: 12.5.0
resolution: "@vueuse/metadata@npm:12.5.0"
checksum: 10/f28b7a2ecbee1654e2c4171ccdca7eb6c255d57201add002762b8b93352059f2837d8b405a23f0efd2ce4f26070b45d3f3af395e247acfc6c30622b4222e24e6
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -4763,7 +4763,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.4.0"
"@vueuse/core": "npm:^12.5.0"
axios: "npm:^1.7.9"
commit-and-tag-version: "npm:^12.5.0"
date-fns: "npm:^4.1.0"
Expand Down
Loading