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:

committed by
Alex Rickabaugh

parent
fc78c64e8d
commit
eca85d5880
@ -48,7 +48,7 @@ function addDevDependenciesToPackageJson(options: Schema) {
|
|||||||
|
|
||||||
const devDependencies: {[k: string]: string} = {
|
const devDependencies: {[k: string]: string} = {
|
||||||
'@angular/bazel': angularCoreVersion,
|
'@angular/bazel': angularCoreVersion,
|
||||||
'@bazel/bazel': '1.0.0',
|
'@bazel/bazel': '1.1.0',
|
||||||
'@bazel/ibazel': '^0.10.2',
|
'@bazel/ibazel': '^0.10.2',
|
||||||
'@bazel/karma': '0.40.0',
|
'@bazel/karma': '0.40.0',
|
||||||
'@bazel/protractor': '0.40.0',
|
'@bazel/protractor': '0.40.0',
|
||||||
|
Reference in New Issue
Block a user