Skip to content

Commit

Permalink
[JS] Updating rules_nodejs to 4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Nov 15, 2021
1 parent c129dc9 commit 5382a49
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ selenium_register_dotnet()

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "3aa6296f453ddc784e1377e0811a59e1e6807da364f44b27856e34f5042043fe",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.4.2/rules_nodejs-4.4.2.tar.gz"],
sha256 = "f7037c8e295fdc921f714962aee7c496110052511e2b14076bd8e2d46bc9819c",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.4.5/rules_nodejs-4.4.5.tar.gz"],
)

load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "npm_install")
Expand Down
26 changes: 13 additions & 13 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 @@
"@babel/preset-react": "^7.14.5",
"@bazel/buildifier": "^4.0.0",
"@bazel/ibazel": "^0.15.10",
"@bazel/jasmine": "^4.4.0",
"@bazel/typescript": "^4.4.0",
"@bazel/jasmine": "^4.4.5",
"@bazel/typescript": "^4.4.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
Expand Down

0 comments on commit 5382a49

Please sign in to comment.