From c9865f793cf500eb8e5c9ca204a3b53849caff95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:04:05 +0100 Subject: chore(deps): bump @heroicons/react from 2.1.3 to 2.1.4 in /ui (#2184) Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/tailwindlabs/heroicons/releases) - [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/heroicons/compare/v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- ui/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'ui') diff --git a/ui/package.json b/ui/package.json index bd0b17b9..e464be5f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@headlessui/react": "^2.0.4", - "@heroicons/react": "^2.1.3", + "@heroicons/react": "^2.1.4", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-slot": "^1.0.2", diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml index 1ba940ae..d12bb487 100644 --- a/ui/pnpm-lock.yaml +++ b/ui/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: ^2.0.4 version: 2.0.4(react-dom@18.3.1)(react@18.3.1) '@heroicons/react': - specifier: ^2.1.3 - version: 2.1.3(react@18.3.1) + specifier: ^2.1.4 + version: 2.1.4(react@18.3.1) '@radix-ui/react-dialog': specifier: ^1.0.5 version: 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) @@ -645,8 +645,8 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: false - /@heroicons/react@2.1.3(react@18.3.1): - resolution: {integrity: sha512-fEcPfo4oN345SoqdlCDdSa4ivjaKbk0jTd+oubcgNxnNgAfzysfwWfQUr+51wigiWHQQRiZNd1Ao0M5Y3M2EGg==} + /@heroicons/react@2.1.4(react@18.3.1): + resolution: {integrity: sha512-ju0wj0wwrUTMQ2Yceyrma7TKuI3BpSjp+qKqV81K9KGcUHdvTMdiwfRc2cwXBp3uXtKuDZkh0v03nWOQnJFv2Q==} peerDependencies: react: '>= 16' dependencies: -- cgit v1.3.1