From be5d6f54ec1ca7944d0630892f90f3dbb925ada6 Mon Sep 17 00:00:00 2001 From: atoz96 Date: Tue, 23 Jun 2026 14:36:49 -0400 Subject: [PATCH] chore(deps): drop unused recharts and react-chartjs-2 (#50) Rebased onto master; resolves conflict in package.json. --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index d4c4dbf..e1c10ce 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "react": "^18.2.0", "react-apexcharts": "^1.4.0", "react-beautiful-dnd": "^13.1.1", - "react-chartjs-2": "^5.2.0", "react-dom": "^18.2.0", "react-feather": "^2.0.10", "react-helmet": "^6.1.0", @@ -40,7 +39,6 @@ "react-router-dom": "^6.8.2", "react-scripts": "5.0.1", "react-toastify": "^9.1.1", - "recharts": "^2.5.0", "redux-thunk": "^2.4.2", "sass": "^1.58.3", "simplebar-react": "^3.2.1",