From 37ac6a43e960ff576ee76dc55d7de6f9da5522e7 Mon Sep 17 00:00:00 2001 From: ali asaria <ali.asaria@gmail.com> Date: Thu, 1 Feb 2024 14:46:24 -0500 Subject: [PATCH] add react-icons --- package-lock.json | 11 ++++++++++- package.json | 3 ++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb6b6888..6d7e9a6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,6 +41,7 @@ "morgan": "~1.10.0", "react": "^18.2.0", "react-dom": "^18.2.0", + "react-icons": "^5.0.1", "react-markdown": "^8.0.7", "react-router-dom": "^6.11.2", "react-sparklines": "^1.7.0", @@ -17786,6 +17787,14 @@ "react": "^18.2.0" } }, + "node_modules/react-icons": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.0.1.tgz", + "integrity": "sha512-WqLZJ4bLzlhmsvme6iFdgO8gfZP17rfjYEJ2m9RsZjZ+cc4k1hTzknEz63YS1MeT50kVzoa1Nz36f4BEx+Wigw==", + "peerDependencies": { + "react": "*" + } + }, "node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", @@ -21876,4 +21885,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 1491f031..cb677b84 100644 --- a/package.json +++ b/package.json @@ -121,6 +121,7 @@ "morgan": "~1.10.0", "react": "^18.2.0", "react-dom": "^18.2.0", + "react-icons": "^5.0.1", "react-markdown": "^8.0.7", "react-router-dom": "^6.11.2", "react-sparklines": "^1.7.0", @@ -281,4 +282,4 @@ ], "logLevel": "quiet" } -} \ No newline at end of file +} -- GitLab