build: update to Bazel 0.26 (#30370)

PR Close #30370
This commit is contained in:
Alex Eagle
2019-05-09 09:21:07 -07:00
committed by Alex Rickabaugh
parent 34e0d621fd
commit 3fecab64b1
3 changed files with 21 additions and 21 deletions

View File

@ -48,7 +48,7 @@ function addDevDependenciesToPackageJson(options: Schema) {
const devDependencies: {[k: string]: string} = {
'@angular/bazel': angularCoreVersion,
'@bazel/bazel': '^0.25.1',
'@bazel/bazel': '^0.26.0-rc.5',
'@bazel/ibazel': '^0.10.2',
'@bazel/karma': '0.27.12',
'@bazel/typescript': '0.27.12',