From 7947a7a42986fcbf3cfad12f3f1590e214842aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:43:29 +0000 Subject: [PATCH] chore(deps): bump recharts from 2.15.4 to 3.0.0 Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.0.0. - [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.0.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- packages/ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index aab7a2eda..9f6150142 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -82,7 +82,7 @@ "react-quizlet-flashcard": "^3.0.0", "react-textarea-autosize": "^8.5.9", "react-use": "^17.6.0", - "recharts": "^2.15.4", + "recharts": "^3.0.0", "rehype-katex": "^7.0.1", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 5e5031ab4..184013d7c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -76,7 +76,7 @@ "react-resizable": "^3.0.5", "react-resizable-panels": "^3.0.3", "react-syntax-highlighter": "^15.6.1", - "recharts": "^2.15.4", + "recharts": "^3.0.0", "sonner": "^2.0.5", "tailwind-scrollbar": "^4.0.2", "tailwindcss-animate": "^1.0.7",