Skip to content

Commit

Permalink
[js] Updating rules_nodejs to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Oct 12, 2021
1 parent 776cd67 commit dc555bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = "3635797a96c7bfcd0d265dacd722a07335e64d6ded9834af8d3f1b7ba5a25bba",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.3.0/rules_nodejs-4.3.0.tar.gz"],
sha256 = "c9c5d60d6234d65b06f86abd5edc60cadd1699f739ee49d33a099d2d67eb1ae8",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.4.0/rules_nodejs-4.4.0.tar.gz"],
)

load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "npm_install")
Expand Down
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.3.0",
"@bazel/typescript": "^4.3.0",
"@bazel/jasmine": "^4.4.0",
"@bazel/typescript": "^4.4.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 dc555bb

Please sign in to comment.