chore: update core runtime dependencies

This commit is contained in:
Tobi Lütke
2026-05-18 02:54:03 +00:00
parent ac6b154f0c
commit 6ea0544e76
4 changed files with 94 additions and 82 deletions
+7 -7
View File
@@ -52,18 +52,18 @@
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.29.0",
"better-sqlite3": "12.8.0",
"better-sqlite3": "12.10.0",
"fast-glob": "3.3.3",
"node-llama-cpp": "3.18.1",
"picomatch": "4.0.4",
"sqlite-vec": "0.1.9",
"web-tree-sitter": "0.26.7",
"yaml": "2.8.3",
"zod": "4.2.1",
"tree-sitter-go": "0.23.4",
"tree-sitter-python": "0.23.4",
"tree-sitter-go": "0.25.0",
"tree-sitter-python": "0.25.0",
"tree-sitter-rust": "0.24.0",
"tree-sitter-typescript": "0.23.2"
"tree-sitter-typescript": "0.23.2",
"web-tree-sitter": "0.26.8",
"yaml": "2.9.0",
"zod": "4.2.1"
},
"optionalDependencies": {
"sqlite-vec-darwin-arm64": "0.1.9",