From 9d31e22d6cb082ae211eaf00218891a3cf2ac08a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:49:22 +0000 Subject: [PATCH] Update react-icons requirement from ^5.2.1 to ^5.3.0 in /src-chart Updates the requirements on [react-icons](https://github.com/react-icons/react-icons) to permit the latest version. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.2.1...v5.3.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-chart/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-chart/package.json b/src-chart/package.json index 01a1c37f..66f3b234 100644 --- a/src-chart/package.json +++ b/src-chart/package.json @@ -18,7 +18,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.0.1", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "react-scripts": "^5.0.1", "echarts": "^5.5.1", "crypto-js": "^4.2.0",