From 1fbf40eeeaf6ea2f6b520a2f96fbe35686a7819c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 03:13:00 +0000 Subject: [PATCH] Update @heroicons/vue requirement from ^1.0.4 to ^1.0.6 Updates the requirements on [@heroicons/vue](https://github.com/tailwindlabs/heroicons) to permit the latest version. - [Release notes](https://github.com/tailwindlabs/heroicons/releases) - [Commits](https://github.com/tailwindlabs/heroicons/compare/v1.0.4...v1.0.6) --- updated-dependencies: - dependency-name: "@heroicons/vue" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b844368..72b33f0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@headlessui/vue": "^1.4.1", - "@heroicons/vue": "^1.0.4", + "@heroicons/vue": "^1.0.6", "@tailwindcss/aspect-ratio": "^0.3.0", "@tailwindcss/forms": "^0.3.4", "@tailwindcss/line-clamp": "^0.2.2",