From 7efcb343c49f2379edceefdb501d16f8ca57ffc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 18:33:20 +0000 Subject: [PATCH] chore(deps): bump @heroicons/react from 1.0.6 to 2.0.16 Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 1.0.6 to 2.0.16. - [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.16) --- 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 a6643749d..dfb8474d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.17.3", "license": "MIT", "dependencies": { - "@heroicons/react": "^1.0.5", + "@heroicons/react": "^2.0.16", "dd360-utils": "^1.0.12", "react-circular-progressbar": "^2.1.0", "react-currency-input-field": "^3.6.5" @@ -2197,9 +2197,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.16", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", + "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==", "peerDependencies": { "react": ">= 16" } @@ -30298,9 +30298,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.16", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", + "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==" }, "@humanwhocodes/config-array": { "version": "0.11.8", diff --git a/package.json b/package.json index 1dbb90276..ed95cc2d3 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.16", "dd360-utils": "^1.0.12", "react-circular-progressbar": "^2.1.0", "react-currency-input-field": "^3.6.5"