From 060af1f449b917ce2891ee50d910bf24bad69876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 06:03:43 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20@headlessui/react=20from?= =?UTF-8?q?=201.7.10=20to=201.7.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) from 1.7.10 to 1.7.11. - [Release notes](https://github.com/tailwindlabs/headlessui/releases) - [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v1.7.11/packages/@headlessui-react) --- updated-dependencies: - dependency-name: "@headlessui/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a44996d..5d30a95b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@headlessui/react": "^1.7.10", + "@headlessui/react": "^1.7.11", "@heroicons/react": "^2.0.15", "@tailwindcss/forms": "^0.5.3", "commander": "^10.0.0" @@ -40,9 +40,9 @@ "dev": true }, "node_modules/@headlessui/react": { - "version": "1.7.10", - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.10.tgz", - "integrity": "sha512-1m66h/5eayTEZVT2PI13/2PG3EVC7a9XalmUtVSC8X76pcyKYMuyX1XAL2RUtCr8WhoMa/KrDEyoeU5v+kSQOw==", + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.11.tgz", + "integrity": "sha512-EaDbVgcyiylhtskZZf4Qb/JiiByY7cYbd0qgZ9xm2pm2X7hKojG0P4TaQYKgPOV3vojPhd/pZyQh3nmRkkcSyw==", "dependencies": { "client-only": "^0.0.1" }, @@ -1898,9 +1898,9 @@ "dev": true }, "@headlessui/react": { - "version": "1.7.10", - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.10.tgz", - "integrity": "sha512-1m66h/5eayTEZVT2PI13/2PG3EVC7a9XalmUtVSC8X76pcyKYMuyX1XAL2RUtCr8WhoMa/KrDEyoeU5v+kSQOw==", + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.11.tgz", + "integrity": "sha512-EaDbVgcyiylhtskZZf4Qb/JiiByY7cYbd0qgZ9xm2pm2X7hKojG0P4TaQYKgPOV3vojPhd/pZyQh3nmRkkcSyw==", "requires": { "client-only": "^0.0.1" } diff --git a/package.json b/package.json index 9922d081..3ea869f8 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ } ], "dependencies": { - "@headlessui/react": "^1.7.10", + "@headlessui/react": "^1.7.11", "@heroicons/react": "^2.0.15", "@tailwindcss/forms": "^0.5.3", "commander": "^10.0.0"