Skip to content

Commit

Permalink
build: update bazel packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and alan-agius4 committed Nov 27, 2020
1 parent 7dc7063 commit 5d47ca7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions WORKSPACE
Expand Up @@ -7,8 +7,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "f2194102720e662dbf193546585d705e645314319554c6ce7e47d8b59f459e9c",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.2.2/rules_nodejs-2.2.2.tar.gz"],
sha256 = "121f17d8b421ce72f3376431c3461cd66bfe14de49059edc7bb008d5aebd16be",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.3.1/rules_nodejs-2.3.1.tar.gz"],
)

# Check the bazel version and download npm dependencies
Expand Down Expand Up @@ -75,9 +75,9 @@ install_bazel_dependencies(suppress_warning = True)
# Bring in bazel_toolchains for RBE setup configuration.
http_archive(
name = "bazel_toolchains",
sha256 = "8e0633dfb59f704594f19ae996a35650747adc621ada5e8b9fb588f808c89cb0",
strip_prefix = "bazel-toolchains-3.7.0",
url = "https://github.com/bazelbuild/bazel-toolchains/archive/3.7.0.tar.gz",
sha256 = "8c9728dc1bb3e8356b344088dfd10038984be74e1c8d6e92dbb05f21cabbb8e4",
strip_prefix = "bazel-toolchains-3.7.1",
url = "https://github.com/bazelbuild/bazel-toolchains/archive/3.7.1.tar.gz",
)

load("@bazel_toolchains//rules:environments.bzl", "clang_env")
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -87,8 +87,8 @@
"@babel/template": "7.12.7",
"@bazel/bazelisk": "1.7.3",
"@bazel/buildifier": "3.5.0",
"@bazel/jasmine": "2.2.2",
"@bazel/typescript": "2.2.2",
"@bazel/jasmine": "2.3.1",
"@bazel/typescript": "2.3.1",
"@jsdevtools/coverage-istanbul-loader": "3.0.3",
"@types/babel__core": "7.1.12",
"@types/babel__template": "7.4.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -1092,18 +1092,18 @@
"@bazel/buildifier-linux_x64" "0.29.0"
"@bazel/buildifier-win32_x64" "0.29.0"

"@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==
"@bazel/jasmine@2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-2.3.1.tgz#e4df8dd2b8d906e41e4073b5c49c700a962fe853"
integrity sha512-6QYTfJfbwPxCvKu4rOhG1YZUm94MbG4K2Dq1q2A2OUiM0eqAZG8T1HJAswDh7L286r5x9nRX8h7Pb7CyJvSmbg==
dependencies:
c8 "~7.1.0"
jasmine-reporters "~2.3.2"

"@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==
"@bazel/typescript@2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-2.3.1.tgz#f103c4a5230cabaffd8d574b7278265b5478f056"
integrity sha512-blgLpx+9Vh8DZWTVOYTWSk1HEU28FF+GwU1stFaemfY7/pUQfK/URb9FARRkw/v2UrPKCd9EBywFYQyPGSAb1A==
dependencies:
protobufjs "6.8.8"
semver "5.6.0"
Expand Down

0 comments on commit 5d47ca7

Please sign in to comment.