From 7d01e41d1e50322294ae3e94b4872f40374da174 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Fri, 2 Aug 2024 19:55:50 +0200 Subject: [PATCH] fixed linting issues --- webclient/app/components/DetailsInteractiveMap.vue | 1 - webclient/package.json | 2 +- webclient/pnpm-lock.yaml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/webclient/app/components/DetailsInteractiveMap.vue b/webclient/app/components/DetailsInteractiveMap.vue index efadba028..94afeb266 100644 --- a/webclient/app/components/DetailsInteractiveMap.vue +++ b/webclient/app/components/DetailsInteractiveMap.vue @@ -9,7 +9,6 @@ const props = defineProps<{ data: DetailsResponse }>(); const map = ref(undefined); const marker = ref(undefined); const floorControl = ref(new FloorControl()); -const { t } = useI18n({ useScope: "local" }); const runtimeConfig = useRuntimeConfig(); const initialLoaded = ref(false); diff --git a/webclient/package.json b/webclient/package.json index c50572c93..d2a015c16 100644 --- a/webclient/package.json +++ b/webclient/package.json @@ -25,7 +25,7 @@ "@nuxtjs/color-mode": "3.4.2", "@vueuse/core": "10.11.0", "@vueuse/nuxt": "10.11.0", - "@vueuse/router": "^10.11.0", + "@vueuse/router": "10.11.0", "map-gl-indoor": "0.5.0", "maplibre-gl": "4.5.1", "nightwind": "1.1.13", diff --git a/webclient/pnpm-lock.yaml b/webclient/pnpm-lock.yaml index cca8ca761..d9e7b18d4 100644 --- a/webclient/pnpm-lock.yaml +++ b/webclient/pnpm-lock.yaml @@ -45,7 +45,7 @@ importers: specifier: 10.11.0 version: 10.11.0(magicast@0.3.4)(nuxt@3.12.4(@opentelemetry/api@1.9.0)(@parcel/watcher@2.4.1)(@types/node@20.14.14)(encoding@0.1.13)(eslint@9.8.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.3)(rollup@4.18.0)(terser@5.30.0)(typescript@5.5.4)(vite@5.3.4(@types/node@20.14.14)(terser@5.30.0))(vue-tsc@2.0.29(typescript@5.5.4)))(rollup@4.18.0)(vue@3.4.35(typescript@5.5.4)) '@vueuse/router': - specifier: ^10.11.0 + specifier: 10.11.0 version: 10.11.0(vue-router@4.4.2(vue@3.4.35(typescript@5.5.4)))(vue@3.4.35(typescript@5.5.4)) map-gl-indoor: specifier: 0.5.0