diff options
| author | Yuu Toriyama <[email protected]> | 2025-08-14 04:46:21 +0900 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-08-13 19:49:14 +0000 |
| commit | 3f0f910f7b3efdd0b7836a5812821973bbe15817 (patch) | |
| tree | 9c60570b21eec9436a99621c10331ac33e1de7b0 /bun.lock | |
| parent | 5bf841ab7a9f3258abe2b1adba4b4bc3f0e4915d (diff) | |
| download | opencode-3f0f910f7b3efdd0b7836a5812821973bbe15817.tar.gz opencode-3f0f910f7b3efdd0b7836a5812821973bbe15817.zip | |
Fix: Error [ERR_DLOPEN_FAILED] (#1546)
Diffstat (limited to 'bun.lock')
| -rw-r--r-- | bun.lock | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -113,6 +113,7 @@ "tree-sitter-bash": "0.23.3", "turndown": "7.2.0", "vscode-jsonrpc": "8.2.1", + "web-tree-sitter": "0.22.6", "xdg-basedir": "5.1.0", "yargs": "18.0.0", "zod": "catalog:", @@ -189,6 +190,9 @@ "sharp", "esbuild", "protobufjs", + "tree-sitter", + "web-tree-sitter", + "tree-sitter-bash", ], "catalog": { "@hono/zod-validator": "0.4.2", @@ -2481,6 +2485,8 @@ "web-namespaces": ["[email protected]", "", {}, "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ=="], + "web-tree-sitter": ["[email protected]", "", {}, "sha512-hS87TH71Zd6mGAmYCvlgxeGDjqd9GTeqXNqTT+u0Gs51uIozNIaaq/kUAbV/Zf56jb2ZOyG8BxZs2GG9wbLi6Q=="], + "webidl-conversions": ["[email protected]", "", {}, "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="], "whatwg-url": ["[email protected]", "", { "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" } }, "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw=="], |
