From 1affad16b6cefeafb4d9ddff5009eb815fb01c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 14:55:45 +0000 Subject: [PATCH] :arrow_up: Bump @heroicons/react from 1.0.6 to 2.0.8 Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 1.0.6 to 2.0.8. - [Release notes](https://github.com/tailwindlabs/heroicons/releases) - [Commits](https://github.com/tailwindlabs/heroicons/compare/v1.0.6...v2.0.8) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/components/package.json | 2 +- packages/website/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/components/package.json b/packages/components/package.json index 735b3d16..6e86bc07 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.9.3", "@headlessui/react": "^1.6.6", - "@heroicons/react": "^1.0.6", + "@heroicons/react": "^2.0.8", "@hookform/resolvers": "^2.9.7", "@quri/squiggle-lang": "^0.3.0", "@react-hook/size": "^2.1.2", diff --git a/packages/website/package.json b/packages/website/package.json index 53d94c2d..271a8775 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -14,7 +14,7 @@ "dependencies": { "@docusaurus/core": "2.0.1", "@docusaurus/preset-classic": "2.0.1", - "@heroicons/react": "^1.0.6", + "@heroicons/react": "^2.0.8", "@quri/squiggle-components": "^0.3", "base64-js": "^1.5.1", "clsx": "^1.2.1", diff --git a/yarn.lock b/yarn.lock index baf6297c..36569e2f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2245,10 +2245,10 @@ resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.6.6.tgz#3073c066b85535c9d28783da0a4d9288b5354d0c" integrity sha512-MFJtmj9Xh/hhBMhLccGbBoSk+sk61BlP6sJe4uQcVMtXZhCgGqd2GyIQzzmsdPdTEWGSF434CBi8mnhR6um46Q== -"@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.8": + version "2.0.8" + resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.0.8.tgz#b87618a14d3fb237aa465d1a158517f92eccf7b2" + integrity sha512-nJNOMjXQH0Ngk6Y7QllYBH5VLB3+HMJyGBVQPZYUXGalYmN9kgEcVIxMjOiVjwuzee0GvZzmMRB0VQRJPHe8eg== "@hookform/resolvers@^2.9.7": version "2.9.7"