build: update ibazel to version that supports windows (#32390)

The `bazel-watcher` (also known as `ibazel`) currently does not work on windows. This
is because all versions before `v0.10.0` did not have official windows support. This
commit updates `ibazel` to the latest version which also comes with windows support.

PR Close #32390
This commit is contained in:
Paul Gschwendtner
2019-08-29 11:52:45 +02:00
committed by Miško Hevery
parent 266c267b62
commit b4d3468088
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -126,7 +126,7 @@
"@angular/cli": "^8.0.0-beta.15",
"@bazel/bazel": "0.28.1",
"@bazel/buildifier": "^0.26.0",
"@bazel/ibazel": "~0.9.0",
"@bazel/ibazel": "^0.10.3",
"@types/minimist": "^1.2.0",
"browserstacktunnel-wrapper": "2.0.1",
"check-side-effects": "0.0.21",