Skip to content

Commit

Permalink
Updates versions (#116)
Browse files Browse the repository at this point in the history
* - Updates versions

* Added minimist as explicit dep
  • Loading branch information
Dig-Doug authored Jun 30, 2020
1 parent a34cb5f commit ccdcdcc
Show file tree
Hide file tree
Showing 5 changed files with 2,908 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
3.3.1
6 changes: 2 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ http_archive(

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "2eca5b934dee47b5ff304f502ae187c40ec4e33e12bcbce872a2eeb786e23269",
urls = [
"https://github.com/bazelbuild/rules_nodejs/releases/download/1.4.1/rules_nodejs-1.4.1.tar.gz",
],
sha256 = "84abf7ac4234a70924628baa9a73a5a5cbad944c4358cf9abdb4aab29c9a5b77",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.7.0/rules_nodejs-1.7.0.tar.gz"],
)

load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains")
Expand Down
Loading

0 comments on commit ccdcdcc

Please sign in to comment.