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.
This commit is contained in:
Dax Raad
2025-10-14 01:23:46 -04:00
parent 08840f2f32
commit 6e591ce3cb
12 changed files with 37 additions and 69 deletions
+1 -1
View File
@@ -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:*"
}
}