Skip to content

Commit

Permalink
[JS] updating rules_nodejs to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Nov 11, 2020
1 parent 8a7ff7b commit 74a012b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ selenium_register_dotnet()

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "f2194102720e662dbf193546585d705e645314319554c6ce7e47d8b59f459e9c",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.2.2/rules_nodejs-2.2.2.tar.gz"],
sha256 = "452bef42c4b2fbe0f509a2699ffeb3ae2c914087736b16314dbd356f3641d7e5",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.3.0/rules_nodejs-2.3.0.tar.gz"],
)

load("@build_bazel_rules_nodejs//:index.bzl", "npm_install")
Expand Down
6 changes: 3 additions & 3 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 @@ -3,7 +3,7 @@
"@bazel/bazel": "^2.1.0",
"@bazel/buildifier": "^0.22.0",
"@bazel/ibazel": "^0.10.3",
"@bazel/jasmine": "^2.2.2",
"@bazel/jasmine": "^2.3.0",
"@bazel/typescript": "^2.2.2",
"eslint-plugin-node": "^11.1.0",
"express": "^4.16.4",
Expand Down

0 comments on commit 74a012b

Please sign in to comment.