From 57fa380f2338b572677406257b4750790d0856d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:25:08 +0000 Subject: [PATCH] build(deps): bump @headlessui/react from 2.1.2 to 2.2.0 Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) from 2.1.2 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] --- apps/web/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index fd37653..9bc33b3 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -11,7 +11,7 @@ "start": "next start" }, "dependencies": { - "@headlessui/react": "^2.1.2", + "@headlessui/react": "^2.2.0", "@heroicons/react": "^2.2.0", "@hookform/resolvers": "^3.9.0", "@tailwindcss/forms": "^0.5.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 539d408..d2b09c4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -67,8 +67,8 @@ importers: apps/web: dependencies: '@headlessui/react': - specifier: ^2.1.2 - version: 2.1.2(react-dom@18.3.1(react@19.0.0))(react@19.0.0) + specifier: ^2.2.0 + version: 2.2.0(react-dom@18.3.1(react@19.0.0))(react@19.0.0) '@heroicons/react': specifier: ^2.2.0 version: 2.2.0(react@19.0.0) @@ -1054,12 +1054,12 @@ packages: '@floating-ui/utils@0.2.5': resolution: {integrity: sha512-sTcG+QZ6fdEUObICavU+aB3Mp8HY4n14wYHdxK4fXjPmv3PXZZeY5RaguJmGyeH/CJQhX3fqKUtS4qc1LoHwhQ==} - '@headlessui/react@2.1.2': - resolution: {integrity: sha512-Kb3hgk9gRNRcTZktBrKdHhF3xFhYkca1Rk6e1/im2ENf83dgN54orMW0uSKTXFnUpZOUFZ+wcY05LlipwgZIFQ==} + '@headlessui/react@2.2.0': + resolution: {integrity: sha512-RzCEg+LXsuI7mHiSomsu/gBJSjpupm6A1qIZ5sWjd7JhARNlMiSA4kKfJpCKwU9tE+zMRterhhrP74PvfJrpXQ==} engines: {node: '>=10'} peerDependencies: - react: ^18 - react-dom: ^18 + react: ^18 || ^19 || ^19.0.0-rc + react-dom: ^18 || ^19 || ^19.0.0-rc '@heroicons/react@2.2.0': resolution: {integrity: sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ==} @@ -4924,7 +4924,7 @@ snapshots: '@floating-ui/utils@0.2.5': {} - '@headlessui/react@2.1.2(react-dom@18.3.1(react@19.0.0))(react@19.0.0)': + '@headlessui/react@2.2.0(react-dom@18.3.1(react@19.0.0))(react@19.0.0)': dependencies: '@floating-ui/react': 0.26.20(react-dom@18.3.1(react@19.0.0))(react@19.0.0) '@react-aria/focus': 3.18.1(react@19.0.0)