mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: resolve type conflicts by overriding @roo-code/types to use workspace version
The type errors were caused by @roo-code/cloud package importing an external version of @roo-code/types (^1.52.0) which conflicted with the local workspace version. Added a pnpm override to force all packages to use the workspace version of @roo-code/types, resolving the type incompatibility issues in ClineProvider.ts and extension.ts.
This commit is contained in:
parent
46e979c289
commit
b81180078d
1 changed files with 2 additions and 1 deletions
|
|
@ -62,7 +62,8 @@
|
|||
"undici": ">=5.29.0",
|
||||
"brace-expansion": ">=2.0.2",
|
||||
"form-data": ">=4.0.4",
|
||||
"bluebird": ">=3.7.2"
|
||||
"bluebird": ">=3.7.2",
|
||||
"@roo-code/types": "workspace:*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue