From 03173ec2958c15cc10d33fca1bf9086cc285d6c7 Mon Sep 17 00:00:00 2001 From: ConnerWithAnE Date: Sat, 11 May 2024 14:04:58 -0600 Subject: [PATCH] Fix: react-icons must be ^5.0.0 to resolve ES conflicts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e58ab3b5..00d8644f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react": "^18.3.1", "react-dom": "^18.2.0", "react-i18next": "^11.18.6", - "react-icons": "^5.0.0", + "react-icons": "^5.2.1", "recharts": "^2.12.6", "rrule": "^2.8.1", "swr": "^1.3.0",