Skip to content

Commit 3c72fe4

Browse files
committed
build: update @bazel dependencies
1 parent 0f4a2d1 commit 3c72fe4

File tree

3 files changed

+504
-299
lines changed

3 files changed

+504
-299
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 = "4a5d654a4ccd4a4c24eca5d319d85a88a650edf119601550c95bf400c8cc897e",
11-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.5.1/rules_nodejs-3.5.1.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
@@ -90,8 +90,8 @@
9090
"@babel/template": "7.12.13",
9191
"@bazel/bazelisk": "1.9.0",
9292
"@bazel/buildifier": "4.0.1",
93-
"@bazel/jasmine": "3.5.1",
94-
"@bazel/typescript": "3.5.1",
93+
"@bazel/jasmine": "3.6.0",
94+
"@bazel/typescript": "3.6.0",
9595
"@discoveryjs/json-ext": "0.5.3",
9696
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
9797
"@types/babel__core": "7.1.14",

0 commit comments

Comments
 (0)