From 2210faa1604a440eba3b268af9398c2ef0cdd1b2 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 16 Dec 2022 10:47:20 +0100 Subject: [PATCH] chore(deps): bump `@headlessui/vue` --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 12eb9f70..c12059d4 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "release": "yarn lint && standard-version && git push --follow-tags" }, "dependencies": { - "@headlessui/vue": "^1.7.5", + "@headlessui/vue": "^1.7.6", "@iconify/vue": "^4.0.2", "@nuxt/kit": "^3.0.0", "@nuxtjs/color-mode": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index 65bcd60a..4607891e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -314,10 +314,10 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@headlessui/vue@^1.7.5": - version "1.7.5" - resolved "https://registry.yarnpkg.com/@headlessui/vue/-/vue-1.7.5.tgz#d089e9f126976ad9740c8c54b1fa5132614f5e7f" - integrity sha512-WjMvaOoxNUqbJO9UxdDJQmCtZZTsTUh4VbAekfhnbFsLqLrbvct27g1Q8gjEJjI4EWHiofIPCUs7mDsuKvwlHw== +"@headlessui/vue@^1.7.6": + version "1.7.6" + resolved "https://registry.yarnpkg.com/@headlessui/vue/-/vue-1.7.6.tgz#2847a5cdd78deea2b4684f6a4ec42f771cf72581" + integrity sha512-G5Y23FLCk8/pkv/m/UMEMhISFn6mn2mDpmFuVIT7kT8536SSmxuXT6aJh3FSpztYIXjjE0hbD2qezmJ2OHtMjg== "@humanwhocodes/config-array@^0.11.6": version "0.11.7"