From 15cb9669bbfdfa9584d4e84a90feba32c80a989d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 05:30:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20@heroicons/react=20from?= =?UTF-8?q?=202.0.18=20to=202.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 2.0.18 to 2.1.1. - [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.0.18...v2.1.1) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8b907005..f636a3fa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@headlessui/react": "^1.7.17", - "@heroicons/react": "^2.0.18", + "@heroicons/react": "^2.1.1", "@tailwindcss/forms": "^0.5.7", "commander": "^11.1.0" }, @@ -96,9 +96,9 @@ } }, "node_modules/@heroicons/react": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.18.tgz", - "integrity": "sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.1.tgz", + "integrity": "sha512-JyyN9Lo66kirbCMuMMRPtJxtKJoIsXKS569ebHGGRKbl8s4CtUfLnyKJxteA+vIKySocO4s1SkTkGS4xtG/yEA==", "peerDependencies": { "react": ">= 16" } diff --git a/package.json b/package.json index ad9b72083..5d968bb51 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ ], "dependencies": { "@headlessui/react": "^1.7.17", - "@heroicons/react": "^2.0.18", + "@heroicons/react": "^2.1.1", "@tailwindcss/forms": "^0.5.7", "commander": "^11.1.0" }