build: update Bazel to 0.23 (#29058)

PR Close #29058
This commit is contained in:
Alex Eagle
2019-03-01 16:19:32 +00:00
committed by Andrew Kushnir
parent b1df9a30f4
commit ba602dbaec
5 changed files with 54 additions and 54 deletions

View File

@ -44,7 +44,7 @@ function addDevDependenciesToPackageJson(options: Schema) {
const devDependencies: {[k: string]: string} = {
'@angular/bazel': angularCoreVersion,
'@angular/upgrade': angularCoreVersion,
'@bazel/bazel': '^0.22.1',
'@bazel/bazel': '^0.23.0',
'@bazel/ibazel': '^0.9.0',
'@bazel/karma': '^0.26.0',
};