build: update to bazel 0.23

This commit is contained in:
Alex Eagle
2019-03-01 15:39:11 -08:00
parent 2f49a23d64
commit c938fb4619
7 changed files with 209 additions and 205 deletions

View File

@ -41,7 +41,7 @@ function addDevDependenciesToPackageJson(options: Schema) {
const devDependencies: {[k: string]: string} = {
'@angular/bazel': angularCoreVersion,
// TODO(kyliau): Consider moving this to latest-versions.ts
'@bazel/bazel': '^0.22.1',
'@bazel/bazel': '^0.23.0',
'@bazel/ibazel': '^0.9.0',
'@bazel/karma': '^0.25.1',
'@bazel/typescript': '^0.25.1',