Skip to content

Commit

Permalink
[js] Updating rules_nodejs to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Mar 8, 2021
1 parent 8975ba3 commit 7004f1d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Expand Up @@ -137,8 +137,8 @@ selenium_register_dotnet()

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "bfacf15161d96a6a39510e7b3d3b522cf61cb8b82a31e79400a84c5abcab5347",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.2.1/rules_nodejs-3.2.1.tar.gz"],
sha256 = "55a25a762fcf9c9b88ab54436581e671bc9f4f523cb5a1bd32459ebec7be68a8",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.2.2/rules_nodejs-3.2.2.tar.gz"],
)

load("@build_bazel_rules_nodejs//:index.bzl", "npm_install")
Expand Down
18 changes: 9 additions & 9 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
Expand Up @@ -3,8 +3,8 @@
"@babel/preset-react": "^7.12.13",
"@bazel/buildifier": "^4.0.0",
"@bazel/ibazel": "^0.14.0",
"@bazel/jasmine": "^3.2.1",
"@bazel/typescript": "^3.2.1",
"@bazel/jasmine": "^3.2.2",
"@bazel/typescript": "^3.2.2",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.0",
Expand Down

0 comments on commit 7004f1d

Please sign in to comment.