Skip to content

Commit

Permalink
[JS] Update rules_nodejs to 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Oct 29, 2022
1 parent e2542bb commit 14b802c
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 130 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ crate_repositories()

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

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand All @@ -192,7 +192,7 @@ build_bazel_rules_nodejs_dependencies()
load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "npm_install")

node_repositories(
node_version = "16.17.1",
node_version = "18.12.0",
)

npm_install(
Expand Down
174 changes: 49 additions & 125 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
@@ -1,8 +1,8 @@
{
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@bazel/jasmine": "^5.7.0",
"@bazel/typescript": "^5.7.0",
"@bazel/jasmine": "^5.7.1",
"@bazel/typescript": "^5.7.1",
"@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 14b802c

Please sign in to comment.