diff --git a/packages/components/package.json b/packages/components/package.json index 6e0cba3f..ed632a25 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -6,7 +6,7 @@ "@floating-ui/react-dom": "^1.0.0", "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.7.3", - "@heroicons/react": "^1.0.6", + "@heroicons/react": "^2.0.12", "@hookform/resolvers": "^2.9.8", "@quri/squiggle-lang": "^0.5.0", "@react-hook/size": "^2.1.2", diff --git a/packages/website/package.json b/packages/website/package.json index 60e6da0b..83ea42cd 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -14,7 +14,7 @@ "dependencies": { "@docusaurus/core": "2.1.0", "@docusaurus/preset-classic": "2.1.0", - "@heroicons/react": "^1.0.6", + "@heroicons/react": "^2.0.12", "@quri/squiggle-components": "*", "base64-js": "^1.5.1", "clsx": "^1.2.1", diff --git a/yarn.lock b/yarn.lock index ec4cad05..c5ba7035 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2267,10 +2267,10 @@ resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.7.3.tgz#853c598ff47b37cdd192c5cbee890d9b610c3ec0" integrity sha512-LGp06SrGv7BMaIQlTs8s2G06moqkI0cb0b8stgq7KZ3xcHdH3qMP+cRyV7qe5x4XEW/IGY48BW4fLesD6NQLng== -"@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.12": + version "2.0.12" + resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.0.12.tgz#7e5a16c82512f89a30266dd36f8b8465b3e3e216" + integrity sha512-FZxKh3i9aKIDxyALTgIpSF2t6V6/eZfF5mRu41QlwkX3Oxzecdm1u6dpft6PQGxIBwO7TKYWaMAYYL8mp/EaOg== "@hookform/resolvers@^2.9.8": version "2.9.8"