Skip to content

Commit

Permalink
Bump tree-sitter-cli to 0.22.5
Browse files Browse the repository at this point in the history
Summary: As title

Reviewed By: kren1

Differential Revision: D57054356

fbshipit-source-id: c5e0e21e9d426e0a3425d0b251c2cc46e15471c2
  • Loading branch information
alanz authored and facebook-github-bot committed May 15, 2024
1 parent 20ce5a9 commit 868306b
Show file tree
Hide file tree
Showing 9 changed files with 790 additions and 720 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "0.22.1"
tree-sitter = "0.22.5"

[build-dependencies]
cc = "1.0.79"
2 changes: 1 addition & 1 deletion Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions bindings/rust/build.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 18 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
],
"license": "Apache-2.0",
"dependencies": {
"tree-sitter-cli": "^0.22.1",
"tree-sitter-cli": "^0.22.5",
"prettier": "^2.2.1",
"node-addon-api": "^7.1.0",
"node-gyp-build": "^4.8.0"
},
"peerDependencies": {
"tree-sitter": "^0.21.0"
"tree-sitter": "^0.21.1"
},
"peerDependenciesMeta": {
"tree_sitter": {
Expand Down
Loading

0 comments on commit 868306b

Please sign in to comment.