build(bazel): Undo temporary dependency on unleased TS bazel rules (#24826)
Point to a proper new release version 0.15.1. PR Close #24826
This commit is contained in:
parent
0d6b74dd87
commit
4d8b8ad372
|
@ -20,9 +20,9 @@ http_archive(
|
||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "build_bazel_rules_typescript",
|
name = "build_bazel_rules_typescript",
|
||||||
url = "https://github.com/rkirov/rules_typescript/archive/v0.16.0.zip",
|
url = "https://github.com/bazelbuild/rules_typescript/archive/0.15.1.zip",
|
||||||
strip_prefix = "rules_typescript-0.16.0",
|
strip_prefix = "rules_typescript-0.15.1",
|
||||||
sha256 = "f5aedd3a792e5af19cd0c0f0318cb692e2989e816e896e794152d07808fccacd",
|
sha256 = "3792cc20ef13bb1d1d8b1760894c3320f02a87843e3a04fed7e8e454a75328b6",
|
||||||
)
|
)
|
||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
|
|
Loading…
Reference in New Issue