Skip to content

Commit

Permalink
[JS] Update rules_nodejs to 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Jun 27, 2022
1 parent 78f2b1e commit 00fce38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ selenium_register_dotnet()

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "0fad45a9bda7dc1990c47b002fd64f55041ea751fafc00cd34efb96107675778",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.0/rules_nodejs-5.5.0.tar.gz"],
sha256 = "ee3280a7f58aa5c1caa45cb9e08cbb8f4d74300848c508374daf37314d5390d6",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.1/rules_nodejs-5.5.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
14 changes: 7 additions & 7 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
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@babel/preset-react": "^7.17.12",
"@bazel/jasmine": "5.5.0",
"@bazel/jasmine": "5.5.1",
"@bazel/typescript": "^5.5.1",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.3.0",
Expand Down

0 comments on commit 00fce38

Please sign in to comment.