build: update @bazel dependencies

This commit is contained in:
Alan Agius 2021-06-10 10:52:32 +02:00
parent 0f4a2d1840
commit 3c72fe4023
3 changed files with 504 additions and 299 deletions

View File

@ -7,8 +7,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "4a5d654a4ccd4a4c24eca5d319d85a88a650edf119601550c95bf400c8cc897e",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.5.1/rules_nodejs-3.5.1.tar.gz"],
sha256 = "0fa2d443571c9e02fcb7363a74ae591bdcce2dd76af8677a95965edf329d778a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.6.0/rules_nodejs-3.6.0.tar.gz"],
)
# Check the bazel version and download npm dependencies

View File

@ -90,8 +90,8 @@
"@babel/template": "7.12.13",
"@bazel/bazelisk": "1.9.0",
"@bazel/buildifier": "4.0.1",
"@bazel/jasmine": "3.5.1",
"@bazel/typescript": "3.5.1",
"@bazel/jasmine": "3.6.0",
"@bazel/typescript": "3.6.0",
"@discoveryjs/json-ext": "0.5.3",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@types/babel__core": "7.1.14",

795
yarn.lock

File diff suppressed because it is too large Load Diff