From 6cd01252ad29500f5b4a3c6a3399d6efbe3bb6c5 Mon Sep 17 00:00:00 2001 From: mnlfischer Date: Mon, 28 Oct 2024 08:09:01 +0100 Subject: [PATCH] fix(deps): update headlessui --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6a4bdb8..4471eb87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.10.9", "license": "ISC", "dependencies": { - "@headlessui/react": "^2.1.10", + "@headlessui/react": "^2.2.0", "@headlessui/tailwindcss": "^0.2.1", "@popperjs/core": "^2.11.8", "@tailwindcss/forms": "^0.5.9", @@ -2308,9 +2308,9 @@ "integrity": "sha512-sTcG+QZ6fdEUObICavU+aB3Mp8HY4n14wYHdxK4fXjPmv3PXZZeY5RaguJmGyeH/CJQhX3fqKUtS4qc1LoHwhQ==" }, "node_modules/@headlessui/react": { - "version": "2.1.10", - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.1.10.tgz", - "integrity": "sha512-6mLa2fjMDAFQi+/R10B+zU3edsUk/MDtENB2zHho0lqKU1uzhAfJLUduWds4nCo8wbl3vULtC5rJfZAQ1yqIng==", + "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", @@ -2321,8 +2321,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/@headlessui/tailwindcss": { diff --git a/package.json b/package.json index c66a37ff..f2c2bbcf 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "build:tailwind": "NODE_ENV=production npx tailwindcss -o ./dist/styles/index.css --minify" }, "dependencies": { - "@headlessui/react": "^2.1.10", + "@headlessui/react": "^2.2.0", "@headlessui/tailwindcss": "^0.2.1", "@popperjs/core": "^2.11.8", "@tailwindcss/forms": "^0.5.9",