File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree-sitter-typescript"
3
3
description = " Typescript grammar for the tree-sitter parsing library"
4
- version = " 0.19 .0"
4
+ version = " 0.20 .0"
5
5
authors = [
" Max Brunsfeld <[email protected] >" ]
6
6
license = " MIT"
7
7
readme = " README.md"
@@ -25,7 +25,7 @@ include = [
25
25
path = " bindings/rust/lib.rs"
26
26
27
27
[dependencies ]
28
- tree-sitter = " 0.19 "
28
+ tree-sitter = " 0.20 "
29
29
30
30
[build-dependencies ]
31
31
cc = " 1.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tree-sitter-typescript" ,
3
- "version" : " 0.19 .0" ,
3
+ "version" : " 0.20 .0" ,
4
4
"description" : " Typescript grammar for tree-sitter" ,
5
5
"keywords" : [
6
6
" parser" ,
18
18
},
19
19
"main" : " ./bindings/node" ,
20
20
"devDependencies" : {
21
- "tree-sitter-cli" : " ^0.19.3 " ,
21
+ "tree-sitter-cli" : " ^0.20.0 " ,
22
22
"tree-sitter-javascript" : " github:tree-sitter/tree-sitter-javascript#2c5b138"
23
23
},
24
24
"scripts" : {
You can’t perform that action at this time.
0 commit comments