summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorLuke Parker <[email protected]>2026-02-12 09:27:58 +1000
committerGitHub <[email protected]>2026-02-12 09:27:58 +1000
commitc856f875a1f136c058512b6e388a3aa66098286a (patch)
treebca08f26811cd5dc855a52070762cc2359a11d54 /package.json
parent264dd213f9fc0592d19e9c4a6e090820ff74f063 (diff)
downloadopencode-c856f875a1f136c058512b6e388a3aa66098286a.tar.gz
opencode-c856f875a1f136c058512b6e388a3aa66098286a.zip
chore: upgrade bun to 1.3.9 (#13223)
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 2c69f46d2..ae790e0a5 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",
@@ -23,7 +23,7 @@
"packages/slack"
],
"catalog": {
- "@types/bun": "1.3.8",
+ "@types/bun": "1.3.9",
"@octokit/rest": "22.0.0",
"@hono/zod-validator": "0.4.2",
"ulid": "3.0.1",