diff --git a/package.json b/package.json index 23973af4..73e6a752 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@intlify/unplugin-vue-i18n": "^4.0.0", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/typography": "^0.5.14", - "@vueuse/components": "^10.11.1", + "@vueuse/components": "^11.0.0", "@vueuse/core": "^11.0.0", "@vueuse/integrations": "^10.11.1", "@vueuse/router": "^10.11.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 232cf3fd..ab696087 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: ^0.5.14 version: 0.5.14(tailwindcss@3.4.10(ts-node@10.9.2(@types/node@22.3.0)(typescript@5.5.4))) '@vueuse/components': - specifier: ^10.11.1 - version: 10.11.1(vue@3.4.38(typescript@5.5.4)) + specifier: ^11.0.0 + version: 11.0.0(vue@3.4.38(typescript@5.5.4)) '@vueuse/core': specifier: ^11.0.0 version: 11.0.0(vue@3.4.38(typescript@5.5.4)) @@ -1247,8 +1247,8 @@ packages: '@vue/test-utils@2.4.6': resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} - '@vueuse/components@10.11.1': - resolution: {integrity: sha512-ThcreQCX/eq61sLkLKjigD4PQvs3Wy4zglICvQH9tP6xl87y5KsQEoizn6OI+R3hrOgwQHLJe7Y0wLLh3fBKcg==} + '@vueuse/components@11.0.0': + resolution: {integrity: sha512-z/0GI23j2NrmamhHmJKN9QMoMQIStxFKvyvEGsvCQEobEAdAJCO7B8ixw388k3Idf36dpvqXpawA5ELWT+r6GA==} '@vueuse/core@10.11.1': resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==} @@ -4315,10 +4315,10 @@ snapshots: js-beautify: 1.15.1 vue-component-type-helpers: 2.0.29 - '@vueuse/components@10.11.1(vue@3.4.38(typescript@5.5.4))': + '@vueuse/components@11.0.0(vue@3.4.38(typescript@5.5.4))': dependencies: - '@vueuse/core': 10.11.1(vue@3.4.38(typescript@5.5.4)) - '@vueuse/shared': 10.11.1(vue@3.4.38(typescript@5.5.4)) + '@vueuse/core': 11.0.0(vue@3.4.38(typescript@5.5.4)) + '@vueuse/shared': 11.0.0(vue@3.4.38(typescript@5.5.4)) vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api'