File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- load ("@bazel_skylib //:bzl_library.bzl" , "bzl_library" )
1+ load ("@aspect_bazel_lib //:bzl_library.bzl" , "bzl_library" )
22load ("//nodejs/private:nodejs_toolchains_repo.bzl" , "PLATFORMS" )
33load ("//nodejs/private:user_build_settings.bzl" , "user_args" )
44
Original file line number Diff line number Diff line change 1- load ("@bazel_skylib //:bzl_library.bzl" , "bzl_library" )
1+ load ("@aspect_bazel_lib //:bzl_library.bzl" , "bzl_library" )
22
33bzl_library (
44 name = "bzl" ,
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- load ("@bazel_skylib //:bzl_library.bzl" , "bzl_library" )
15+ load ("@aspect_bazel_lib //:bzl_library.bzl" , "bzl_library" )
1616
1717bzl_library (
1818 name = "bzl" ,
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ def rules_nodejs_dev_dependencies():
4545
4646 http_archive (
4747 name = "aspect_bazel_lib" ,
48- sha256 = "40ba9d0f62deac87195723f0f891a9803a7b720d7b89206981ca5570ef9df15b " ,
49- strip_prefix = "bazel-lib-2.14.0 " ,
50- url = "https://github.com/aspect-build /bazel-lib/releases/download/v2.14.0 /bazel-lib-v2.14.0 .tar.gz" ,
48+ sha256 = "db7da732db4dece80cd6d368220930950c9306ff356ebba46498fe64e65a3945 " ,
49+ strip_prefix = "bazel-lib-2.19.3 " ,
50+ url = "https://github.com/bazel-contrib /bazel-lib/releases/download/v2.19.3 /bazel-lib-v2.19.3 .tar.gz" ,
5151 )
5252
5353 http_archive (
You can’t perform that action at this time.
0 commit comments