This repository was archived by the owner on Aug 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,13 +102,11 @@ go_repository(
102102# BEGIN: Typescript dependencies
103103# http_archive(
104104# name = "build_bazel_rules_nodejs",
105- # urls = [
106- # "https://github.com/bazelbuild/rules_nodejs/releases/download/0.35.0/rules_nodejs-0.35.0.tar.gz",
107- # ],
108- # sha256 = "6625259f9f77ef90d795d20df1d0385d9b3ce63b6619325f702b6358abb4ab33",
105+ # sha256 = "84abf7ac4234a70924628baa9a73a5a5cbad944c4358cf9abdb4aab29c9a5b77",
106+ # urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.7.0/rules_nodejs-1.7.0.tar.gz"],
109107# )
110108
111- # load("@build_bazel_rules_nodejs//:defs .bzl", "node_repositories", "yarn_install")
109+ # load("@build_bazel_rules_nodejs//:index .bzl", "node_repositories", "yarn_install")
112110
113111# yarn_install(
114112# name = "npm",
Original file line number Diff line number Diff line change @@ -109,13 +109,11 @@ go_repository(
109109# BEGIN: Typescript dependencies
110110http_archive(
111111 name = "build_bazel_rules_nodejs",
112- urls = [
113- "https://github.com/bazelbuild/rules_nodejs/releases/download/0.35.0/rules_nodejs-0.35.0.tar.gz",
114- ],
115- sha256 = "6625259f9f77ef90d795d20df1d0385d9b3ce63b6619325f702b6358abb4ab33",
112+ sha256 = "84abf7ac4234a70924628baa9a73a5a5cbad944c4358cf9abdb4aab29c9a5b77",
113+ urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.7.0/rules_nodejs-1.7.0.tar.gz"],
116114)
117115
118- load("@build_bazel_rules_nodejs//:defs .bzl", "node_repositories", "yarn_install")
116+ load("@build_bazel_rules_nodejs//:index .bzl", "node_repositories", "yarn_install")
119117
120118yarn_install(
121119 name = "npm",
Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "devDependencies" : {
77 "@bazel/hide-bazel-files" : " latest" ,
8- "@bazel/typescript" : " ^0.35.0 " ,
8+ "@bazel/typescript" : " ^0.38.2 " ,
99 "protobufjs" : " 5.0.3" ,
1010 "typescript" : " ^3.3.1"
1111 }
You can’t perform that action at this time.
0 commit comments