From e50323c7178abf5279beb6ab3cb71a6d52903673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:53:36 +0000 Subject: [PATCH] Bump @floating-ui/react from 0.25.3 to 0.25.4 Bumps [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) from 0.25.3 to 0.25.4. - [Release notes](https://github.com/floating-ui/floating-ui/releases) - [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md) - [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.25.4/packages/react) --- updated-dependencies: - dependency-name: "@floating-ui/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- packages/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 486aaea97..b4df547f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1214,8 +1214,9 @@ } }, "node_modules/@floating-ui/react": { - "version": "0.25.3", - "license": "MIT", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.25.4.tgz", + "integrity": "sha512-lWRQ/UiTvSIBxohn0/2HFHEmnmOVRjl7j6XcRJuLH0ls6f/9AyHMWVzkAJFuwx0n9gaEeCmg9VccCSCJzbEJig==", "dependencies": { "@floating-ui/react-dom": "^2.0.2", "@floating-ui/utils": "^0.1.1", @@ -12270,7 +12271,7 @@ "version": "0.0.0", "dependencies": { "@colonial-collections/list-store": "*", - "@floating-ui/react": "0.25.3", + "@floating-ui/react": "0.25.4", "@headlessui/react": "1.7.17", "@heroicons/react": "2.0.18", "classnames": "2.3.2", diff --git a/packages/ui/package.json b/packages/ui/package.json index 159568934..3b1163cd6 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@colonial-collections/list-store": "*", - "@floating-ui/react": "0.25.3", + "@floating-ui/react": "0.25.4", "@headlessui/react": "1.7.17", "@heroicons/react": "2.0.18", "classnames": "2.3.2",