Skip to content

Commit a928b5b

Browse files
committed
build: update @bazel dependencies
1 parent dc6849c commit a928b5b

File tree

3 files changed

+485
-364
lines changed

3 files changed

+485
-364
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
77

88
http_archive(
99
name = "build_bazel_rules_nodejs",
10-
sha256 = "65067dcad93a61deb593be7d3d9a32a4577d09665536d8da536d731da5cd15e2",
11-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.4.2/rules_nodejs-3.4.2.tar.gz"],
10+
sha256 = "0fa2d443571c9e02fcb7363a74ae591bdcce2dd76af8677a95965edf329d778a",
11+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.6.0/rules_nodejs-3.6.0.tar.gz"],
1212
)
1313

1414
# Check the bazel version and download npm dependencies

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
"@babel/template": "7.12.13",
8989
"@bazel/bazelisk": "1.8.0",
9090
"@bazel/buildifier": "4.0.1",
91-
"@bazel/jasmine": "3.4.2",
92-
"@bazel/typescript": "3.4.2",
91+
"@bazel/jasmine": "3.6.0",
92+
"@bazel/typescript": "3.6.0",
9393
"@discoveryjs/json-ext": "0.5.2",
9494
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
9595
"@types/babel__core": "7.1.14",

0 commit comments

Comments
 (0)