Skip to content

Commit

Permalink
[JS] Upgrade rules_nodejs to 2.1.0 (SeleniumHQ#8680)
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Sep 7, 2020
1 parent b612876 commit d6210d8
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 @@ -86,8 +86,8 @@ selenium_register_dotnet()

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "10fffa29f687aa4d8eb6dfe8731ab5beb63811ab00981fc84a93899641fd4af1",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.0.3/rules_nodejs-2.0.3.tar.gz"],
sha256 = "b16a03bf63952ae436185c74a5c63bec03c010ed422e230db526af55441a02dd",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.1.0/rules_nodejs-2.1.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.0.3",
"@bazel/jasmine": "^2.1.0",
"@bazel/typescript": "^2.0.2",
"eslint-plugin-node": "^11.1.0",
"express": "^4.16.4",
Expand Down

0 comments on commit d6210d8

Please sign in to comment.