@@ -31,9 +31,9 @@ def fetch_grammars():
31
31
32
32
http_archive (
33
33
name = "tree-sitter-json" ,
34
- sha256 = "ecde752640fb6eedd25b63647f016f92b3b63096d08f60742cbf19395c5c6036 " ,
35
- strip_prefix = "tree-sitter-json-0.23.0 " ,
36
- urls = ["https://github.com/tree-sitter/tree-sitter-json/archive/v0.23.0 .tar.gz" ],
34
+ sha256 = "acf6e8362457e819ed8b613f2ad9a0e1b621a77556c296f3abea58f7880a9213 " ,
35
+ strip_prefix = "tree-sitter-json-0.24.8 " ,
36
+ urls = ["https://github.com/tree-sitter/tree-sitter-json/archive/v0.24.8 .tar.gz" ],
37
37
build_file_content = BUILD ,
38
38
)
39
39
@@ -47,17 +47,17 @@ def fetch_grammars():
47
47
48
48
http_archive (
49
49
name = "tree-sitter-starlark" ,
50
- integrity = "sha256-STb+4buXAstpVLGTDqwTPCzxzEDz3n1EpqPXdtI7IWw= " ,
51
- strip_prefix = "tree-sitter-starlark-1.2 .0" ,
52
- urls = ["https://github.com/tree-sitter-grammars/tree-sitter-starlark/archive/v1.2 .0.tar.gz" ],
50
+ sha256 = "31c58a540d738a17b366f2046da298b66dfa0695bcbfa207f61fa63cfe5c03ed " ,
51
+ strip_prefix = "tree-sitter-starlark-1.3 .0" ,
52
+ urls = ["https://github.com/tree-sitter-grammars/tree-sitter-starlark/archive/v1.3 .0.tar.gz" ],
53
53
build_file_content = BUILD ,
54
54
)
55
55
56
56
http_archive (
57
57
name = "tree-sitter-typescript" ,
58
- sha256 = "af500e16060b0221db8fb0743a37ca677340f8024127b54f6b6fc1ebfde496f4 " ,
59
- strip_prefix = "tree-sitter-typescript-0.23.0 " ,
60
- urls = ["https://github.com/tree-sitter/tree-sitter-typescript/archive/v0.23.0 .tar.gz" ],
58
+ sha256 = "2c4ce711ae8d1218a3b2f899189298159d672870b5b34dff5d937bed2f3e8983 " ,
59
+ strip_prefix = "tree-sitter-typescript-0.23.2 " ,
60
+ urls = ["https://github.com/tree-sitter/tree-sitter-typescript/archive/v0.23.2 .tar.gz" ],
61
61
build_file_content = """
62
62
filegroup(
63
63
name = "typescript-srcs",
0 commit comments