Skip to content

Commit

Permalink
[JS] updating bazel rules nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Nov 25, 2020
1 parent a9c56bd commit e4eb68a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 42 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 = "452bef42c4b2fbe0f509a2699ffeb3ae2c914087736b16314dbd356f3641d7e5",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.3.0/rules_nodejs-2.3.0.tar.gz"],
sha256 = "121f17d8b421ce72f3376431c3461cd66bfe14de49059edc7bb008d5aebd16be",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.3.1/rules_nodejs-2.3.1.tar.gz"],
)

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

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"devDependencies": {
"@bazel/bazel": "^2.1.0",
"@bazel/buildifier": "^0.22.0",
"@bazel/ibazel": "^0.10.3",
"@bazel/jasmine": "^2.3.0",
"@bazel/typescript": "^2.2.2",
"@bazel/buildifier": "^3.5.0",
"@bazel/ibazel": "^0.14.0",
"@bazel/jasmine": "^2.3.1",
"@bazel/typescript": "^2.3.1",
"eslint-plugin-node": "^11.1.0",
"express": "^4.16.4",
"jasmine": "^3.6.3",
Expand Down

0 comments on commit e4eb68a

Please sign in to comment.