From 87403dd0fe1980b4a4fac4149e7e8814a983698a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:44:33 +0000 Subject: [PATCH] Bump @radix-ui/react-icons from 1.3.0 to 1.3.1 Bumps @radix-ui/react-icons from 1.3.0 to 1.3.1. --- updated-dependencies: - dependency-name: "@radix-ui/react-icons" dependency-type: direct:production update-type: version-update:semver-patch ... 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 fd32e7632..52eca6a4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@docusaurus/theme-search-algolia": "^3.4.0", "@lottiefiles/react-lottie-player": "^3.5.4", "@mdx-js/react": "^3.0.1", - "@radix-ui/react-icons": "^1.3.0", + "@radix-ui/react-icons": "^1.3.1", "@radix-ui/react-select": "^2.1.1", "axios": "^1.7.2", "classnames": "^2.5.1", @@ -4067,11 +4067,11 @@ } }, "node_modules/@radix-ui/react-icons": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-icons/-/react-icons-1.3.0.tgz", - "integrity": "sha512-jQxj/0LKgp+j9BiTXz3O3sgs26RNet2iLWmsPyRz2SIcR4q/4SbazXfnYwbAr+vLYKSfc7qxzyGQA1HLlYiuNw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-icons/-/react-icons-1.3.1.tgz", + "integrity": "sha512-QvYompk0X+8Yjlo/Fv4McrzxohDdM5GgLHyQcPpcsPvlOSXCGFjdbuyGL5dzRbg0GpknAjQJJZzdiRK7iWVuFQ==", "peerDependencies": { - "react": "^16.x || ^17.x || ^18.x" + "react": "^16.x || ^17.x || ^18.x || ^19.x" } }, "node_modules/@radix-ui/react-id": { diff --git a/package.json b/package.json index 884bf2223..da9eb842f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@docusaurus/theme-search-algolia": "^3.4.0", "@lottiefiles/react-lottie-player": "^3.5.4", "@mdx-js/react": "^3.0.1", - "@radix-ui/react-icons": "^1.3.0", + "@radix-ui/react-icons": "^1.3.1", "@radix-ui/react-select": "^2.1.1", "axios": "^1.7.2", "classnames": "^2.5.1",