refactor: cleanup unused dependencies in benchpress package (#37676)

Removes unused packages from the benchpress `package.json`. That
helps with deduping dependencies, and avoiding unused code
being downloaded.

PR Close #37676
This commit is contained in:
Paul Gschwendtner 2020-06-22 20:20:09 +02:00 committed by Andrew Kushnir
parent 29490cce30
commit cc3b1ebd96
2 changed files with 1 additions and 8 deletions

View File

@ -14,8 +14,6 @@ ts_library(
"//packages:types", "//packages:types",
"//packages/core", "//packages/core",
"@npm//@types/node", "@npm//@types/node",
"@npm//@types/q",
"@npm//q",
"@npm//reflect-metadata", "@npm//reflect-metadata",
], ],
) )

View File

@ -7,12 +7,7 @@
"strictNullChecks": true, "strictNullChecks": true,
"dependencies": { "dependencies": {
"@angular/core": "^9.0.0", "@angular/core": "^9.0.0",
"@types/node": "^12.11.1", "reflect-metadata": "^0.1.13"
"@types/q": "^1.5.2",
"protractor": "^5.4.2",
"q": "^1.5.1",
"reflect-metadata": "^0.1.2",
"selenium-webdriver": "^2.53.3"
}, },
"repository": { "repository": {
"type": "git", "type": "git",