build: upgrade to bazel 2.0.0 (#34877)

PR Close #34877
This commit is contained in:
Greg Magolan
2020-01-20 20:40:34 -08:00
committed by Andrew Kushnir
parent 32b72f39f0
commit 48f8ca5483
5 changed files with 48 additions and 45 deletions

View File

@ -38,7 +38,7 @@ function addDevDependenciesToPackageJson(options: Schema) {
// TODO: use a Record<string, string> when the tsc lib setting allows us
const devDependencies: [string, string][] = [
['@angular/bazel', angularCore.version],
['@bazel/bazel', '1.1.0'],
['@bazel/bazel', '2.0.0'],
['@bazel/ibazel', '0.10.3'],
['@bazel/karma', '1.1.0'],
['@bazel/protractor', '1.1.0'],