@@ -15,10 +15,10 @@ http_archive(
15
15
# Add skylib which contains common Bazel utilities.
16
16
http_archive (
17
17
name = "bazel_skylib" ,
18
- sha256 = "4f7e2b6bafa9a88ac1b0ee0c3ad69850282419aa51f6bd5b45cde8d0c945d18c " ,
19
- strip_prefix = "bazel-skylib-454b25912a8ddf3d90eb47f25260befd5ee274a8 " ,
18
+ sha256 = "d0c7ca2f3e5ecacce672ea24de286db93dc0d5c120cce4c9d11233c317228566 " ,
19
+ strip_prefix = "bazel-skylib-56a2abbaf131332835ab2721a258ea3c763a7178 " ,
20
20
urls = [
21
- "https://github.com/bazelbuild/bazel-skylib/archive/454b25912a8ddf3d90eb47f25260befd5ee274a8 .tar.gz" ,
21
+ "https://github.com/bazelbuild/bazel-skylib/archive/56a2abbaf131332835ab2721a258ea3c763a7178 .tar.gz" ,
22
22
],
23
23
)
24
24
@@ -45,9 +45,9 @@ build_bazel_rules_nodejs_dependencies()
45
45
46
46
http_archive (
47
47
name = "aspect_rules_js" ,
48
- sha256 = "83e5af4d17385d1c3268c31ae217dbfc8525aa7bcf52508dc6864baffc8b9501 " ,
49
- strip_prefix = "rules_js-2.3.7 " ,
50
- url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.7 /rules_js-v2.3.7 .tar.gz" ,
48
+ sha256 = "304c51726b727d53277dd28fcda1b8e43b7e46818530b8d6265e7be98d5e2b25 " ,
49
+ strip_prefix = "rules_js-2.3.8 " ,
50
+ url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.8 /rules_js-v2.3.8 .tar.gz" ,
51
51
)
52
52
53
53
load ("@aspect_rules_js//js:repositories.bzl" , "rules_js_dependencies" )
@@ -150,9 +150,9 @@ npm_repositories()
150
150
151
151
http_archive (
152
152
name = "aspect_rules_ts" ,
153
- sha256 = "6b15ac1c69f2c0f1282e41ab469fd63cd40eb2e2d83075e19b68a6a76669773f " ,
154
- strip_prefix = "rules_ts-3.6.0 " ,
155
- url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.0 /rules_ts-v3.6.0 .tar.gz" ,
153
+ sha256 = "09af62a0d46918d815b5f48b5ed0f5349b62c15fc42fcc3fef5c246504ff8d99 " ,
154
+ strip_prefix = "rules_ts-3.6.3 " ,
155
+ url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.3 /rules_ts-v3.6.3 .tar.gz" ,
156
156
)
157
157
158
158
load ("@aspect_rules_ts//ts:repositories.bzl" , "rules_ts_dependencies" )
@@ -199,7 +199,7 @@ setup_dependencies_2()
199
199
200
200
git_repository (
201
201
name = "rules_angular" ,
202
- commit = "652e5b0ef9be65ca738e11d5d01424b64344b466 " ,
202
+ commit = "88ddcf8cccbfef57f8cc3dda4881f18ec739428e " ,
203
203
remote = "https://github.com/devversion/rules_angular.git" ,
204
204
)
205
205
@@ -238,7 +238,7 @@ esbuild_register_toolchains(
238
238
239
239
git_repository (
240
240
name = "rules_browsers" ,
241
- commit = "0952071cdc67acf1124c20c32a9b7e2e85da0aa3 " ,
241
+ commit = "0d8211868d682a9880f4fe6e735d3c82ff63889d " ,
242
242
remote = "https://github.com/devversion/rules_browsers.git" ,
243
243
)
244
244
@@ -252,7 +252,7 @@ rules_browsers_setup_2()
252
252
253
253
git_repository (
254
254
name = "rules_sass" ,
255
- commit = "3cd198e291caf21ba8f7105d53963dd3df62ef6d " ,
255
+ commit = "cc1e845339fc45d3c8390445014d5824b85a0948 " ,
256
256
remote = "https://github.com/devversion/rules_sass.git" ,
257
257
)
258
258
0 commit comments