Commit b811800
committed
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.1 parent 46e979c commit b811800
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
0 commit comments