From e5e05d390d8313d6fb2c11d24e878de65c56baa9 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 14 Oct 2025 01:23:46 -0400 Subject: 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. --- github/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'github/package.json') 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:*" } } -- cgit v1.2.3