build: update to nodejs rules 0.38.3 (#33073)

All providers now loaded from "@build_bazel_rules_nodejs//:providers.bzl".

PR Close #33073
This commit is contained in:
Greg Magolan
2019-10-11 10:56:03 -07:00
committed by Miško Hevery
parent 5e694e519b
commit 0004896ff9
9 changed files with 37 additions and 40 deletions

View File

@ -8,8 +8,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Fetch rules_nodejs so we can install our npm dependencies
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "1447312c8570e8916da0f5f415186e7098cdd4ce48e04b8e864f793c766959c3",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.38.2/rules_nodejs-0.38.2.tar.gz"],
sha256 = "ad4be2c6f40f5af70c7edf294955f9d9a0222c8e2756109731b25f79ea2ccea0",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.38.3/rules_nodejs-0.38.3.tar.gz"],
)
# Fetch sass rules for compiling sass files

View File

@ -23,9 +23,9 @@
"@angular/compiler": "file:../../dist/packages-dist/compiler",
"@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli",
"@bazel/bazel": "file:../../node_modules/@bazel/bazel",
"@bazel/karma": "0.38.2",
"@bazel/protractor": "0.38.2",
"@bazel/typescript": "0.38.2",
"@bazel/karma": "0.38.3",
"@bazel/protractor": "0.38.3",
"@bazel/typescript": "0.38.3",
"@types/jasmine": "2.8.8",
"http-server": "^0.11.1",
"typescript": "3.4.2"