From 982e2391ddcefa29e50ba97897e796289df70b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 00:25:09 +0000 Subject: [PATCH] chore(npm): bump @headlessui/react from 2.1.0 to 2.1.1 in /Website Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) from 2.1.0 to 2.1.1. - [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@v2.1.1/packages/@headlessui-react) --- updated-dependencies: - dependency-name: "@headlessui/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Website/package-lock.json | 8 ++++---- Website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Website/package-lock.json b/Website/package-lock.json index 97f0aee80..817fdf3f4 100644 --- a/Website/package-lock.json +++ b/Website/package-lock.json @@ -8,7 +8,7 @@ "name": "website", "version": "0.1.0", "dependencies": { - "@headlessui/react": "^2.1.0", + "@headlessui/react": "^2.1.1", "autoprefixer": "10.4.19", "eslint": "8.57.0", "eslint-config-next": "14.2.4", @@ -152,9 +152,9 @@ "integrity": "sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==" }, "node_modules/@headlessui/react": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.1.0.tgz", - "integrity": "sha512-/MizQk2xqR5ELkmCI1xWy3VgJULvR8gcAXtZhcK7sY53TNRCPeMdeODEXKSv9LPSSRlEAyzW1+NGJiaXq6dLRw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.1.1.tgz", + "integrity": "sha512-808gVNUbRDbDR3GMNPHy+ON0uvR8b9H7IA+Q2UbhOsNCIjgwuwb2Iuv8VPT/1AW0UzLX8g10tN6LhF15GaUJCQ==", "dependencies": { "@floating-ui/react": "^0.26.16", "@react-aria/focus": "^3.17.1", diff --git a/Website/package.json b/Website/package.json index 900fc40f9..9cffb25fe 100644 --- a/Website/package.json +++ b/Website/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@headlessui/react": "^2.1.0", + "@headlessui/react": "^2.1.1", "autoprefixer": "10.4.19", "eslint": "8.57.0", "eslint-config-next": "14.2.4",