summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authormatt korwel <[email protected]>2025-06-08 02:05:55 -0700
committerGitHub <[email protected]>2025-06-08 02:05:55 -0700
commit584286cfd9b53eee8f1189a3ad98462c77eb8fb9 (patch)
tree7c55df6bd6fbc60c3264f2a58ee531b3517f639e /package-lock.json
parentd0b78225a1dc559ed325f2bc0040a50430fe9838 (diff)
fix(deps): externalize tree-sitter (#840)
Submitting without approval to fix broken deployment on main. But also, we should lock this down.
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json17
1 files changed, 8 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 3dadcb4f..8af3f4dd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -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",