Skip to content

Commit

Permalink
chore(bazel): Update rules_nodejs to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Holzer authored and Yngrid Coello committed Nov 9, 2020
1 parent efaecb2 commit c27921f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
9 changes: 2 additions & 7 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The nodejs rules
RULES_NODEJS_VERSION = "2.0.0-rc.1"
RULES_NODEJS_SHA256 = "aa0b0a71afd4e1f203b7092c3284a6606a5bfac77e0bd31f071b37bcac0f7cf3"
RULES_NODEJS_VERSION = "2.0.0"
RULES_NODEJS_SHA256 = "5bf77cc2d13ddf9124f4c1453dd96063774d755d4fc75d922471540d1c9a8ea8"
# Rules for compiling sass
RULES_SASS_VERSION = "1.26.3"
RULES_SASS_SHA256 = "9dcfba04e4af896626f4760d866f895ea4291bc30bf7287887cefcf4707b6a62"
Expand Down Expand Up @@ -54,11 +54,6 @@ load("@npm//:install_bazel_dependencies.bzl", "install_bazel_dependencies")

install_bazel_dependencies(suppress_warning = True)

# Setup the rules_typescript tooolchain
load("@npm//@bazel/typescript:index.bzl", "ts_setup_workspace")

ts_setup_workspace()

# Setup the rules_sass toolchain
load("@io_bazel_rules_sass//sass:sass_repositories.bzl", "sass_repositories")

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@angular/router": "^9.1.11",
"@bazel/bazelisk": "^1.5.0",
"@bazel/ibazel": "^0.13.1",
"@bazel/typescript": "^2.0.0-rc.1",
"@bazel/typescript": "^2.0.0",
"@commitlint/cli": "^8.2.0",
"@nguniversal/builders": "^9.1.1",
"@nguniversal/express-engine": "^9.1.1",
Expand Down

0 comments on commit c27921f

Please sign in to comment.