From d67c7482acb0041a9474b238734ef33c692a3ce9 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 18 Jan 2024 15:00:07 +0100 Subject: [PATCH] chore(deps): pin `@headlessui/vue` in `dependencies` instead of `resolutions` --- package.json | 3 +-- pnpm-lock.yaml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 6fa1c7ce48..dcbd421eb2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@egoist/tailwindcss-icons": "^1.7.2", "@headlessui/tailwindcss": "^0.2.0", - "@headlessui/vue": "^1.7.17", + "@headlessui/vue": "1.7.16", "@iconify-json/heroicons": "^1.1.19", "@nuxt/kit": "^3.9.3", "@nuxtjs/color-mode": "^3.3.2", @@ -77,7 +77,6 @@ "zod": "^3.22.4" }, "resolutions": { - "@headlessui/vue": "1.7.16", "@nuxt/kit": "3.9.3", "@nuxt/schema": "3.9.3", "tailwindcss": "3.4.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 47b7d80b69..d15f6c6624 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,7 +5,6 @@ settings: excludeLinksFromLockfile: false overrides: - '@headlessui/vue': 1.7.16 '@nuxt/kit': 3.9.3 '@nuxt/schema': 3.9.3 tailwindcss: 3.4.1