fix(deps): externalize tree-sitter (#840)

Submitting without approval to fix broken deployment on main. But also, we should lock this down.
This commit is contained in:
matt korwel
2025-06-08 02:05:55 -07:00
committed by GitHub
parent d0b78225a1
commit 584286cfd9
6 changed files with 59 additions and 20 deletions
+8 -9
View File
@@ -11,7 +11,13 @@
"packages/*"
],
"dependencies": {
"tree-sitter-rust": "^0.21.0"
"tree-sitter": "^0.21.0",
"tree-sitter-c-sharp": "^0.21.0",
"tree-sitter-go": "^0.21.0",
"tree-sitter-java": "^0.21.0",
"tree-sitter-python": "^0.21.0",
"tree-sitter-rust": "^0.21.0",
"tree-sitter-typescript": "^0.21.0"
},
"bin": {
"gemini": "bundle/gemini.js"
@@ -10404,14 +10410,7 @@
"fast-glob": "^3.3.3",
"minimatch": "^10.0.0",
"shell-quote": "^1.8.2",
"strip-ansi": "^7.1.0",
"tree-sitter": "^0.21.0",
"tree-sitter-c-sharp": "^0.21.0",
"tree-sitter-go": "^0.21.0",
"tree-sitter-java": "^0.21.0",
"tree-sitter-python": "^0.21.0",
"tree-sitter-rust": "^0.21.0",
"tree-sitter-typescript": "^0.21.0"
"strip-ansi": "^7.1.0"
},
"devDependencies": {
"@types/diff": "^7.0.2",