Skip to content

Commit ca0bc0c

Browse files
chore(deps): update dependency @vueuse/core to v7 (#817)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 87b2e8c commit ca0bc0c

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"docs:build": "vitepress build ."
99
},
1010
"dependencies": {
11-
"@vueuse/core": "^6.9.0",
11+
"@vueuse/core": "^7.0.0",
1212
"pinia": "^2.0.0-rc.4",
1313
"vitepress": "^0.20.1"
1414
}

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@vue/compiler-sfc": "^3.2.22",
16-
"@vueuse/core": "^6.9.0",
16+
"@vueuse/core": "^7.0.0",
1717
"mande": "^1.0.0",
1818
"pinia": "^2.0.0-rc.4",
1919
"swrv": "^1.0.0-beta.8",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2345,18 +2345,18 @@
23452345
resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.0.0-rc.16.tgz#59380f02870f856ac002a29c02681d3f3fcbafeb"
23462346
integrity sha512-TubikDVkI2LuRKRPSLv3lYpbpvvucT2DIcGqfBVpvYs4W19u0EBTJEdmfwmSuLY7H1TyAr9Stur3PI1sWWvTGQ==
23472347

2348-
"@vueuse/core@^6.9.0":
2349-
version "6.9.0"
2350-
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-6.9.0.tgz#f65057108bbd85cb593a3dfc78a94913c73d2a12"
2351-
integrity sha512-/KW3x63X+AlpgJIJxdZZFpZ0SorHv+UHv/i4BufZJwv0s8S1o7dqivDz0DcdD+BBlNwLiOu1mjoUl1rodWCLxw==
2348+
"@vueuse/core@^7.0.0":
2349+
version "7.0.0"
2350+
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-7.0.0.tgz#ebda73bc9dd9ec8dfb9ce965585ffbd29f85a9f9"
2351+
integrity sha512-dhf10icxd7w16AVaOtriVkum+CdCjskV0wht/kpGnOb2NbYBeXuiZNruMA+w8DaRPO4oXW8UhAix/S8HCz9OlQ==
23522352
dependencies:
2353-
"@vueuse/shared" "6.9.0"
2353+
"@vueuse/shared" "7.0.0"
23542354
vue-demi "*"
23552355

2356-
"@vueuse/shared@6.9.0":
2357-
version "6.9.0"
2358-
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-6.9.0.tgz#97d4529212e0155284badd89d27b4746815ae197"
2359-
integrity sha512-LyavYcibfrKO1PIYtJ+JjFwHNVRmxb/i7v4daKKTZv6iKVh/xBD6kpmO392atn1KaUa19m9aGrVNBv4t5lAzJA==
2356+
"@vueuse/shared@7.0.0":
2357+
version "7.0.0"
2358+
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-7.0.0.tgz#1aa769f10f58d5e385ea57ec5781f8f2a508db45"
2359+
integrity sha512-TG4FSjiFCTn4srJO8j9Ax4OOVKrBWgcRJY54+mHqYINEk95FFuCvk7cE642Byxq6eGTMTZRw+f8ufFIA9tqXig==
23602360
dependencies:
23612361
vue-demi "*"
23622362

0 commit comments

Comments
 (0)