Skip to content

Commit

Permalink
deps: remove unneeded @types/colors package (#319)
Browse files Browse the repository at this point in the history
- it had a deprecation warning on install stating that types were
  built-in now
  - confirmed that my editor picks up the types fine without and that
    builds still work

- auto-alphabetize deps
- update package-lock.json version to match package.json version
  - NPM did both of these automatically when I ran `npm install`
  • Loading branch information
agilgur5 authored May 4, 2022
1 parent 00bf86f commit e5b276b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
24 changes: 2 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"typescript": ">=2.4.0"
},
"devDependencies": {
"@types/colors": "1.2.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-node-resolve": "13.2.1",
"@types/find-cache-dir": "^2.0.0",
"@types/fs-extra": "8.0.1",
"@types/graphlib": "2.1.7",
Expand All @@ -56,8 +57,6 @@
"object-hash": "3.0.0",
"rimraf": "3.0.2",
"rollup": "^2.70.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-node-resolve": "13.2.1",
"rollup-plugin-re": "1.0.7",
"rollup-plugin-typescript2": "0.31.2",
"tslint": "6.1.3",
Expand Down

0 comments on commit e5b276b

Please sign in to comment.