Skip to content

Commit

Permalink
[JS] Bump rules_nodejs to 5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Nov 27, 2022
1 parent 0831f5d commit 2a0a114
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Expand Up @@ -171,8 +171,8 @@ crate_repositories()

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5aae76dced38f784b58d9776e4ab12278bc156a9ed2b1d9fcd3e39921dc88fda",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.1/rules_nodejs-5.7.1.tar.gz"],
sha256 = "0e8a818724c0d5dcc10c31f9452ebd54b2ab94c452d4dcbb0d45a6636d2d5a44",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.2/rules_nodejs-5.7.2.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
44 changes: 22 additions & 22 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
@@ -1,8 +1,8 @@
{
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@bazel/jasmine": "^5.7.1",
"@bazel/typescript": "^5.7.1",
"@bazel/jasmine": "^5.7.2",
"@bazel/typescript": "^5.7.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
Expand Down

0 comments on commit 2a0a114

Please sign in to comment.