From 843e84d1059380008931342a56b3599f194d3079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:06:02 +0000 Subject: [PATCH] Bump @heroicons/react from 1.0.6 to 2.2.0 Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 1.0.6 to 2.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 321ffe6..f431db8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.x", - "@heroicons/react": "^1.0.5", + "@heroicons/react": "^2.2.0", "@noble/ed25519": "^1.7.1", "@solana/spl-token": "^0.4.9", "@solana/wallet-adapter-base": "^0.9.22", @@ -2783,12 +2783,12 @@ } }, "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.2.0", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.2.0.tgz", + "integrity": "sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ==", "license": "MIT", "peerDependencies": { - "react": ">= 16" + "react": ">= 16 || ^19.0.0-rc" } }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 05ffed3..dab086e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@babel/runtime": "^7.x", - "@heroicons/react": "^1.0.5", + "@heroicons/react": "^2.2.0", "@noble/ed25519": "^1.7.1", "@solana/spl-token": "^0.4.9", "@solana/wallet-adapter-base": "^0.9.22",