fix(bazel): update ibazel to 0.11.1 (#35158)

PR Close #35158
This commit is contained in:
Alan Agius 2020-02-05 08:32:27 +01:00 committed by Misko Hevery
parent c4ad12c1c3
commit 6fb538ed1d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ function addDevDependenciesToPackageJson(options: Schema) {
const devDependencies: [string, string][] = [
['@angular/bazel', angularCore.version],
['@bazel/bazel', '2.0.0'],
['@bazel/ibazel', '0.10.3'],
['@bazel/ibazel', '0.11.1'],
['@bazel/karma', '1.2.2'],
['@bazel/protractor', '1.2.2'],
['@bazel/rollup', '1.2.2'],