diff options
| author | Adam <[email protected]> | 2025-10-27 06:48:03 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-27 15:37:06 -0500 |
| commit | 0acae8211afb1194035a1801a7cd9d9ed1d66eae (patch) | |
| tree | 114156f27996290df64b362af809c778e416b9fc /package.json | |
| parent | 0af450575647fc906f017b0065fe3aca227c369f (diff) | |
| download | opencode-0acae8211afb1194035a1801a7cd9d9ed1d66eae.tar.gz opencode-0acae8211afb1194035a1801a7cd9d9ed1d66eae.zip | |
wip: desktop work
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 48afdc7c0..a5e521797 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@tsconfig/bun": "1.0.9", "@cloudflare/workers-types": "4.20251008.0", "@openauthjs/openauth": "0.0.0-20250322224806", - "@pierre/precision-diffs": "0.0.2-alpha.1-1", + "@pierre/precision-diffs": "0.3.2", "@solidjs/meta": "0.29.4", "@tailwindcss/vite": "4.1.11", "diff": "8.0.2", @@ -53,8 +53,8 @@ "turbo": "2.5.6" }, "dependencies": { - "@opencode-ai/sdk": "workspace:*", - "@opencode-ai/script": "workspace:*" + "@opencode-ai/script": "workspace:*", + "@opencode-ai/sdk": "workspace:*" }, "repository": { "type": "git", |
