build: update bazel to 0.24 (#29530)

PR Close #29530
This commit is contained in:
Alex Eagle
2019-03-26 21:39:24 -07:00
committed by Miško Hevery
parent 80161d5033
commit aaa8a3a957
6 changed files with 132 additions and 26 deletions

View File

@ -47,7 +47,7 @@ function addDevDependenciesToPackageJson(options: Schema) {
const devDependencies: {[k: string]: string} = {
'@angular/bazel': angularCoreVersion,
'@bazel/bazel': '^0.23.0',
'@bazel/bazel': '^0.24.0',
'@bazel/ibazel': '^0.9.0',
'@bazel/karma': '^0.27.8',
'@bazel/typescript': '^0.27.8',