diff --git a/package-lock.json b/package-lock.json index 627a5b467..cd8d0c8c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@docusaurus/theme-search-algolia": "^3.6.1", "@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.2", "@radix-ui/react-select": "^2.1.1", "axios": "^1.7.2", "classnames": "^2.5.1", @@ -4305,11 +4305,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.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-icons/-/react-icons-1.3.2.tgz", + "integrity": "sha512-fyQIhGDhzfc9pK2kH6Pl9c4BDJGfMkPqkyIgYDthyNYoNg3wVhoJMMh19WS4Up/1KMPFVpNsT2q3WmXn2N1m6g==", "peerDependencies": { - "react": "^16.x || ^17.x || ^18.x" + "react": "^16.x || ^17.x || ^18.x || ^19.0.0 || ^19.0.0-rc" } }, "node_modules/@radix-ui/react-id": { diff --git a/package.json b/package.json index c17decf71..0041a0ca7 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@docusaurus/theme-search-algolia": "^3.6.1", "@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.2", "@radix-ui/react-select": "^2.1.1", "axios": "^1.7.2", "classnames": "^2.5.1",