From e76b4b2951c1986aa4e506909540e27073e1e268 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 22 Nov 2021 17:29:36 +0100 Subject: [PATCH] chore(deps): bind `@headlessui/vue` to `dev` --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 123b46cb..3de9d559 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "lint": "eslint --ext .ts,.js,.vue ." }, "dependencies": { - "@headlessui/vue": "^1.4.2", + "@headlessui/vue": "^0.0.0-dev.50d9fd3", "@iconify-json/heroicons-outline": "^1.0.2", "@iconify-json/heroicons-solid": "^1.0.2", "@popperjs/core": "^2.10.2", diff --git a/yarn.lock b/yarn.lock index e28b6fe0..8e006fd1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -286,10 +286,10 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" -"@headlessui/vue@^1.4.2": - version "1.4.2" - resolved "https://registry.yarnpkg.com/@headlessui/vue/-/vue-1.4.2.tgz#1098f52cb6c583772708a980b3487222ac0ae65e" - integrity sha512-+uOaPwHncxHZ6JBwYycu3YxDDrY0v1tcxCtK04H1WGBLBm07dqVi38Q2RB7eY867FUhD0sL6q+Fj69rVn8P0OQ== +"@headlessui/vue@^0.0.0-dev.50d9fd3": + version "0.0.0-dev.50d9fd3" + resolved "https://registry.yarnpkg.com/@headlessui/vue/-/vue-0.0.0-dev.50d9fd3.tgz#719a62e1acd62f721e9a7a3f128387f7af2f98e2" + integrity sha512-LyCxHzVqhfXla3jCR4neYxHTDmZcCrYcUgr5cNln3KXk/17fpn+3g1SRvVWFQBmRYsxTNPT4UeBzMmTCxVqWug== "@humanwhocodes/config-array@^0.6.0": version "0.6.0"