From 553193ced11c75a93df18c298589ae0d8c8386fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:20:42 +0000 Subject: [PATCH] Bump @heroicons/react from 1.0.6 to 2.0.18 Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 1.0.6 to 2.0.18. - [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/v1.0.6...v2.0.18) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9f122365..6f6802c0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "browserslist": "defaults, not ie <= 11", "dependencies": { "@headlessui/react": "^1.7.17", - "@heroicons/react": "^1.0.6", + "@heroicons/react": "^2.0.18", "autoprefixer": "^10.4.7", "clsx": "2.0.0", "focus-visible": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index 28fbfc93..2cb5fe99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -61,10 +61,10 @@ dependencies: client-only "^0.0.1" -"@heroicons/react@^1.0.6": - version "1.0.6" - resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-1.0.6.tgz#35dd26987228b39ef2316db3b1245c42eb19e324" - integrity sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ== +"@heroicons/react@^2.0.18": + version "2.0.18" + resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.0.18.tgz#f80301907c243df03c7e9fd76c0286e95361f7c1" + integrity sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw== "@humanwhocodes/config-array@^0.9.2": version "0.9.5"