diff --git a/package.json b/package.json index ee18e618..dfc338e6 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.1.5", "autoprefixer": "^10.4.7", "clsx": "2.0.0", "focus-visible": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index a60a298b..172912bd 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.1.5": + version "2.1.5" + resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.1.5.tgz#1e13f34976cc542deae92353c01c8b3d7942e9ba" + integrity sha512-FuzFN+BsHa+7OxbvAERtgBTNeZpUjgM/MIizfVkSCL2/edriN0Hx/DWRCR//aPYwO5QX/YlgLGXk+E3PcfZwjA== "@humanwhocodes/config-array@^0.9.2": version "0.9.5"