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 10.2.1 to 10.3.0 #1055

Merged
merged 1 commit into from
Aug 5, 2023
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 @@ -20,7 +20,7 @@
"@fortawesome/fontawesome-free": "^6.4.0",
"@oruga-ui/oruga-next": "^0.6.0",
"@oruga-ui/theme-bulma": "^0.2.11",
"@vueuse/core": "^10.2.1",
"@vueuse/core": "^10.3.0",
"axios": "^1.4.0",
"buefy": "^0.9.23",
"moment": "^2.29.4",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3772,31 +3772,31 @@ __metadata:
languageName: node
linkType: hard

"@vueuse/core@npm:^10.2.1":
version: 10.2.1
resolution: "@vueuse/core@npm:10.2.1"
"@vueuse/core@npm:^10.3.0":
version: 10.3.0
resolution: "@vueuse/core@npm:10.3.0"
dependencies:
"@types/web-bluetooth": ^0.0.17
"@vueuse/metadata": 10.2.1
"@vueuse/shared": 10.2.1
"@vueuse/metadata": 10.3.0
"@vueuse/shared": 10.3.0
vue-demi: ">=0.14.5"
checksum: 1a7a7ad8372a2ff87ceddee2663a29a911dcd8a1a40b0e63436bc3b0f0786598f70e40e02e69d3cacfb634e35fdcd98136e049431a73516109ff062d8004cd54
checksum: 54af7ab9f2aff8cc795dfc9d846aa9a27dc0949d7a6eec79697819e7dc8cb17b1682f267e7501382afa45736b6877363e640e381b7ac1fd6bc18dc860911afd8
languageName: node
linkType: hard

"@vueuse/metadata@npm:10.2.1":
version: 10.2.1
resolution: "@vueuse/metadata@npm:10.2.1"
checksum: 1672c0e6e6a54fe397c04b83bf4b78a8db410df272010f5db829e9f72ed285d526ca8bb4d7a3373b17aac2fb37c83d866f6077e667f54afc1ae20bf1ab1a5478
"@vueuse/metadata@npm:10.3.0":
version: 10.3.0
resolution: "@vueuse/metadata@npm:10.3.0"
checksum: fb5cb1ff730129ddd831e37cd6e7fed2ebc12211ed63c5075ecef7311852063a8eb152bb213459e36f7b69711f8da35835e2c0ece018c43700febf591ed96937
languageName: node
linkType: hard

"@vueuse/shared@npm:10.2.1":
version: 10.2.1
resolution: "@vueuse/shared@npm:10.2.1"
"@vueuse/shared@npm:10.3.0":
version: 10.3.0
resolution: "@vueuse/shared@npm:10.3.0"
dependencies:
vue-demi: ">=0.14.5"
checksum: eeb19c0448d3f238615e24c738d2a6ebdc8b7d840405dd8704b5d0a3cd84ac3a8d5ec87856b501fac89f0f3bb868e7339d46e5fc3ece02c07160aedd41e507b2
checksum: 2392ce5c798ff2aa09c82de11fef3a6cc1eb3d198598e0f19f803645003003e06c90bc4cde5367200f8458a31344edcd4ab571b84a4f7d21ee8083b9309c9bf3
languageName: node
linkType: hard

Expand Down Expand Up @@ -10386,7 +10386,7 @@ __metadata:
"@vue/eslint-config-typescript": ^11.0.3
"@vue/test-utils": ^2.4.1
"@vue/vue3-jest": ^29.2.4
"@vueuse/core": ^10.2.1
"@vueuse/core": ^10.3.0
axios: ^1.4.0
babel-jest: ~29.6.2
buefy: ^0.9.23
Expand Down
Loading