Skip to content

Commit 826f47f

Browse files
committed
[js] Updating rules_nodejs to 4.1.0
1 parent e2eafcf commit 826f47f

File tree

3 files changed

+46
-30
lines changed

3 files changed

+46
-30
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ selenium_register_dotnet()
123123

124124
http_archive(
125125
name = "build_bazel_rules_nodejs",
126-
sha256 = "8a7c981217239085f78acc9898a1f7ba99af887c1996ceb3b4504655383a2c3c",
127-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.0.0/rules_nodejs-4.0.0.tar.gz"],
126+
sha256 = "b32a4713b45095e9e1921a7fcb1adf584bc05959f3336e7351bcf77f015a2d7c",
127+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.1.0/rules_nodejs-4.1.0.tar.gz"],
128128
)
129129

130130
load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories")

package-lock.json

Lines changed: 41 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"@babel/preset-react": "^7.14.5",
44
"@bazel/buildifier": "^4.0.0",
55
"@bazel/ibazel": "^0.15.10",
6-
"@bazel/jasmine": "^4.0.0",
7-
"@bazel/typescript": "^4.0.0",
6+
"@bazel/jasmine": "^4.1.0",
7+
"@bazel/typescript": "^4.1.0",
88
"@testing-library/jest-dom": "^5.14.1",
99
"@testing-library/react": "^11.2.7",
1010
"@testing-library/user-event": "^13.1.9",
@@ -46,7 +46,7 @@
4646
"clsx": "^1.1.1",
4747
"graphql": "^15.5.0",
4848
"graphql.macro": "^1.4.2",
49-
"jszip": "^3.5.0",
49+
"jszip": "^3.7.1",
5050
"pretty-ms": "^7.0.1",
5151
"react": "^17.0.1",
5252
"react-dom": "^17.0.1",

0 commit comments

Comments
 (0)