Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: remove unused deps: bufferutil, canvas, utf-8-validate
  • Loading branch information
christopherthielen committed Dec 1, 2021
commit 72bf7e419282b911c30a5e9f0e9f9a0f98272eb5
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@
"@typescript-eslint/parser": "^3.7.0",
"@uirouter/publish-scripts": "2.5.5",
"angular": "1.8.0",
"bufferutil": "4.0.1",
"canvas": "2.6.1",
"dts-downlevel": "^0.4.0",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
Expand All @@ -104,8 +102,7 @@
"rollup-plugin-sourcemaps": "^0.6.2",
"rollup-plugin-terser": "^6.1.0",
"ts-jest": "^26.0.0",
"typescript": "^3.9.7",
"utf-8-validate": "5.0.2"
"typescript": "^3.9.7"
},
"husky": {
"hooks": {
Expand Down
Loading