diff --git a/package-lock.json b/package-lock.json index 1d92cbaeb..1b2fcfbdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@emotion/styled": "^11.11.0", "@floating-ui/react": "0.26.25", "@fontsource/open-sauce-sans": "^5.1.0", - "@headlessui/react": "2.1.6", + "@headlessui/react": "2.2.1", "@heroicons/react": "^2.1.3", "@indexcoop/analytics-sdk": "0.29.0", "@indexcoop/flash-mint-sdk": "3.24.0", @@ -3097,22 +3097,22 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.2.1.tgz", + "integrity": "sha512-daiUqVLae8CKVjEVT19P/izW0aGK0GNhMSAeMlrDebKmoVZHcRRwbxzgtnEadUVDXyBsWo9/UH4KHeniO+0tMg==", "license": "MIT", "dependencies": { "@floating-ui/react": "^0.26.16", "@react-aria/focus": "^3.17.1", "@react-aria/interactions": "^3.21.3", - "@tanstack/react-virtual": "^3.8.1" + "@tanstack/react-virtual": "^3.11.1" }, "engines": { "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": { diff --git a/package.json b/package.json index 30edbb983..709ef4929 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.1.0", - "@headlessui/react": "2.1.6", + "@headlessui/react": "2.2.1", "@heroicons/react": "^2.1.3", "@indexcoop/analytics-sdk": "0.29.0", "@indexcoop/flash-mint-sdk": "3.24.0",