From c42d588295b305960b4e48c634e6321bf4b599c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:43:37 +0000 Subject: [PATCH] meta: bump @heroicons/react from 2.1.5 to 2.2.0 Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 2.1.5 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/v2.1.5...v2.2.0) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/site/package.json | 2 +- package-lock.json | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/apps/site/package.json b/apps/site/package.json index 0ab8aa8178798..344739db9546d 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -36,7 +36,7 @@ "test": "turbo test:unit" }, "dependencies": { - "@heroicons/react": "~2.1.5", + "@heroicons/react": "~2.2.0", "@mdx-js/mdx": "^3.1.0", "@node-core/website-i18n": "*", "@nodevu/core": "0.3.0", diff --git a/package-lock.json b/package-lock.json index 05e2c1c7de090..8c8efaaa5fb1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "name": "@node-core/website", "license": "MIT", "dependencies": { - "@heroicons/react": "~2.1.5", + "@heroicons/react": "~2.2.0", "@mdx-js/mdx": "^3.1.0", "@node-core/website-i18n": "*", "@nodevu/core": "0.3.0", @@ -1706,12 +1706,11 @@ } }, "node_modules/@heroicons/react": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.5.tgz", - "integrity": "sha512-FuzFN+BsHa+7OxbvAERtgBTNeZpUjgM/MIizfVkSCL2/edriN0Hx/DWRCR//aPYwO5QX/YlgLGXk+E3PcfZwjA==", - "license": "MIT", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.2.0.tgz", + "integrity": "sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ==", "peerDependencies": { - "react": ">= 16" + "react": ">= 16 || ^19.0.0-rc" } }, "node_modules/@humanfs/core": {