From 371a2c9b27cf7386324ed32b344e1a1535b6d573 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 20:01:45 +0000 Subject: [PATCH] fix(deps): update dependency @vueuse/math to v10 --- package.json | 2 +- pnpm-lock.yaml | 59 +++++++++++++++++++++++++++++++++++--------------- 2 files changed, 43 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 54088536..70f00d95 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@vueuse/core": "9.3.1", "@vueuse/head": "0.9.8", - "@vueuse/math": "9.3.1", + "@vueuse/math": "10.4.0", "axios": "1.1.3", "idb-keyval": "6.2.0", "luxon": "3.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1f601356..c9bf593b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,7 +17,7 @@ specifiers: '@vue/server-renderer': 3.2.40 '@vueuse/core': 9.3.1 '@vueuse/head': 0.9.8 - '@vueuse/math': 9.3.1 + '@vueuse/math': 10.4.0 '@windicss/plugin-question-mark': 0.1.1 axios: 1.1.3 critters: 0.0.16 @@ -59,7 +59,7 @@ specifiers: dependencies: '@vueuse/core': 9.3.1_vue@3.2.40 '@vueuse/head': 0.9.8_vue@3.2.40 - '@vueuse/math': 9.3.1_vue@3.2.40 + '@vueuse/math': 10.4.0_vue@3.2.40 axios: 1.1.3 idb-keyval: 6.2.0 luxon: 3.0.4 @@ -1510,8 +1510,8 @@ packages: vue-i18n: optional: true dependencies: - '@intlify/message-compiler': 9.3.0-beta.6 - '@intlify/shared': 9.3.0-beta.6 + '@intlify/message-compiler': 9.3.0-beta.26 + '@intlify/shared': 9.3.0-beta.26 jsonc-eslint-parser: 1.4.1 source-map: 0.6.1 vue-i18n: 9.2.2_vue@3.2.40 @@ -1540,21 +1540,21 @@ packages: '@intlify/shared': 9.2.2 source-map: 0.6.1 - /@intlify/message-compiler/9.3.0-beta.6: - resolution: {integrity: sha512-3PJqRJoqvFHExA9DCkf7fZYKbvYne1tYQ0fptJAhUOZsELarh8wr4aPLKWCkQSRuutdrtZ/n5CcPgJgUmVthDw==} - engines: {node: '>= 14'} + /@intlify/message-compiler/9.3.0-beta.26: + resolution: {integrity: sha512-qsfU6Lca7mI80ts1vgy+pfNvGm2gHy0nERpT/K1GYgnECmsKwud0e8SG1PPxKPEHKa5Mdngzs4pS7X1wH0SCGA==} + engines: {node: '>= 16'} dependencies: - '@intlify/shared': 9.3.0-beta.6 - source-map: 0.6.1 + '@intlify/shared': 9.3.0-beta.26 + source-map-js: 1.0.2 dev: true /@intlify/shared/9.2.2: resolution: {integrity: sha512-wRwTpsslgZS5HNyM7uDQYZtxnbI12aGiBZURX3BTR9RFIKKRWpllTsgzHWvj3HKm3Y2Sh5LPC1r0PDCKEhVn9Q==} engines: {node: '>= 14'} - /@intlify/shared/9.3.0-beta.6: - resolution: {integrity: sha512-ITA1R4tvJYwZXT5x6QCSwxcwQ4dU52zrzVm/EUbgsp8oWzYS1xexBrxyNM80PSQudYvL2rvcZJKQ7yBh7b0LkQ==} - engines: {node: '>= 14'} + /@intlify/shared/9.3.0-beta.26: + resolution: {integrity: sha512-RpCtfSYIg4tSskrazTr5+WCHyw6qpgwdIxC+x3nCnrPGxyk+en9FoSbadVfx/w7uDTdyhKslEw4d2+qhNc0s4Q==} + engines: {node: '>= 16'} dev: true /@intlify/vite-plugin-vue-i18n/6.0.3_vite@3.1.8+vue-i18n@9.2.2: @@ -1573,7 +1573,7 @@ packages: optional: true dependencies: '@intlify/bundle-utils': 3.2.1_vue-i18n@9.2.2 - '@intlify/shared': 9.3.0-beta.6 + '@intlify/shared': 9.3.0-beta.26 '@rollup/pluginutils': 4.2.1 debug: 4.3.4 fast-glob: 3.2.12 @@ -2170,11 +2170,11 @@ packages: transitivePeerDependencies: - '@vue/composition-api' - /@vueuse/math/9.3.1_vue@3.2.40: - resolution: {integrity: sha512-6ojNHKlhs57NViEzTOQMAOZ0QpBxRalx4kFgIV5M+5DHAwi2AAwZpYwtI+PKKHrIvfdB3fx+pkz7pcjnh9GBDQ==} + /@vueuse/math/10.4.0_vue@3.2.40: + resolution: {integrity: sha512-b519wKnQNRfimAjkDwYF4akvu481BogfSb1+JYk56jgNPxNnbF+h168Nv+a8sRtk23ajd85AjQbMNVnfHbqfig==} dependencies: - '@vueuse/shared': 9.3.1_vue@3.2.40 - vue-demi: 0.13.11_vue@3.2.40 + '@vueuse/shared': 10.4.0_vue@3.2.40 + vue-demi: 0.14.5_vue@3.2.40 transitivePeerDependencies: - '@vue/composition-api' - vue @@ -2183,6 +2183,15 @@ packages: /@vueuse/metadata/9.3.1: resolution: {integrity: sha512-G1BPhtx3OHaL/y4OZBofh6Xt02G1VA9PuOO8nac9sTKMkMqfyez5VfkF3D9GUjSRNO7cVWyH4rceeGXfr2wdMg==} + /@vueuse/shared/10.4.0_vue@3.2.40: + resolution: {integrity: sha512-52asvLf5cbAS/h6xWjqoY4MgjxmFjnVNf/nA8BP7RbeIrIGcf+BZbeOcVo+92byqArXEJiBxptXpufQvbwJL/w==} + dependencies: + vue-demi: 0.14.5_vue@3.2.40 + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: false + /@vueuse/shared/9.3.0_vue@3.2.40: resolution: {integrity: sha512-caGUWLY0DpPC6l31KxeUy6vPVNA0yKxx81jFYLoMpyP6cF84FG5Dkf69DfSUqL57wX8JcUkJDMnQaQIZPWFEQQ==} dependencies: @@ -6361,6 +6370,7 @@ packages: /rollup-plugin-terser/7.0.2_rollup@2.79.1: resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} + deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser peerDependencies: rollup: ^2.0.0 dependencies: @@ -7524,6 +7534,21 @@ packages: dependencies: vue: 3.2.40 + /vue-demi/0.14.5_vue@3.2.40: + resolution: {integrity: sha512-o9NUVpl/YlsGJ7t+xuqJKx8EBGf1quRhCiT6D/J0pfwmk9zUwYkC7yrF4SZCe6fETvSM3UNL2edcbYrSyc4QHA==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + peerDependencies: + '@vue/composition-api': ^1.0.0-rc.1 + vue: ^3.0.0-0 || ^2.6.0 + peerDependenciesMeta: + '@vue/composition-api': + optional: true + dependencies: + vue: 3.2.40 + dev: false + /vue-eslint-parser/9.1.0_eslint@8.25.0: resolution: {integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==} engines: {node: ^14.17.0 || >=16.0.0}