fix(benchpress): update dependencies (#36205)

* updated, added, and removed dependencies in package.json
* added dependencies to BUILD.bazel

PR Close #36205
This commit is contained in:
Wagner Maciel 2020-03-23 09:34:12 -07:00 committed by Alex Rickabaugh
parent c5c57f6737
commit 9d8bb634f9
2 changed files with 7 additions and 4 deletions

View File

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

View File

@ -6,11 +6,12 @@
"typings": "./index.d.ts",
"strictNullChecks": true,
"dependencies": {
"@angular/core": "^2.0.0-rc.7",
"@angular/core": "^9.0.0",
"@types/node": "^12.11.1",
"@types/q": "^1.5.2",
"protractor": "^5.4.2",
"q": "^1.5.1",
"reflect-metadata": "^0.1.2",
"rxjs": "^6.5.3",
"jpm": "1.1.4",
"firefox-profile": "0.4.0",
"selenium-webdriver": "^2.53.3"
},
"repository": {