From 6e2177e427f424774b459b67bcd14abdb5b11140 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Tue, 31 Dec 2024 14:23:23 +0100 Subject: [PATCH] Fix: Update react-icons package (#5) Bump the react-icons NPM package to solve missing `LuEllipsisVertical` icon. Signed-off-by: SuperQ --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 48aaf34..e60ce6f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -25,7 +25,7 @@ "react-animate-height": "^3.2.3", "react-dom": "^18.2.0", "react-hot-toast": "^2.4.1", - "react-icons": "^5.3.0", + "react-icons": "^5.4.0", "react-router-dom": "^6.22.3", "react-simple-keyboard": "^3.7.112", "recharts": "^2.12.6", @@ -4935,9 +4935,9 @@ } }, "node_modules/react-icons": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", - "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", + "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", "peerDependencies": { "react": "*" } diff --git a/ui/package.json b/ui/package.json index 222af45..592a300 100644 --- a/ui/package.json +++ b/ui/package.json @@ -31,7 +31,7 @@ "react-animate-height": "^3.2.3", "react-dom": "^18.2.0", "react-hot-toast": "^2.4.1", - "react-icons": "^5.3.0", + "react-icons": "^5.4.0", "react-router-dom": "^6.22.3", "react-simple-keyboard": "^3.7.112", "recharts": "^2.12.6",