build: update @angular/bazel schematics to rules_nodejs 0.42.1 (#34112)

PR Close #34112
This commit is contained in:
Greg Magolan
2019-11-27 14:13:16 -08:00
committed by Kara Erickson
parent dd3b27e971
commit bfeaa7d564
2 changed files with 7 additions and 7 deletions

View File

@ -40,11 +40,11 @@ function addDevDependenciesToPackageJson(options: Schema) {
['@angular/bazel', angularCore.version],
['@bazel/bazel', '1.1.0'],
['@bazel/ibazel', '^0.10.2'],
['@bazel/karma', '0.40.0'],
['@bazel/protractor', '0.40.0'],
['@bazel/rollup', '0.40.0'],
['@bazel/terser', '0.40.0'],
['@bazel/typescript', '0.40.0'],
['@bazel/karma', '0.42.1'],
['@bazel/protractor', '0.42.1'],
['@bazel/rollup', '0.42.1'],
['@bazel/terser', '0.42.1'],
['@bazel/typescript', '0.42.1'],
['history-server', '^1.3.1'],
['rollup', '^1.25.2'],
['rollup-plugin-commonjs', '^10.1.0'],