From 61526df93fad06cca718948eb94c228400168cd4 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 2 May 2023 01:58:55 +0200 Subject: [PATCH] chore: upgrade to VueUse v10 --- .../modal/ModalMediaPreviewCarousel.vue | 11 +- composables/i18n.ts | 4 +- composables/idb/index.ts | 4 +- composables/masto/search.ts | 6 +- composables/users.ts | 4 +- composables/vue.ts | 4 +- package.json | 8 +- pnpm-lock.yaml | 126 ++++++++++++------ 8 files changed, 106 insertions(+), 61 deletions(-) diff --git a/components/modal/ModalMediaPreviewCarousel.vue b/components/modal/ModalMediaPreviewCarousel.vue index 5c51b70c..fa71c11f 100644 --- a/components/modal/ModalMediaPreviewCarousel.vue +++ b/components/modal/ModalMediaPreviewCarousel.vue @@ -1,5 +1,4 @@