From 0443ac2c9d6df70f64101ebed8e69588237980b4 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 22 Feb 2024 15:28:11 +0100 Subject: [PATCH] chore(deps): remove `^` from resolutions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 43ae5ade..61b36593 100644 --- a/package.json +++ b/package.json @@ -78,10 +78,10 @@ "zod": "^3.22.4" }, "resolutions": { - "@nuxt/kit": "^3.10.2", + "@nuxt/kit": "3.10.2", "@nuxt/schema": "3.10.2", "tailwindcss": "3.4.1", - "@headlessui/vue": "^1.7.19", + "@headlessui/vue": "1.7.19", "vue": "3.4.19" } }