@@ -2,7 +2,7 @@ workspace(
22 name = "devinfra" ,
33)
44
5- load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" , "http_file" )
5+ load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
66
77NODE_VERSION = "20.11.1"
88
@@ -90,19 +90,6 @@ yarn_install(
9090 yarn_lock = "//:yarn.lock" ,
9191)
9292
93- yarn_install (
94- name = "ts_proto_npm" ,
95- args = ["--immutable" ],
96- data = [
97- "//:.yarn/releases/yarn-4.7.0.cjs" ,
98- "//tools/ts_proto:.yarnrc.yml" ,
99- ],
100- exports_directories_only = False ,
101- package_json = "//tools/ts_proto:package.json" ,
102- yarn = "//:.yarn/releases/yarn-4.7.0.cjs" ,
103- yarn_lock = "//tools/ts_proto:yarn.lock" ,
104- )
105-
10693load ("@npm//@bazel/protractor:package.bzl" , "npm_bazel_protractor_dependencies" )
10794
10895npm_bazel_protractor_dependencies ()
@@ -137,12 +124,6 @@ register_toolchains(
137124 "//bazel/git-toolchain:git_macos_arm64_toolchain" ,
138125)
139126
140- http_file (
141- name = "bazel_test_status_proto" ,
142- sha256 = "61ce1dc62fdcfd6d68624a403e0f04c5fd5136d933b681467aad1ad2d00dbb03" ,
143- urls = ["https://raw.githubusercontent.com/bazelbuild/bazel/5.0.0/src/main/protobuf/test_status.proto" ],
144- )
145-
146127http_archive (
147128 name = "aspect_rules_ts" ,
148129 sha256 = "d584e4bc80674d046938563678117d17df962fe105395f6b1efe2e8a248b8100" ,
0 commit comments