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.0.0 to 12.1.0 #628

Closed
wants to merge 1 commit into from
Closed
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.0.0",
"@vueuse/core": "^12.1.0",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2103,31 +2103,31 @@ __metadata:
languageName: node
linkType: hard

"@vueuse/core@npm:^12.0.0":
version: 12.0.0
resolution: "@vueuse/core@npm:12.0.0"
"@vueuse/core@npm:^12.1.0":
version: 12.1.0
resolution: "@vueuse/core@npm:12.1.0"
dependencies:
"@types/web-bluetooth": "npm:^0.0.20"
"@vueuse/metadata": "npm:12.0.0"
"@vueuse/shared": "npm:12.0.0"
"@vueuse/metadata": "npm:12.1.0"
"@vueuse/shared": "npm:12.1.0"
vue: "npm:^3.5.13"
checksum: 10/10e9f9fe3f32c50fb1e41754e3c0e9d6534b19c707a9dce6dbbb4a7fc16a668a26d25b476933e10a163df32a913a087009ccb284e10fd07c43d5d49f1e556b75
checksum: 10/d76f17065afc3337b819117fdd9392bf7d89c8f95ce9928c101207b82b232321280ca387d421b00e1f91d88a0cdbf009d7b86abec3b7ef6b919642d32b56e9cb
languageName: node
linkType: hard

"@vueuse/metadata@npm:12.0.0":
version: 12.0.0
resolution: "@vueuse/metadata@npm:12.0.0"
checksum: 10/34819beb6f1f006a9ac220f4410b55c9bbac94fde258a586387e25224df09992b649cc263dca1e377d8a89bd0de387cb814535a8e4ba618564581afe27aa4891
"@vueuse/metadata@npm:12.1.0":
version: 12.1.0
resolution: "@vueuse/metadata@npm:12.1.0"
checksum: 10/8b6a6e93a92c1069e5295fc9d6525d5a5868a64ea91aab5702971b971eda527a96c6ac8edbc545a8f709c6df4bec30ffba1f3f210bcf9fb74d936e0d8842a26b
languageName: node
linkType: hard

"@vueuse/shared@npm:12.0.0":
version: 12.0.0
resolution: "@vueuse/shared@npm:12.0.0"
"@vueuse/shared@npm:12.1.0":
version: 12.1.0
resolution: "@vueuse/shared@npm:12.1.0"
dependencies:
vue: "npm:^3.5.13"
checksum: 10/8c75cd07ef6fcc3e6e450399a6db89d988460eadae2ad23cc74f70aff659af158cadcff24fa62d939f24ee1cc9ea69ac0949e0f91a45ff2dea77e1a6e9ff8634
checksum: 10/69b71f56bdf20777715da589e6f1cd2b2925d9b07656fb0d7b407dcc9b6d1af0ae58f5c6ba5afb53190403163ff5d1f29714f47167c0c27b60968cd8e7501c0c
languageName: node
linkType: hard

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