Skip to content

Commit 7004f1d

Browse files
committed
[js] Updating rules_nodejs to 3.2.2
1 parent 8975ba3 commit 7004f1d

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ selenium_register_dotnet()
137137

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

144144
load("@build_bazel_rules_nodejs//:index.bzl", "npm_install")

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"@babel/preset-react": "^7.12.13",
44
"@bazel/buildifier": "^4.0.0",
55
"@bazel/ibazel": "^0.14.0",
6-
"@bazel/jasmine": "^3.2.1",
7-
"@bazel/typescript": "^3.2.1",
6+
"@bazel/jasmine": "^3.2.2",
7+
"@bazel/typescript": "^3.2.2",
88
"@testing-library/jest-dom": "^5.11.9",
99
"@testing-library/react": "^11.2.5",
1010
"@testing-library/user-event": "^12.7.0",

0 commit comments

Comments
 (0)