Skip to content

Commit b811800

Browse files
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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"undici": ">=5.29.0",
6363
"brace-expansion": ">=2.0.2",
6464
"form-data": ">=4.0.4",
65-
"bluebird": ">=3.7.2"
65+
"bluebird": ">=3.7.2",
66+
"@roo-code/types": "workspace:*"
6667
}
6768
}
6869
}

0 commit comments

Comments
 (0)