Skip to content

Commit

Permalink
build: update @bazel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Jun 10, 2021
1 parent dc6849c commit a928b5b
Show file tree
Hide file tree
Showing 3 changed files with 485 additions and 364 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
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 = "65067dcad93a61deb593be7d3d9a32a4577d09665536d8da536d731da5cd15e2",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.4.2/rules_nodejs-3.4.2.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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
"@babel/template": "7.12.13",
"@bazel/bazelisk": "1.8.0",
"@bazel/buildifier": "4.0.1",
"@bazel/jasmine": "3.4.2",
"@bazel/typescript": "3.4.2",
"@bazel/jasmine": "3.6.0",
"@bazel/typescript": "3.6.0",
"@discoveryjs/json-ext": "0.5.2",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@types/babel__core": "7.1.14",
Expand Down

0 comments on commit a928b5b

Please sign in to comment.