From ba7b731cddf1be351ee64dbd1325b9a87fcd9f0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 17:07:48 +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..28454b2 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.10", "dropbox": "10.32.0", "ky": "0.31.1", "next": "12.2.2", diff --git a/yarn.lock b/yarn.lock index ed906be..221cc4a 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.10": + version "2.0.10" + resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.0.10.tgz#191a305aa2dc2271903f027c9f4700ca3dfa9e7b" + integrity sha512-Ufr+pgAElNiRCSklnHGOR10bXb02BLlosvbDK7sCRUMOcQ3R/HCXTfXs4BUkYZ4dKpx6l5dUD06VSW1dTpTEDw== "@humanwhocodes/config-array@^0.10.4": version "0.10.4"