Skip to content

Commit

Permalink
[js] Updating rules_nodejs to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Sep 10, 2021
1 parent e2eafcf commit 826f47f
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 30 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 = "8a7c981217239085f78acc9898a1f7ba99af887c1996ceb3b4504655383a2c3c",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.0.0/rules_nodejs-4.0.0.tar.gz"],
sha256 = "b32a4713b45095e9e1921a7fcb1adf584bc05959f3336e7351bcf77f015a2d7c",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.1.0/rules_nodejs-4.1.0.tar.gz"],
)

load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories")
Expand Down
66 changes: 41 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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.0.0",
"@bazel/typescript": "^4.0.0",
"@bazel/jasmine": "^4.1.0",
"@bazel/typescript": "^4.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
Expand Down Expand Up @@ -46,7 +46,7 @@
"clsx": "^1.1.1",
"graphql": "^15.5.0",
"graphql.macro": "^1.4.2",
"jszip": "^3.5.0",
"jszip": "^3.7.1",
"pretty-ms": "^7.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down

0 comments on commit 826f47f

Please sign in to comment.