diff options
| author | Aiden Cline <[email protected]> | 2026-01-15 12:16:17 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2026-01-15 12:16:17 -0600 |
| commit | 5a8a0f6a5661ad5f02f951473595230b03b17840 (patch) | |
| tree | 8d42d8e932348e20ee09ed95590b8d75e86b1043 /package.json | |
| parent | 37f30993fa933fc5c4b7f9de40d486e39b70070d (diff) | |
| download | opencode-5a8a0f6a5661ad5f02f951473595230b03b17840.tar.gz opencode-5a8a0f6a5661ad5f02f951473595230b03b17840.zip | |
fix: downgrade bun to fix avx issue
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 9aa069d52..f1d6c4fea 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "AI-powered development tool", "private": true, "type": "module", - "packageManager": "[email protected]", + "packageManager": "[email protected]", "scripts": { "dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts", "typecheck": "bun turbo typecheck", @@ -21,7 +21,7 @@ "packages/slack" ], "catalog": { - "@types/bun": "1.3.6", + "@types/bun": "1.3.5", "@octokit/rest": "22.0.0", "@hono/zod-validator": "0.4.2", "ulid": "3.0.1", |
