@@ -6,15 +6,15 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
66git_repository (
77 name = "ecs_idl" ,
88 remote = "git@github.com:seaube/ecs-idl.git" ,
9- commit = "cb294d0d0bf4bb236fecfe4ed31dfdc1c924b350 " ,
10- shallow_since = "1641759679 -0800" ,
9+ commit = "e695dbbbadea47ebf3a22c806b7c282cd617206f " ,
10+ shallow_since = "1641923718 -0800" ,
1111)
1212
1313http_archive (
1414 name = "boost" ,
15- strip_prefix = "boost-95b7ebcdf8d837452efedaa342858360c7fb58e4 " ,
16- urls = ["https://github.com/bazelboost/boost/archive/95b7ebcdf8d837452efedaa342858360c7fb58e4 .zip" ],
17- sha256 = "13d59f4265e3d29d63d17ad6c439d2f8663baea6b8f02961d638348085aa600f " ,
15+ strip_prefix = "boost-563e8e0de4eac4b48a02d296581dc2454127608e " ,
16+ urls = ["https://github.com/bazelboost/boost/archive/563e8e0de4eac4b48a02d296581dc2454127608e .zip" ],
17+ sha256 = "c41441a6e9f8038ad626e9f937ddc3675ab896b6c3512eefc6840037b3816d03 " ,
1818)
1919
2020load ("@boost//:index.bzl" , "boost_http_archives" )
@@ -58,3 +58,23 @@ http_archive(
5858 sha256 = "62c585468054e2d8e7c2759c0d990fd339d13be988577699366fe195162d16cb" ,
5959 build_file_content = _nlohmann_json_build_file ,
6060)
61+
62+ load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
63+ http_archive (
64+ name = "build_bazel_rules_nodejs" ,
65+ sha256 = "ddb78717b802f8dd5d4c01c340ecdc007c8ced5c1df7db421d0df3d642ea0580" ,
66+ urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.6.0/rules_nodejs-4.6.0.tar.gz" ],
67+ )
68+
69+ load ("@build_bazel_rules_nodejs//:index.bzl" , "node_repositories" )
70+ node_repositories ()
71+
72+ http_archive (
73+ name = "aspect_bazel_lib" ,
74+ sha256 = "534c9c61b72c257c95302d544984fd8ee63953c233292c5b6952ca5b33cd225e" ,
75+ strip_prefix = "bazel-lib-0.4.2" ,
76+ url = "https://github.com/aspect-build/bazel-lib/archive/v0.4.2.tar.gz" ,
77+ )
78+
79+ load ("@aspect_bazel_lib//lib:repositories.bzl" , "aspect_bazel_lib_dependencies" )
80+ aspect_bazel_lib_dependencies ()
0 commit comments