Revert "build: update integration/bazel & @angular/bazel schematics to rules_nodejs 0.42.1" (#34360)

This reverts commit 4e38a973b158ba397903199abe1e008b0627d81c because it's part of a PR
that was red on CircleCI once it was merged into master (Windows tests are only run
on master, not on PRs).

PR Close #34360
This commit is contained in:
Kara Erickson
2019-12-11 15:06:12 -08:00
parent c77656e2dd
commit caaeb21e59
5 changed files with 34 additions and 34 deletions

View File

@ -40,11 +40,11 @@ function addDevDependenciesToPackageJson(options: Schema) {
['@angular/bazel', angularCore.version],
['@bazel/bazel', '1.1.0'],
['@bazel/ibazel', '0.10.3'],
['@bazel/karma', '0.42.2'],
['@bazel/protractor', '0.42.2'],
['@bazel/rollup', '0.42.2'],
['@bazel/terser', '0.42.2'],
['@bazel/typescript', '0.42.2'],
['@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'],
['html-insert-assets', '0.2.0'],
['karma', '4.4.1'],