diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 30 |
2 files changed, 29 insertions, 3 deletions
diff --git a/package.json b/package.json index 13fff0f3..059fb39b 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "@vitest/coverage-v8": "3.1.1", "@vitest/eslint-plugin": "1.1.40", "@vitest/ui": "3.1.1", - "@vueuse/core": "12.8.2", + "@vueuse/core": "13.1.0", "commit-and-tag-version": "12.5.0", "cypress": "14.3.0", "eslint": "9.21.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9a6f6c5a..1291008d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ importers: specifier: 3.1.1 version: 3.1.1([email protected]) '@vueuse/core': - specifier: 12.8.2 - version: 12.8.2([email protected]) + specifier: 13.1.0 + version: 13.1.0([email protected]([email protected])) commit-and-tag-version: specifier: 12.5.0 version: 12.5.0 @@ -1069,6 +1069,11 @@ packages: '@vueuse/[email protected]': resolution: {integrity: sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==} + '@vueuse/[email protected]': + resolution: {integrity: sha512-PAauvdRXZvTWXtGLg8cPUFjiZEddTqmogdwYpnn60t08AA5a8Q4hZokBnpTOnVNqySlFlTcRYIC8OqreV4hv3Q==} + peerDependencies: + vue: ^3.5.0 + '@vueuse/[email protected]': resolution: {integrity: sha512-IEq7K4bCl7mn3uKJaWtNXnd1CAPaHLUMuyj5K1/k/pVcItt0VONZW8xiGxdIovJcQjkzOHjImhX5t6gija+0/g==} peerDependencies: @@ -1116,12 +1121,20 @@ packages: '@vueuse/[email protected]': resolution: {integrity: sha512-rAyLGEuoBJ/Il5AmFHiziCPdQzRt88VxR+Y/A/QhJ1EWtWqPBBAxTAFaSkviwEuOEZNtW8pvkPgoCZQ+HxqW1A==} + '@vueuse/[email protected]': + resolution: {integrity: sha512-+TDd7/a78jale5YbHX9KHW3cEDav1lz1JptwDvep2zSG8XjCsVE+9mHIzjTOaPbHUAk5XiE4jXLz51/tS+aKQw==} + '@vueuse/[email protected]': resolution: {integrity: sha512-coLlUw2HHKsm7rPN6WqHJQr18WymN4wkA/3ThFaJ4v4gWGWAQQGK+MJxLuJTBs4mojQiazlVWAKNJNpUWGRkNw==} '@vueuse/[email protected]': resolution: {integrity: sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w==} + '@vueuse/[email protected]': + resolution: {integrity: sha512-IVS/qRRjhPTZ6C2/AM3jieqXACGwFZwWTdw5sNTSKk2m/ZpkuuN+ri+WCVUP8TqaKwJYt/KuMwmXspMAw8E6ew==} + peerDependencies: + vue: ^3.5.0 + resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} hasBin: true @@ -4614,6 +4627,13 @@ snapshots: transitivePeerDependencies: - typescript + dependencies: + '@types/web-bluetooth': 0.0.21 + '@vueuse/metadata': 13.1.0 + '@vueuse/shared': 13.1.0([email protected]([email protected])) + vue: 3.5.13([email protected]) + dependencies: '@vueuse/core': 12.7.0([email protected]) @@ -4628,6 +4648,8 @@ snapshots: '@vueuse/[email protected]': {} + '@vueuse/[email protected]': {} + '@vueuse/[email protected]([email protected])': dependencies: vue: 3.5.13([email protected]) @@ -4640,6 +4662,10 @@ snapshots: transitivePeerDependencies: - typescript + dependencies: + vue: 3.5.13([email protected]) + dependencies: jsonparse: 1.3.1 |
