Skip to content

Commit 9f68c35

Browse files
Keen Yee LiauAndrewKushnir
Keen Yee Liau
authored andcommittedApr 29, 2019
fix(bazel): Bump ibazel to 0.10.1 for windows fixes (#30196)
PR Close #30196
1 parent 21418ea commit 9f68c35

File tree

1 file changed

+1
-1
lines changed
  • packages/bazel/src/schematics/ng-add

1 file changed

+1
-1
lines changed
 

‎packages/bazel/src/schematics/ng-add/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function addDevDependenciesToPackageJson(options: Schema) {
4949
const devDependencies: {[k: string]: string} = {
5050
'@angular/bazel': angularCoreVersion,
5151
'@bazel/bazel': '^0.24.0',
52-
'@bazel/ibazel': '^0.9.0',
52+
'@bazel/ibazel': '^0.10.1',
5353
'@bazel/karma': '0.27.12',
5454
'@bazel/typescript': '0.27.12',
5555
};

0 commit comments

Comments
 (0)
Please sign in to comment.