From e87243a47d95846a900d91067edded16d509f692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 01:08:24 +0000 Subject: [PATCH] Bump recharts from 2.15.4 to 3.8.1 in /apps/desktop Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.8.1. - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md) - [Commits](https://github.com/recharts/recharts/compare/v2.15.4...v3.8.1) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.8.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/desktop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 8d05de9..d36e9a7 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -37,7 +37,7 @@ "react-dom": "^19.0.0", "react-map-gl": "^7.1.0", "react-resizable-panels": "^2.1.0", - "recharts": "^2.13.0", + "recharts": "^3.8.1", "socket.io-client": "^4.8.0", "zustand": "^5.0.12" },