From ba07e0eef2d8d616d1c669533f10983a5c8f68eb Mon Sep 17 00:00:00 2001 From: ASoldo Date: Mon, 8 Jan 2024 17:40:40 +0100 Subject: [PATCH] Update nuxt cookie control --- components/PWA.vue | 80 ---------------------------------------------- package.json | 2 +- 2 files changed, 1 insertion(+), 81 deletions(-) diff --git a/components/PWA.vue b/components/PWA.vue index 58834ce..345ad96 100644 --- a/components/PWA.vue +++ b/components/PWA.vue @@ -43,83 +43,3 @@ - - - - - - - - - - - - - - - - - ---> - - - ---> - ---> - ---> - ---> - ---> - ---> - ---> - ---> - ---> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package.json b/package.json index dab26af..0656b38 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 public/vite.svg" }, "devDependencies": { - "@dargmuesli/nuxt-cookie-control": "^5.10.4", "@nuxt/devtools": "^0.7.6", "@nuxtjs/supabase": "^0.3.8", "@pinia-plugin-persistedstate/nuxt": "^1.2.0", @@ -36,6 +35,7 @@ "tailwindcss": "^3.4.1" }, "dependencies": { + "@dargmuesli/nuxt-cookie-control": "^5.10.4", "@nuxtjs/sanity": "^1.8.3", "@pinia/nuxt": "^0.4.11", "@sanity/scheduled-publishing": "^1.2.2",