Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Nov 3, 2024
1 parent 27f502e commit 7be3a8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ version = "5.7.0"
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "0.20.10"
tree-sitter = "0.24.3"

[build-dependencies]
cc = "1.0"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"author": "Razze",
"license": "MIT",
"dependencies": {
"nan": "^2.18.0"
"nan": "^2.22.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.8"
"tree-sitter-cli": "^0.24.3"
},
"scripts": {
"build": "tree-sitter generate",
Expand Down

0 comments on commit 7be3a8c

Please sign in to comment.