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:
committed by
Miško Hevery
parent
266c267b62
commit
b4d3468088
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user