fix(bazel): Bump ibazel to 0.10.1 for windows fixes (#30196)
PR Close #30196
This commit is contained in:
parent
6dc884f2ab
commit
1353bf0277
|
@ -49,7 +49,7 @@ function addDevDependenciesToPackageJson(options: Schema) {
|
||||||
const devDependencies: {[k: string]: string} = {
|
const devDependencies: {[k: string]: string} = {
|
||||||
'@angular/bazel': angularCoreVersion,
|
'@angular/bazel': angularCoreVersion,
|
||||||
'@bazel/bazel': '^0.24.0',
|
'@bazel/bazel': '^0.24.0',
|
||||||
'@bazel/ibazel': '^0.9.0',
|
'@bazel/ibazel': '^0.10.1',
|
||||||
'@bazel/karma': '0.27.12',
|
'@bazel/karma': '0.27.12',
|
||||||
'@bazel/typescript': '0.27.12',
|
'@bazel/typescript': '0.27.12',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue