summaryrefslogtreecommitdiffhomepage
path: root/github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-10-14 01:23:46 -0400
committerDax Raad <[email protected]>2025-10-14 01:23:54 -0400
commite5e05d390d8313d6fb2c11d24e878de65c56baa9 (patch)
treec7f5d381eff0e811f1ea4a6dcf2691e2a9121b83 /github
parent38ad6707cffbd0c028912b92f1f5aa507aba1c96 (diff)
downloadopencode-e5e05d390d8313d6fb2c11d24e878de65c56baa9.tar.gz
opencode-e5e05d390d8313d6fb2c11d24e878de65c56baa9.zip
core: reduce dependency conflicts by standardizing package versions through catalog
This eliminates duplicate package versions that were causing build issues and inconsistent behavior across the monorepo. Dependencies now resolve to single versions through the workspace catalog, making installs faster and more reliable.
Diffstat (limited to 'github')
-rw-r--r--github/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/github/package.json b/github/package.json
index 06db814ae..1a6598d6b 100644
--- a/github/package.json
+++ b/github/package.json
@@ -14,6 +14,6 @@
"@actions/github": "6.0.1",
"@octokit/graphql": "9.0.1",
"@octokit/rest": "22.0.0",
- "@opencode-ai/sdk": "0.5.4"
+ "@opencode-ai/sdk": "workspace:*"
}
}