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" )
2
2
load ("//nodejs/private:nodejs_toolchains_repo.bzl" , "PLATFORMS" )
3
3
load ("//nodejs/private:user_build_settings.bzl" , "user_args" )
4
4
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" )
2
2
3
3
bzl_library (
4
4
name = "bzl" ,
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- load ("@bazel_skylib //:bzl_library.bzl" , "bzl_library" )
15
+ load ("@aspect_bazel_lib //:bzl_library.bzl" , "bzl_library" )
16
16
17
17
bzl_library (
18
18
name = "bzl" ,
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ def rules_nodejs_dev_dependencies():
45
45
46
46
http_archive (
47
47
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" ,
51
51
)
52
52
53
53
http_archive (
You can’t perform that action at this time.
0 commit comments