Skip to content

Commit

Permalink
fix: add tree-sitter-cli dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Jan 17, 2025
1 parent a9e3e87 commit d851987
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
3 changes: 2 additions & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
},
"devDependencies": {
"@ast-grep/nursery": "0.0.2",
"tree-sitter-angular": "0.5.0"
"tree-sitter-angular": "0.5.0",
"tree-sitter-cli": "0.24.6"
},
"publishConfig": {
"access": "public",
Expand Down
3 changes: 2 additions & 1 deletion packages/sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
},
"devDependencies": {
"@ast-grep/nursery": "0.0.2",
"@derekstride/tree-sitter-sql": "0.3.7"
"@derekstride/tree-sitter-sql": "0.3.7",
"tree-sitter-cli": "0.24.6"
},
"publishConfig": {
"access": "public",
Expand Down
3 changes: 2 additions & 1 deletion packages/toml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
},
"devDependencies": {
"@tree-sitter-grammars/tree-sitter-toml": "0.7.0",
"@ast-grep/nursery": "workspace:*"
"@ast-grep/nursery": "workspace:*",
"tree-sitter-cli": "0.24.6"
},
"publishConfig": {
"access": "public",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

3 changes: 2 additions & 1 deletion scripts/create-lang/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@ast-grep/setup-lang": "0.0.2"
"@ast-grep/setup-lang": "0.0.2",
"tree-sitter-cli": "0.24.6"
},
"peerDependencies": {
"tree-sitter-cli": "0.24.6"
Expand Down

0 comments on commit d851987

Please sign in to comment.