Skip to content

Commit

Permalink
Merge pull request #414 from github/update-tree-sitter-javascript
Browse files Browse the repository at this point in the history
Update tree-sitter-javascript dependency to release version
  • Loading branch information
hendrikvanantwerpen authored Mar 8, 2024
2 parents e6e53b6 + b5cb3eb commit be64a09
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 133 deletions.
3 changes: 2 additions & 1 deletion languages/tree-sitter-stack-graphs-javascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ clap = { version = "4", optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
stack-graphs = { version = "0.13", path = "../../stack-graphs" }
tree-sitter-graph = "0.11.2"
tree-sitter-javascript = "=0.20.3"
tree-sitter-stack-graphs = { version = "0.8", path = "../../tree-sitter-stack-graphs" }
tree-sitter-javascript = { git = "https://github.com/tree-sitter/tree-sitter-javascript", rev = "5720b249490b3c17245ba772f6be4a43edb4e3b7" }

[dev-dependencies]
anyhow = "1.0"
Expand Down
Loading

0 comments on commit be64a09

Please sign in to comment.