Skip to content

Commit

Permalink
build: update to latest @bazel/ibazel version v0.12.3 (#18848)
Browse files Browse the repository at this point in the history
Updates to the latest `@bazel/ibazel` version that properly
resolves local `@bazel/bazelisk` installations.

The support for this temporarily broke from `0.12.0` to `0.12.2`.
bazelbuild/bazel-watcher#352.
  • Loading branch information
devversion committed Mar 17, 2020
1 parent b3a2c56 commit 26364fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -72,7 +72,7 @@
"@angular/router": "^9.1.0-next.4",
"@bazel/bazelisk": "^1.3.0",
"@bazel/buildifier": "^0.29.0",
"@bazel/ibazel": "0.12.0",
"@bazel/ibazel": "^0.12.3",
"@bazel/jasmine": "^1.4.0",
"@bazel/karma": "^1.4.0",
"@bazel/protractor": "^1.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -260,10 +260,10 @@
"@bazel/buildifier-linux_x64" "0.29.0"
"@bazel/buildifier-win32_x64" "0.29.0"

"@bazel/ibazel@0.12.0":
version "0.12.0"
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.12.0.tgz#97aea5ee2d41d91995539df89efe11fd3fe128ca"
integrity sha512-8ix3hmaV30xD9FIa9aJBtKhxUOBDo0NEULgOhgz5c8nytnD0ipPWqssWWq0iFU8oRBHpvNnuIESbzL1h/LU5iw==
"@bazel/ibazel@^0.12.3":
version "0.12.3"
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.12.3.tgz#c8c82647f920cd529c7793c50e087e1a754a5973"
integrity sha512-dyx62Uo5kogrxFmqFNpGvbavfr8yjmuQlOyZczOuA60piULwlUsO7Oh3/1OUWKDSXaMMqHhFQfpdl+z0HjI6TQ==

"@bazel/jasmine@^1.4.0":
version "1.4.0"
Expand Down

0 comments on commit 26364fa

Please sign in to comment.