build: update to rules nodejs 1.0.1 (#34736)
This brings in a few minor fixes including a better way to patch require for bootstrap scripts Also remove install_source_map_support attribute from nodejs_binary targets This attribute will be removed from nodejs_binary in the future PR Close #34736
This commit is contained in:
committed by
Matias Niemelä
parent
99d73906a8
commit
a4bbc35005
+6
-6
@@ -41,12 +41,12 @@
|
||||
"@angular-devkit/schematics": "9.0.0-rc.4",
|
||||
"@angular/bazel": "file:./tools/npm/@angular_bazel",
|
||||
"@babel/core": "^7.6.4",
|
||||
"@bazel/jasmine": "1.0.0",
|
||||
"@bazel/karma": "1.0.0",
|
||||
"@bazel/protractor": "1.0.0",
|
||||
"@bazel/rollup": "1.0.0",
|
||||
"@bazel/terser": "1.0.0",
|
||||
"@bazel/typescript": "1.0.0",
|
||||
"@bazel/jasmine": "1.0.1",
|
||||
"@bazel/karma": "1.0.1",
|
||||
"@bazel/protractor": "1.0.1",
|
||||
"@bazel/rollup": "1.0.1",
|
||||
"@bazel/terser": "1.0.1",
|
||||
"@bazel/typescript": "1.0.1",
|
||||
"@microsoft/api-extractor": "^7.3.9",
|
||||
"@schematics/angular": "9.0.0-rc.4",
|
||||
"@types/angular": "^1.6.47",
|
||||
|
||||
Reference in New Issue
Block a user