From ad22526ecd8d05808c560511e4e3d28bd539e8d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:22:24 +0000 Subject: [PATCH] Bump echarts from 3.2.3 to 6.1.0 Bumps [echarts](https://github.com/apache/echarts) from 3.2.3 to 6.1.0. - [Release notes](https://github.com/apache/echarts/releases) - [Commits](https://github.com/apache/echarts/compare/3.2.3...6.1.0) --- updated-dependencies: - dependency-name: echarts dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fb8ee5e..54653298 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ }, "homepage": "https://github.com/somonus/react-native-echarts#readme", "dependencies": { - "echarts": "3.2.3" + "echarts": "6.1.0" } }