Skip to content

Commit

Permalink
build: remove some unused dependencies (verdaccio#2402)
Browse files Browse the repository at this point in the history
* build: remove unused dep core-js from node-api package

* build: remove unused dep pretty-ms from logger-prettify package
  • Loading branch information
Justin Johansson authored Sep 2, 2021
1 parent b121e36 commit 78486b8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 21 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"babel-plugin-emotion": "10.0.33",
"codecov": "3.8.3",
"concurrently": "6.2.1",
"core-js": "3.16.4",
"cross-env": "7.0.3",
"debug": "4.3.2",
"detect-secrets": "1.0.6",
Expand Down
3 changes: 1 addition & 2 deletions packages/logger-prettify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"fast-safe-stringify": "2.0.8",
"kleur": "3.0.3",
"lodash": "4.17.21",
"prettier-bytes": "1.0.4",
"pretty-ms": "5.1.0"
"prettier-bytes": "1.0.4"
},
"devDependencies": {
"@types/pino": "6.3.11",
Expand Down
1 change: 0 additions & 1 deletion packages/node-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@verdaccio/config": "workspace:6.0.0-6-next.7",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"@verdaccio/server": "workspace:6.0.0-6-next.16",
"core-js": "3.16.4",
"debug": "4.3.2",
"lodash": "4.17.21"
},
Expand Down
18 changes: 1 addition & 17 deletions pnpm-lock.yaml

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

0 comments on commit 78486b8

Please sign in to comment.