Skip to content

Commit

Permalink
[js] updating rules_nodejs to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Sep 30, 2021
1 parent 4d981f8 commit 7861733
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 = "b32a4713b45095e9e1921a7fcb1adf584bc05959f3336e7351bcf77f015a2d7c",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.1.0/rules_nodejs-4.1.0.tar.gz"],
sha256 = "3635797a96c7bfcd0d265dacd722a07335e64d6ded9834af8d3f1b7ba5a25bba",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.3.0/rules_nodejs-4.3.0.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.1.0",
"@bazel/typescript": "^4.1.0",
"@bazel/jasmine": "^4.3.0",
"@bazel/typescript": "^4.3.0",
"@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 7861733

Please sign in to comment.