build: update to rules_nodejs 1.2.1 (#34961)
Fixes issue with conflicting linker module mappings introduced in 1.2.0 PR Close #34961
This commit is contained in:

committed by
Misko Hevery

parent
513c69169e
commit
da604310c6
@ -15,8 +15,8 @@ workspace(
|
||||
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
RULES_NODEJS_VERSION = "1.2.0"
|
||||
RULES_NODEJS_SHA256 = "591d2945b09ecc89fde53e56dd54cfac93322df3bc9d4747cb897ce67ba8cdbf"
|
||||
RULES_NODEJS_VERSION = "1.2.1"
|
||||
RULES_NODEJS_SHA256 = "ecaa54955b314b5e33948bd8f39e35c35ee89e905d8de1c03868100293510573"
|
||||
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', '2.0.0'],
|
||||
['@bazel/ibazel', '0.10.3'],
|
||||
['@bazel/karma', '1.2.0'],
|
||||
['@bazel/protractor', '1.2.0'],
|
||||
['@bazel/rollup', '1.2.0'],
|
||||
['@bazel/terser', '1.2.0'],
|
||||
['@bazel/typescript', '1.2.0'],
|
||||
['@bazel/karma', '1.2.1'],
|
||||
['@bazel/protractor', '1.2.1'],
|
||||
['@bazel/rollup', '1.2.1'],
|
||||
['@bazel/terser', '1.2.1'],
|
||||
['@bazel/typescript', '1.2.1'],
|
||||
['history-server', '1.3.1'],
|
||||
['html-insert-assets', '0.2.0'],
|
||||
['karma', '4.4.1'],
|
||||
|
Reference in New Issue
Block a user