Upgrade frontend dependencies #1312
Labels
dependencies
Pull requests that update a dependency file
📈 enhancement
New feature or request
Frontend
This would be the logical next step after #1286, though it may not need to be done immediately.
As part of this, we should also evaluate the usage of
django-npm
. I looked into removing it (because it's unmaintained) as part of the aforementioned issue, but doing so resulted in some style changes (loss of icons and screenreader text started showing up visually). It would make sense to look at this in conjunction with the frontend dependencies. I don't think it's strictly necessary, but it would require some changes and testing to ensure nothing is broken. Also, it looks likejquery
is being pulled in through this strategy (seesettings.py
,NPM_FILE_PATTERNS
, but it may not be used anywhere.The text was updated successfully, but these errors were encountered: