File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
version = "0.0.0" ,
7
7
)
8
8
9
- bazel_dep (name = "aspect_bazel_lib" , version = "1.19.0 " )
9
+ bazel_dep (name = "aspect_bazel_lib" , version = "1.23.3 " )
10
10
# Note: only used for provider symbols, we don't spawn nodejs actions
11
- bazel_dep (name = "aspect_rules_js" , version = "1.13.0 " )
11
+ bazel_dep (name = "aspect_rules_js" , version = "1.15.1 " )
12
12
bazel_dep (name = "bazel_skylib" , version = "1.3.0" )
13
13
bazel_dep (name = "platforms" , version = "0.0.4" )
14
14
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ def rules_swc_dependencies():
17
17
18
18
http_archive (
19
19
name = "aspect_bazel_lib" ,
20
- sha256 = "20514864a32d94b2e3113dbf4d71572c908993d3235ea29a2d805a36195cd1e9 " ,
21
- strip_prefix = "bazel-lib-1.21.0 " ,
22
- url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.21.0 .tar.gz" ,
20
+ sha256 = "79623d656aa23ad3fd4692ab99786c613cd36e49f5566469ed97bc9b4c655f03 " ,
21
+ strip_prefix = "bazel-lib-1.23.3 " ,
22
+ url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.23.3 .tar.gz" ,
23
23
)
24
24
25
25
http_archive (
26
26
name = "aspect_rules_js" ,
27
- sha256 = "66ecc9f56300dd63fb86f11cfa1e8affcaa42d5300e2746dba08541916e913fd " ,
28
- strip_prefix = "rules_js-1.13.0 " ,
29
- url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.13.0 .tar.gz" ,
27
+ sha256 = "928ba25fa82cfe7983f89118677413dc74dbc5d0360fa969da07ff22a9306052 " ,
28
+ strip_prefix = "rules_js-1.15.1 " ,
29
+ url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.15.1 .tar.gz" ,
30
30
)
You can’t perform that action at this time.
0 commit comments