From 0325b3d9756d39cfc3cad0916b182e7b75cca424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 05:11:35 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20@headlessui/react=20from?= =?UTF-8?q?=201.7.4=20to=201.7.5?= 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.4 to 1.7.5. - [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.5/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 3b7b7441..0657216d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@headlessui/react": "^1.7.4", + "@headlessui/react": "^1.7.5", "@heroicons/react": "^2.0.13", "@tailwindcss/forms": "^0.5.3", "commander": "^9.4.1" @@ -36,9 +36,9 @@ "dev": true }, "node_modules/@headlessui/react": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.4.tgz", - "integrity": "sha512-D8n5yGCF3WIkPsjEYeM8knn9jQ70bigGGb5aUvN6y4BGxcT3OcOQOKcM3zRGllRCZCFxCZyQvYJF6ZE7bQUOyQ==", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.5.tgz", + "integrity": "sha512-UZSxOfA0CYKO7QDT5OGlFvesvlR1SKkawwSjwQJwt7XQItpzRKdE3ZUQxHcg4LEz3C0Wler2s9psdb872ynwrQ==", "dependencies": { "client-only": "^0.0.1" }, @@ -2022,9 +2022,9 @@ "dev": true }, "@headlessui/react": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.4.tgz", - "integrity": "sha512-D8n5yGCF3WIkPsjEYeM8knn9jQ70bigGGb5aUvN6y4BGxcT3OcOQOKcM3zRGllRCZCFxCZyQvYJF6ZE7bQUOyQ==", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.5.tgz", + "integrity": "sha512-UZSxOfA0CYKO7QDT5OGlFvesvlR1SKkawwSjwQJwt7XQItpzRKdE3ZUQxHcg4LEz3C0Wler2s9psdb872ynwrQ==", "requires": { "client-only": "^0.0.1" } diff --git a/package.json b/package.json index 4de90c40..eae162d7 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ } ], "dependencies": { - "@headlessui/react": "^1.7.4", + "@headlessui/react": "^1.7.5", "@heroicons/react": "^2.0.13", "@tailwindcss/forms": "^0.5.3", "commander": "^9.4.1"