From 0ed72e5754e4383390cf94c5cd82107c986d2ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:00:14 +0000 Subject: [PATCH] build(deps): bump @headlessui/react from 2.1.6 to 2.2.0 Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) from 2.1.6 to 2.2.0. - [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.2.0/packages/@headlessui-react) --- updated-dependencies: - dependency-name: "@headlessui/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index e423dd88d..2eb9a0a95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@emotion/styled": "^11.11.0", "@floating-ui/react": "0.26.25", "@fontsource/open-sauce-sans": "^5.0.7", - "@headlessui/react": "2.1.6", + "@headlessui/react": "2.2.0", "@heroicons/react": "^2.1.3", "@indexcoop/flash-mint-sdk": "3.12.0", "@indexcoop/tokenlists": "3.2.0", @@ -4585,9 +4585,9 @@ } }, "node_modules/@headlessui/react": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.1.6.tgz", - "integrity": "sha512-IkaSHxsMdrSdVZn5n3ClfvqQo5umHeqwjeZfbFUTczykeHoMH+3VOP0nn7zVsbebazjPmOsXh3x9gCy6e2PG5Q==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.2.0.tgz", + "integrity": "sha512-RzCEg+LXsuI7mHiSomsu/gBJSjpupm6A1qIZ5sWjd7JhARNlMiSA4kKfJpCKwU9tE+zMRterhhrP74PvfJrpXQ==", "dependencies": { "@floating-ui/react": "^0.26.16", "@react-aria/focus": "^3.17.1", @@ -4598,8 +4598,8 @@ "node": ">=10" }, "peerDependencies": { - "react": "^18", - "react-dom": "^18" + "react": "^18 || ^19 || ^19.0.0-rc", + "react-dom": "^18 || ^19 || ^19.0.0-rc" } }, "node_modules/@heroicons/react": { @@ -33904,9 +33904,9 @@ } }, "@headlessui/react": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.1.6.tgz", - "integrity": "sha512-IkaSHxsMdrSdVZn5n3ClfvqQo5umHeqwjeZfbFUTczykeHoMH+3VOP0nn7zVsbebazjPmOsXh3x9gCy6e2PG5Q==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.2.0.tgz", + "integrity": "sha512-RzCEg+LXsuI7mHiSomsu/gBJSjpupm6A1qIZ5sWjd7JhARNlMiSA4kKfJpCKwU9tE+zMRterhhrP74PvfJrpXQ==", "requires": { "@floating-ui/react": "^0.26.16", "@react-aria/focus": "^3.17.1", diff --git a/package.json b/package.json index eec1f0bea..97c616a2a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@emotion/styled": "^11.11.0", "@floating-ui/react": "0.26.25", "@fontsource/open-sauce-sans": "^5.0.7", - "@headlessui/react": "2.1.6", + "@headlessui/react": "2.2.0", "@heroicons/react": "^2.1.3", "@indexcoop/flash-mint-sdk": "3.12.0", "@indexcoop/tokenlists": "3.2.0",