diff --git a/package.json b/package.json index 9da0f1f0cdbf..c28a5056d66c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@giphy/js-fetch-api": "^4.3.1", "@giphy/react-components": "^6.2.0", "@headlessui/react": "^1.7.2", - "@heroicons/react": "v1", + "@heroicons/react": "v2", "@hookform/resolvers": "^2.9.8", "@sentry/nextjs": "^7.13.0", "@tailwindcss/aspect-ratio": "^0.4.2", diff --git a/yarn.lock b/yarn.lock index 087e07443ea6..758c5d2532dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1847,10 +1847,10 @@ resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.7.2.tgz#e6a6a8d38342064a53182f1eb2bf6d9c1e53ba6a" integrity sha512-snLv2lxwsf2HNTOBNgHYdvoYZ3ChJE8QszPi1d/hl9js8KrFrUulTaQBfSyPbJP5BybVreWh9DxCgz9S0Z6hKQ== -"@heroicons/react@v1": - version "1.0.6" - resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-1.0.6.tgz#35dd26987228b39ef2316db3b1245c42eb19e324" - integrity sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ== +"@heroicons/react@v2": + version "2.0.15" + resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.0.15.tgz#e1fc966350577a1ab0e38211e7b58e4bf8285b49" + integrity sha512-CZ2dGWgWG3/z5LEoD5D3MEr1syn45JM/OB2aDpw531Ryecgkz2V7TWQ808P0lva7zP003PVW6WlwbofsYyga3A== "@hookform/resolvers@^2.9.8": version "2.9.8"