build: update bazel packages

This commit is contained in:
Renovate Bot 2020-10-17 22:09:15 +00:00 committed by Alan Agius
parent 4c1c11eda8
commit 8fb2a8525b
3 changed files with 12 additions and 12 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 = "64a71a64ac58b8969bb19b1c9258a973b6433913e958964da698943fb5521d98",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.2.1/rules_nodejs-2.2.1.tar.gz"],
sha256 = "f2194102720e662dbf193546585d705e645314319554c6ce7e47d8b59f459e9c",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.2.2/rules_nodejs-2.2.2.tar.gz"],
)
# Check the bazel version and download npm dependencies

View File

@ -87,8 +87,8 @@
"@babel/template": "7.10.4",
"@bazel/bazelisk": "1.7.2",
"@bazel/buildifier": "3.5.0",
"@bazel/jasmine": "2.2.1",
"@bazel/typescript": "2.2.1",
"@bazel/jasmine": "2.2.2",
"@bazel/typescript": "2.2.2",
"@jsdevtools/coverage-istanbul-loader": "3.0.3",
"@types/babel__core": "7.1.10",
"@types/babel__template": "7.0.3",

View File

@ -1210,18 +1210,18 @@
"@bazel/buildifier-linux_x64" "0.29.0"
"@bazel/buildifier-win32_x64" "0.29.0"
"@bazel/jasmine@2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-2.2.1.tgz#4a1cc54b0092569104cf88fc1cbb27e34578cd90"
integrity sha512-l028iUpIbQ8WIWI+3OQpnBRa+NBKKrvtbrQNCrRv4+R305c4KAS2cGixIKI62CizD4nmhNAXRN/jE849I1g1zg==
"@bazel/jasmine@2.2.2":
version "2.2.2"
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-2.2.2.tgz#32e7ec7af3549dd739c9ea74a9f2103589a91c62"
integrity sha512-etcJVYSf0ix3QstY7A5K1eUwKeIB1gOQpCZw2kCDsaKeiYcyRTusgqG3EHQdHBEytEV/FIP8LJ6CwahpJ0vg/Q==
dependencies:
c8 "~7.1.0"
jasmine-reporters "~2.3.2"
"@bazel/typescript@2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-2.2.1.tgz#46d6dcedd91a7fd0421e9286790aff94ec45bece"
integrity sha512-nFdwkJYzKsmu9IzbQ8Wtt6YI7AlTEv5JHWTbMmZB4HBOi7xjhgFKiq3HQRhZ963EVoJ481Kb6M0wtkzARCb3YA==
"@bazel/typescript@2.2.2":
version "2.2.2"
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-2.2.2.tgz#c7cd49cb630ca3720c04c94046ba8ca4c0d5b0aa"
integrity sha512-hkx/7L3s8q5gIgaSFmkUZWPqdKmdJmQ04GaLnsI/YEp9EhPObqATSKnOHeDdT7bzqLO7giDAwAiXhEmsO1Smcw==
dependencies:
protobufjs "6.8.8"
semver "5.6.0"