build: update to nodejs rules 0.39.1 (#33458)

Pre-req for updating repo, integration & @bazel/schematics to Bazel 1.0.0 as this release brings in a fix for ts_library on Windows with Bazel 1.0.0+. See https://github.com/bazelbuild/rules_nodejs/issues/1307.

PR Close #33458
This commit is contained in:
Greg Magolan
2019-10-28 18:34:21 -07:00
committed by Andrew Kushnir
parent 649093c0ec
commit 5ed6abe3df
8 changed files with 56 additions and 56 deletions
+4 -4
View File
@@ -41,10 +41,10 @@
"@angular-devkit/schematics": "^9.0.0-next.15",
"@angular/bazel": "file:./tools/npm/@angular_bazel",
"@babel/core": "^7.6.4",
"@bazel/jasmine": "0.39.0",
"@bazel/karma": "0.39.0",
"@bazel/protractor": "0.39.0",
"@bazel/typescript": "0.39.0",
"@bazel/jasmine": "0.39.1",
"@bazel/karma": "0.39.1",
"@bazel/protractor": "0.39.1",
"@bazel/typescript": "0.39.1",
"@microsoft/api-extractor": "^7.3.9",
"@schematics/angular": "^8.0.0-beta.15",
"@types/angular": "^1.6.47",