-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unused/missing dependencies identified via: ``` npm install -g depcheck && depcheck ``` Updated remaining dependencies via: ``` npm install -g npm-check-updates && npm-check-updates -u ``` Applied changes via: ``` rm -rf node_modules npm install npm run format npm run build ``` The prettier config was loaded in eslint, but no rule applied. depcheck thus reported eslint-plugin-prettier as unused. By not loading the prettier eslint config also eslint-config-prettier could be removed. Less dependencies = lees breakages / vulnerabilities / updates.
- Loading branch information
Showing
20 changed files
with
3,635 additions
and
20,134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.