fix(bazel): Bump ibazel to 0.10.1 for windows fixes (#30196)

PR Close #30196
This commit is contained in:
Keen Yee Liau 2019-04-29 11:03:10 -07:00 committed by Andrew Kushnir
parent 6dc884f2ab
commit 1353bf0277
1 changed files with 1 additions and 1 deletions

View File

@ -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',
}; };