diff options
| author | Dax Raad <[email protected]> | 2025-10-14 01:33:25 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-14 01:33:25 -0400 |
| commit | b8249cde4b1c5ed73daf31c002f9f5e2b2e3c89b (patch) | |
| tree | 9e0038ace5865f7d83cb6ea7d0a3e5741cfb2864 /bun.lock | |
| parent | 19b3f3d7cefb5560751a11aa208bfb2039974177 (diff) | |
| download | opencode-b8249cde4b1c5ed73daf31c002f9f5e2b2e3c89b.tar.gz opencode-b8249cde4b1c5ed73daf31c002f9f5e2b2e3c89b.zip | |
core: improve dependency management and error handling for more reliable builds
Diffstat (limited to 'bun.lock')
| -rw-r--r-- | bun.lock | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -131,11 +131,11 @@ "shiki": "3.9.2", "solid-js": "catalog:", "solid-list": "0.3.0", - "tailwindcss": "4.1.11", + "tailwindcss": "catalog:", "virtua": "0.42.3", }, "devDependencies": { - "@tailwindcss/vite": "4.1.11", + "@tailwindcss/vite": "catalog:", "@tsconfig/bun": "1.0.9", "@types/luxon": "3.7.1", "@types/node": "catalog:", @@ -206,7 +206,7 @@ "@octokit/webhooks-types": "7.6.1", "@parcel/watcher-win32-x64": "2.5.1", "@standard-schema/spec": "1.0.0", - "@tsconfig/bun": "1.0.7", + "@tsconfig/bun": "catalog:", "@types/bun": "catalog:", "@types/turndown": "5.0.5", "@types/yargs": "17.0.33", @@ -280,12 +280,14 @@ ], "overrides": { "@types/bun": "catalog:", + "@types/node": "catalog:", }, "catalog": { "@cloudflare/workers-types": "4.20251008.0", "@hono/zod-validator": "0.4.2", "@kobalte/core": "0.13.11", "@openauthjs/openauth": "0.0.0-20250322224806", + "@tailwindcss/vite": "4.1.11", "@tsconfig/bun": "1.0.9", "@tsconfig/node22": "22.0.2", "@types/bun": "1.3.0", @@ -297,6 +299,7 @@ "luxon": "3.6.1", "remeda": "2.26.0", "solid-js": "1.9.9", + "tailwindcss": "4.1.11", "typescript": "5.8.2", "zod": "4.1.8", }, @@ -3331,8 +3334,6 @@ "nypm/pkg-types": ["[email protected]", "", { "dependencies": { "confbox": "^0.1.8", "mlly": "^1.7.4", "pathe": "^2.0.1" } }, "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ=="], - "opencode/@tsconfig/bun": ["@tsconfig/[email protected]", "", {}, "sha512-udGrGJBNQdXGVulehc1aWT73wkR9wdaGBtB6yL70RJsqwW/yJhIg6ZbRlPOfIUiFNrnBuYLBi9CSmMKfDC7dvA=="], - "opencode/ulid": ["[email protected]", "", { "bin": { "ulid": "dist/cli.js" } }, "sha512-dPJyqPzx8preQhqq24bBG1YNkvigm87K8kVEHCD+ruZg24t6IFEFv00xMWfxcC4djmFtiTLdFuADn4+DOz6R7Q=="], "opencontrol/@modelcontextprotocol/sdk": ["@modelcontextprotocol/[email protected]", "", { "dependencies": { "content-type": "^1.0.5", "cors": "^2.8.5", "eventsource": "^3.0.2", "express": "^5.0.1", "express-rate-limit": "^7.5.0", "pkce-challenge": "^4.1.0", "raw-body": "^3.0.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.24.1" } }, "sha512-oxzMzYCkZHMntzuyerehK3fV6A2Kwh5BD6CGEJSVDU2QNEhfLOptf2X7esQgaHZXHZY0oHmMsOtIDLP71UJXgA=="], @@ -3391,8 +3392,6 @@ "send/statuses": ["[email protected]", "", {}, "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ=="], - "sitemap/@types/node": ["@types/[email protected]", "", {}, "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw=="], - "sitemap/sax": ["[email protected]", "", {}, "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="], "source-map-support/source-map": ["[email protected]", "", {}, "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="], |
