File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree-sitter-bash"
3
3
description = " Bash grammar for tree-sitter"
4
- version = " 0.20.3 "
4
+ version = " 0.20.4 "
5
5
authors = [
" Max Brunsfeld <[email protected] " ]
6
6
license = " MIT"
7
7
readme = " bindings/rust/README.md"
Original file line number Diff line number Diff line change 9
9
``` toml
10
10
[dependencies ]
11
11
tree-sitter = " 0.20.10"
12
- tree-sitter-bash = " 0.20.3 "
12
+ tree-sitter-bash = " 0.20.4 "
13
13
```
14
14
15
15
Typically, you will use the [ language] [ language func ] function to add this
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tree-sitter-bash" ,
3
- "version" : " 0.20.3 " ,
3
+ "version" : " 0.20.4 " ,
4
4
"description" : " Bash grammar for tree-sitter" ,
5
5
"main" : " bindings/node" ,
6
6
"keywords" : [
11
11
"author" : " Max Brunsfeld" ,
12
12
"license" : " MIT" ,
13
13
"dependencies" : {
14
- "nan" : " ^2.17 .0" ,
14
+ "nan" : " ^2.18 .0" ,
15
15
"prebuild-install" : " ^7.1.1" ,
16
16
"web-tree-sitter" : " ^0.20.8"
17
17
},
18
18
"devDependencies" : {
19
- "eslint" : " ^8.47 .0" ,
19
+ "eslint" : " ^8.50 .0" ,
20
20
"eslint-config-google" : " ^0.14.0" ,
21
21
"node-gyp" : " ^9.4.0" ,
22
- "prebuild" : " ^11.0.4 " ,
22
+ "prebuild" : " ^12.1.0 " ,
23
23
"tree-sitter-cli" : " ^0.20.8"
24
24
},
25
25
"overrides" : {
You can’t perform that action at this time.
0 commit comments