@@ -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 = "bed16a10c419c59825b8453404bbb311258caaf154e6fe91a78ad9470fe57893 " ,
19
+ strip_prefix = "bazel-skylib-471f368fc95a7323078f69d569a164ee5bc07f8b " ,
20
20
urls = [
21
- "https://github.com/bazelbuild/bazel-skylib/archive/454b25912a8ddf3d90eb47f25260befd5ee274a8 .tar.gz" ,
21
+ "https://github.com/bazelbuild/bazel-skylib/archive/471f368fc95a7323078f69d569a164ee5bc07f8b .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 = "b71565da7a811964e30cccb405544d551561e4b56c65f0c0aeabe85638920bd6 " ,
49
+ strip_prefix = "rules_js-2.4.2 " ,
50
+ url = "https://github.com/aspect-build/rules_js/releases/download/v2.4.2 /rules_js-v2.4.2 .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" )
@@ -206,7 +206,7 @@ setup_dependencies_2()
206
206
207
207
git_repository (
208
208
name = "rules_angular" ,
209
- commit = "8bf9ae3fa3017ec12877908533001daed9c6ce83 " ,
209
+ commit = "c8af5c0d27c66387e9e7df3c4dd3155ce7582609 " ,
210
210
remote = "https://github.com/devversion/rules_angular.git" ,
211
211
)
212
212
@@ -245,7 +245,7 @@ esbuild_register_toolchains(
245
245
246
246
git_repository (
247
247
name = "rules_browsers" ,
248
- commit = "0952071cdc67acf1124c20c32a9b7e2e85da0aa3 " ,
248
+ commit = "c3f7358828a6e9c2b08c23bc33b8982f8daea9e5 " ,
249
249
remote = "https://github.com/devversion/rules_browsers.git" ,
250
250
)
251
251
@@ -259,7 +259,7 @@ rules_browsers_setup_2()
259
259
260
260
git_repository (
261
261
name = "rules_sass" ,
262
- commit = "3cd198e291caf21ba8f7105d53963dd3df62ef6d " ,
262
+ commit = "cc1e845339fc45d3c8390445014d5824b85a0948 " ,
263
263
remote = "https://github.com/devversion/rules_sass.git" ,
264
264
)
265
265
0 commit comments