From 2e885fb4549d6ae484ea1cf438016848d78f10bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 21:02:15 +0000 Subject: [PATCH] chore(deps): bump recharts from 2.15.4 to 3.8.1 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] --- packages/design-system/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 490371d..290c9c6 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -25,7 +25,7 @@ "react-hook-form": "^7.72.0", "react-moveable": "^0.56.0", "react-resizable-panels": "^4", - "recharts": "3.8.0", + "recharts": "3.8.1", "server-only": "^0.0.1", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0",