Skip to content

Frontend dependency maintanence

Kasper Seweryn requested to merge wvffle/dependency-maintenance into develop

I've also added a single feature:

feat: add patch-package

I'm sick of needing to do rm -rf node_modules && yarn install every single time I add/update/remove a package. fomantic-ui-css does not receive updates that often and we can still fix new version manually with old scripts that are still there

Merge request reports