feat(bazel): Upgrade rules_nodejs and rules_sass (#29388)

PR Close #29388
This commit is contained in:
Keen Yee Liau
2019-03-18 16:44:03 -07:00
committed by Matias Niemelä
parent 38c778e371
commit d6d081e120
3 changed files with 14 additions and 19 deletions

View File

@ -21,8 +21,8 @@ http_archive(
)
# Rules for compiling sass
RULES_SASS_VERSION = "1.17.2"
RULES_SASS_SHA256 = "e5316ee8a09d1cbb732d3938b400836bf94dba91a27476e9e27706c4c0edae1f"
RULES_SASS_VERSION = "1.17.3"
RULES_SASS_SHA256 = "ea79647e5cd36867568d80811a951c7b3170791058f50a5cbd3d542627e78881"
http_archive(
name = "io_bazel_rules_sass",
sha256 = RULES_SASS_SHA256,