From 59cc2412266a90ce6228afcf9ab454c747ee1afc Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 22 Nov 2022 12:58:21 +0000 Subject: [PATCH] fix(deps): update vueuse to v9.6.0 (#2742) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2742 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 4 ++-- pnpm-lock.yaml | 30 +++++++++++++++--------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 73d4312b4..d8c80a0e7 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "@types/is-touch-device": "1.0.0", "@types/lodash.clonedeep": "4.5.7", "@types/sortablejs": "1.15.0", - "@vueuse/core": "9.5.0", - "@vueuse/router": "9.5.0", + "@vueuse/core": "9.6.0", + "@vueuse/router": "9.6.0", "axios": "0.27.2", "blurhash": "2.0.4", "bulma-css-variables": "0.9.33", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6027aed74..5304e1784 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,8 +32,8 @@ specifiers: '@vue/eslint-config-typescript': 11.0.2 '@vue/test-utils': 2.2.4 '@vue/tsconfig': 0.1.3 - '@vueuse/core': 9.5.0 - '@vueuse/router': 9.5.0 + '@vueuse/core': 9.6.0 + '@vueuse/router': 9.6.0 autoprefixer: 10.4.13 axios: 0.27.2 blurhash: 2.0.4 @@ -103,8 +103,8 @@ dependencies: '@types/is-touch-device': 1.0.0 '@types/lodash.clonedeep': 4.5.7 '@types/sortablejs': 1.15.0 - '@vueuse/core': 9.5.0_vue@3.2.45 - '@vueuse/router': 9.5.0_xsxatmlnmmg5bcuv3xdnj6fj7y + '@vueuse/core': 9.6.0_vue@3.2.45 + '@vueuse/router': 9.6.0_xsxatmlnmmg5bcuv3xdnj6fj7y axios: 0.27.2 blurhash: 2.0.4 bulma-css-variables: 0.9.33 @@ -3649,28 +3649,28 @@ packages: '@types/node': 18.11.9 dev: true - /@vueuse/core/9.5.0_vue@3.2.45: - resolution: {integrity: sha512-6GsWBsJHEb3sYw15mbLrcbslAVY45pkzjJYTKYKCXv88z7srAF0VEW0q+oXKsl58tCbqooplInahXFg8Yo1m4w==} + /@vueuse/core/9.6.0_vue@3.2.45: + resolution: {integrity: sha512-qGUcjKQXHgN+jqXEgpeZGoxdCbIDCdVPz3QiF1uyecVGbMuM63o96I1GjYx5zskKgRI0FKSNsVWM7rwrRMTf6A==} dependencies: '@types/web-bluetooth': 0.0.16 - '@vueuse/metadata': 9.5.0 - '@vueuse/shared': 9.5.0_vue@3.2.45 + '@vueuse/metadata': 9.6.0 + '@vueuse/shared': 9.6.0_vue@3.2.45 vue-demi: 0.12.1_vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/metadata/9.5.0: - resolution: {integrity: sha512-4M1AyPZmIv41pym+K5+4wup3bKuYebbH8w8BROY1hmT7rIwcyS4tEL+UsGz0Hiu1FCOxcoBrwtAizc0YmBJjyQ==} + /@vueuse/metadata/9.6.0: + resolution: {integrity: sha512-sIC8R+kWkIdpi5X2z2Gk8TRYzmczDwHRhEFfCu2P+XW2JdPoXrziqsGpDDsN7ykBx4ilwieS7JUIweVGhvZ93w==} dev: false - /@vueuse/router/9.5.0_xsxatmlnmmg5bcuv3xdnj6fj7y: - resolution: {integrity: sha512-OtgV3iqC3CqbnXVy98Lv3PMf5exr/jntjxRDnAetsV+VAG9ipuzna3JW95KntW1m6I5EEsuQYdU3MXtCvvNlKQ==} + /@vueuse/router/9.6.0_xsxatmlnmmg5bcuv3xdnj6fj7y: + resolution: {integrity: sha512-3TIZPX5smlimSNlTm+K3ESRTkA2VBHnwMintNrw4Z+WK5bh1UAh7lcBQluiGg3LJjkrMXYfuO7IPdU+a8NRnFA==} peerDependencies: vue-router: '>=4.0.0-rc.1' dependencies: - '@vueuse/shared': 9.5.0_vue@3.2.45 + '@vueuse/shared': 9.6.0_vue@3.2.45 vue-demi: 0.12.1_vue@3.2.45 vue-router: 4.1.6_vue@3.2.45 transitivePeerDependencies: @@ -3678,8 +3678,8 @@ packages: - vue dev: false - /@vueuse/shared/9.5.0_vue@3.2.45: - resolution: {integrity: sha512-HnnCWU1Vg9CVWRCcI8ohDKDRB2Sc4bTgT1XAIaoLSfVHHn+TKbrox6pd3klCSw4UDxkhDfOk8cAdcK+Z5KleCA==} + /@vueuse/shared/9.6.0_vue@3.2.45: + resolution: {integrity: sha512-/eDchxYYhkHnFyrb00t90UfjCx94kRHxc7J1GtBCqCG4HyPMX+krV9XJgVtWIsAMaxKVU4fC8NSUviG1JkwhUQ==} dependencies: vue-demi: 0.12.1_vue@3.2.45 transitivePeerDependencies: