mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
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:
parent
38ad6707cf
commit
e5e05d390d
12 changed files with 37 additions and 69 deletions
|
|
@ -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:*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue