summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorLuke Parker <[email protected]>2026-03-23 10:19:21 +1000
committerGitHub <[email protected]>2026-03-23 10:19:21 +1000
commit8dd817023a2e5798fe977f25d18478995380d347 (patch)
treeac0c581fcf80ed34f40bd5212daea6a7ae4a1d07 /package.json
parent0d6c60136562cca785b428aed446428d61f42616 (diff)
downloadopencode-8dd817023a2e5798fe977f25d18478995380d347.tar.gz
opencode-8dd817023a2e5798fe977f25d18478995380d347.zip
chore: bump Bun to 1.3.11 (#18144)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 7ce06896a..915e2ef0a 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",
"dev:desktop": "bun --cwd packages/desktop tauri dev",
@@ -26,7 +26,7 @@
],
"catalog": {
"@effect/platform-node": "4.0.0-beta.35",
- "@types/bun": "1.3.9",
+ "@types/bun": "1.3.11",
"@octokit/rest": "22.0.0",
"@hono/zod-validator": "0.4.2",
"ulid": "3.0.1",