Skip to content

Commit

Permalink
[JS] Updating rules_nodejs to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Dec 20, 2020
1 parent 53bb56e commit d43570c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ selenium_register_dotnet()

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "121f17d8b421ce72f3376431c3461cd66bfe14de49059edc7bb008d5aebd16be",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.3.1/rules_nodejs-2.3.1.tar.gz"],
sha256 = "b3521b29c7cb0c47a1a735cce7e7e811a4f80d8e3720cf3a1b624533e4bb7cb6",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.3.2/rules_nodejs-2.3.2.tar.gz"],
)

load("@build_bazel_rules_nodejs//:index.bzl", "npm_install")
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"@bazel/bazel": "^2.1.0",
"@bazel/buildifier": "^3.5.0",
"@bazel/ibazel": "^0.14.0",
"@bazel/jasmine": "^2.3.1",
"@bazel/typescript": "^2.3.1",
"@bazel/jasmine": "^2.3.2",
"@bazel/typescript": "^2.3.2",
"eslint-plugin-node": "^11.1.0",
"express": "^4.16.4",
"jasmine": "^3.6.3",
Expand Down

0 comments on commit d43570c

Please sign in to comment.