From 5ed8d0c2f07e498da074bd698f9834518bf931c8 Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Sat, 11 Mar 2023 09:08:12 -0500 Subject: [PATCH] Added a resolutions entry to the project's package.json file to deal with the Font Awesome icon issue created by AdminLTE's dependency on the older 5.x Font Awesome release. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f6724c3..42f866d 100644 --- a/package.json +++ b/package.json @@ -13,5 +13,8 @@ "jquery.quicksearch": "^2.4.0", "jtimeout": "^3.2.0", "multiselect": "^0.9.12" + }, + "resolutions": { + "admin-lte/@fortawesome/fontawesome-free": "6.3.0" } }