From 3ec6fcfce04c3ef561b68f81c18945a3a4982c46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 15:23:05 +0000 Subject: [PATCH] fix(deps): update dependency @heroicons/react to v2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3f7e515..ae881d2 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@chakra-ui/hooks": "2.0.4", - "@heroicons/react": "1.0.6", + "@heroicons/react": "2.0.2", "dropbox": "10.32.0", "ky": "0.31.1", "next": "12.2.2", diff --git a/yarn.lock b/yarn.lock index ed906be..76b99ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -69,10 +69,10 @@ minimatch "^3.1.2" strip-json-comments "^3.1.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.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.0.2.tgz#814985c245ce52ce4980eb559fa3deaea8ab8d16" + integrity sha512-QhjjFcgq4Xsa1X+k/OBl/Mt6ean5XlDA/Lg5hS852+Cc8rOyBsSoTZt+BXhM7kKUpL90S3Jm9lzRfeG1WxQACw== "@humanwhocodes/config-array@^0.10.4": version "0.10.4"