From 6d8b5d7525e9a33666e86041453c926837b25527 Mon Sep 17 00:00:00 2001 From: Marchand <13469995+M-archand@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:41:15 -0400 Subject: [PATCH] Add missing recharts dependancy --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index aee84b5..58dd068 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "react-icons": "^5.3.0", "react-tsparticles": "^2.12.2", "tailwind-merge": "^2.5.2", - "tsparticles": "^3.5.0" + "tsparticles": "^3.5.0", + "recharts": "^2.13.0" }, "devDependencies": { "@types/node": "^20",