feat(bazel): update @bazel/schematics to Bazel 1.0.0 (#33476)

Not updating to Bazel 1.1.0 yet due to a docker permissions CI issue that was observed on the angular repo that is unresolved. See https://github.com/angular/angular/pull/33367#issuecomment-547643246.

PR Close #33476
This commit is contained in:
Greg Magolan 2019-10-29 14:44:51 -07:00 committed by Andrew Kushnir
parent 7193e151d7
commit 540d104b17
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function addDevDependenciesToPackageJson(options: Schema) {
const devDependencies: {[k: string]: string} = {
'@angular/bazel': angularCoreVersion,
'@bazel/bazel': '^0.28.1',
'@bazel/bazel': '1.0.0',
'@bazel/ibazel': '^0.10.2',
'@bazel/karma': '0.39.1',
'@bazel/protractor': '0.39.1',