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:
@ -15,8 +15,8 @@ workspace(
|
||||
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
RULES_NODEJS_VERSION = "0.42.2"
|
||||
RULES_NODEJS_SHA256 = "16fc00ab0d1e538e88f084272316c0693a2e9007d64f45529b82f6230aedb073"
|
||||
RULES_NODEJS_VERSION = "0.42.1"
|
||||
RULES_NODEJS_SHA256 = "c612d6b76eaa17540e8b8c806e02701ed38891460f9ba3303f4424615437887a"
|
||||
http_archive(
|
||||
name = "build_bazel_rules_nodejs",
|
||||
sha256 = RULES_NODEJS_SHA256,
|
||||
|
@ -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'],
|
||||
|
Reference in New Issue
Block a user