chore: bump to @vueuse/gesture
v2.0.0 (#2605)
This commit is contained in:
parent
ccfa7a8d10
commit
da163903b1
|
@ -61,7 +61,7 @@
|
|||
"@vercel/kv": "^1.0.1",
|
||||
"@vue-macros/nuxt": "^1.6.0",
|
||||
"@vueuse/core": "^10.2.1",
|
||||
"@vueuse/gesture": "2.0.0-beta.1",
|
||||
"@vueuse/gesture": "^2.0.0",
|
||||
"@vueuse/integrations": "^10.2.1",
|
||||
"@vueuse/math": "^10.2.1",
|
||||
"@vueuse/motion": "2.0.0",
|
||||
|
|
|
@ -105,8 +105,8 @@ importers:
|
|||
specifier: ^10.2.1
|
||||
version: 10.2.1(vue@3.3.9)
|
||||
'@vueuse/gesture':
|
||||
specifier: 2.0.0-beta.1
|
||||
version: 2.0.0-beta.1(vue@3.3.9)
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0(vue@3.3.9)
|
||||
'@vueuse/integrations':
|
||||
specifier: ^10.2.1
|
||||
version: 10.2.1(focus-trap@7.5.2)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.3.9)
|
||||
|
@ -5940,8 +5940,8 @@ packages:
|
|||
- vue
|
||||
dev: true
|
||||
|
||||
/@vueuse/gesture@2.0.0-beta.1(vue@3.3.9):
|
||||
resolution: {integrity: sha512-HTLibLy3bh6TjRnDAbMAvHSsEmrkRituMj2x+mHwmp1EnM8A8CDRTfNJEr8d/hIairnPPp5Va2KWYVmyP/zvkA==}
|
||||
/@vueuse/gesture@2.0.0(vue@3.3.9):
|
||||
resolution: {integrity: sha512-+F0bhhd8j+gxHaXG4fJgfokrkFfWenQ10MtrWOJk68B5UaTwtJm4EpsZFiVdluA3jpKExG6H+HtroJpvO7Qx0A==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.4.1
|
||||
vue: ^2.0.0 || >=3.0.0-rc.0
|
||||
|
@ -5949,8 +5949,8 @@ packages:
|
|||
'@vue/composition-api':
|
||||
optional: true
|
||||
dependencies:
|
||||
chokidar: 3.5.3
|
||||
consola: 2.15.3
|
||||
chokidar: 3.6.0
|
||||
consola: 3.2.3
|
||||
upath: 2.0.1
|
||||
vue: 3.3.9(typescript@5.1.6)
|
||||
vue-demi: 0.14.5(vue@3.3.9)
|
||||
|
@ -6943,6 +6943,21 @@ packages:
|
|||
optionalDependencies:
|
||||
fsevents: 2.3.3
|
||||
|
||||
/chokidar@3.6.0:
|
||||
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
|
||||
engines: {node: '>= 8.10.0'}
|
||||
dependencies:
|
||||
anymatch: 3.1.3
|
||||
braces: 3.0.2
|
||||
glob-parent: 5.1.2
|
||||
is-binary-path: 2.1.0
|
||||
is-glob: 4.0.3
|
||||
normalize-path: 3.0.0
|
||||
readdirp: 3.6.0
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.3
|
||||
dev: false
|
||||
|
||||
/chownr@1.1.4:
|
||||
resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
|
||||
dev: true
|
||||
|
@ -7129,6 +7144,7 @@ packages:
|
|||
|
||||
/consola@2.15.3:
|
||||
resolution: {integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==}
|
||||
dev: true
|
||||
|
||||
/consola@3.2.3:
|
||||
resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==}
|
||||
|
|
Loading…
Reference in a new issue