bump bun version

This commit is contained in:
Aiden Cline
2025-12-18 09:47:42 -06:00
parent 1fc5836f64
commit 257a4d5b86

View File

@@ -4,7 +4,7 @@
"description": "AI-powered development tool",
"private": true,
"type": "module",
"packageManager": "bun@1.3.4",
"packageManager": "bun@1.3.5",
"scripts": {
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
"typecheck": "bun turbo typecheck",