chore: bump Bun to 1.3.11

This commit is contained in:
LukeParkerDev
2026-03-19 07:56:50 +10:00
parent 8006c29db3
commit eb32c7150e
4 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
"description": "AI-powered development tool",
"private": true,
"type": "module",
"packageManager": "bun@1.3.10",
"packageManager": "bun@1.3.11",
"scripts": {
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
"dev:desktop": "bun --cwd packages/desktop tauri dev",
@@ -25,7 +25,7 @@
"packages/slack"
],
"catalog": {
"@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",