Skip to content

Commit

Permalink
fix: update ts deps
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed May 7, 2024
1 parent 6894733 commit 3a67b6b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 49 deletions.
74 changes: 27 additions & 47 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ thiserror.workspace = true
schemars.workspace = true

[dev-dependencies]
tree-sitter-typescript = "0.20.5"
tree-sitter-typescript = "0.21.1"
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ tree-sitter.workspace = true
default = ["regex"]

[dev-dependencies]
tree-sitter-typescript = "0.20.5"
tree-sitter-typescript = "0.21.1"

0 comments on commit 3a67b6b

Please sign in to comment.