Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4f8d2af

Browse files
committedJun 12, 2024
remove dependency font-awesome
This package with version 4.7.0 was published 8 years ago. We can do better than this. 'react-icons' also provides FontAwesome icons, so let's use that. Related to #429 Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
1 parent 63d881c commit 4f8d2af

File tree

3 files changed

+199
-8
lines changed

3 files changed

+199
-8
lines changed
 

‎package-lock.json

Lines changed: 199 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"classnames": "^2.5.1",
1818
"date-fns": "^3.6.0",
1919
"dompurify": "^3.1.5",
20-
"font-awesome": "^4.7.0",
2120
"formik": "^2.4.6",
2221
"http-proxy-middleware": "^2.0.6",
2322
"i18next": "^23.11.5",

‎src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import store from "./store";
1313
import "./i18n/i18n";
1414

1515
// import css files for certain libraries
16-
import "font-awesome/css/font-awesome.min.css";
1716
import "react-datepicker/dist/react-datepicker.css";
1817
import { HotkeysProvider } from "react-hotkeys-hook";
1918
import { ThemeProvider } from "@mui/material";

0 commit comments

Comments
 (0)
Please sign in to comment.