From cc8674f94e89f049e9ed9d47cd56458844b731b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:48:02 +0000 Subject: [PATCH] Update react-i18next requirement from ^15.0.0 to ^15.0.1 in /src-chart (#694) --- 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 72a86355..01a1c37f 100644 --- a/src-chart/package.json +++ b/src-chart/package.json @@ -17,7 +17,7 @@ "eslint-plugin-react": "^7.35.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.0.0", + "react-i18next": "^15.0.1", "react-icons": "^5.2.1", "react-scripts": "^5.0.1", "echarts": "^5.5.1",