feat(bazel): update ng-add to use bazel v1.1.0 (#33813)

The ng-add schematic for `@angular/bazel` should set up
the latest Bazel version v1.1.0 that contains fixes for
windows. e.g. 618e5a28f7

PR Close #33813
This commit is contained in:
Paul Gschwendtner 2019-11-14 18:18:10 +01:00 committed by Alex Rickabaugh
parent fc78c64e8d
commit eca85d5880
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': '1.0.0',
'@bazel/bazel': '1.1.0',
'@bazel/ibazel': '^0.10.2',
'@bazel/karma': '0.40.0',
'@bazel/protractor': '0.40.0',