From 754da11f5392d1ecef07c7b6ac19abb8caeee4a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 21:33:14 +0000 Subject: [PATCH] chore(deps): bump @heroicons/react from 1.0.6 to 2.0.17 Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 1.0.6 to 2.0.17. - [Release notes](https://github.com/tailwindlabs/heroicons/releases) - [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/heroicons/compare/v1.0.6...v2.0.17) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 016aa62b3..01f1d6fad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "6.1.1", "license": "MIT", "dependencies": { - "@heroicons/react": "^1.0.5", + "@heroicons/react": "^2.0.17", "@popperjs/core": "^2.11.7", "dd360-utils": "^1.0.12", "react-circular-progressbar": "^2.1.0", @@ -2198,9 +2198,9 @@ "dev": true }, "node_modules/@heroicons/react": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-1.0.6.tgz", - "integrity": "sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.17.tgz", + "integrity": "sha512-90GMZktkA53YbNzHp6asVEDevUQCMtxWH+2UK2S8OpnLEu7qckTJPhNxNQG52xIR1WFTwFqtH6bt7a60ZNcLLA==", "peerDependencies": { "react": ">= 16" } @@ -30308,9 +30308,9 @@ "dev": true }, "@heroicons/react": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-1.0.6.tgz", - "integrity": "sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ==" + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.17.tgz", + "integrity": "sha512-90GMZktkA53YbNzHp6asVEDevUQCMtxWH+2UK2S8OpnLEu7qckTJPhNxNQG52xIR1WFTwFqtH6bt7a60ZNcLLA==" }, "@humanwhocodes/config-array": { "version": "0.11.8", diff --git a/package.json b/package.json index 9b9fac29d..bd8157e9f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "generate-exports": "node ./scripts/combinePackage.js" }, "dependencies": { - "@heroicons/react": "^1.0.5", + "@heroicons/react": "^2.0.17", "@popperjs/core": "^2.11.7", "dd360-utils": "^1.0.12", "react-circular-progressbar": "^2.1.0",