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.

This commit is contained in:
Matt Scott 2023-03-11 09:08:12 -05:00
parent 87891a3eb9
commit 5ed8d0c2f0

View File

@ -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"
}
}