diff options
| author | Dax Raad <[email protected]> | 2026-04-25 09:41:30 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-04-25 09:41:30 -0400 |
| commit | d748c718457f64f6eeef02f406ebca67f78864fa (patch) | |
| tree | 9c38cfe2420d89bd512de9d5c017d974026fdac8 /packages/plugin/package.json | |
| parent | fc88ed1262c78e7ad75ca564a5f9e970c7dae00f (diff) | |
| download | opencode-d748c718457f64f6eeef02f406ebca67f78864fa.tar.gz opencode-d748c718457f64f6eeef02f406ebca67f78864fa.zip | |
ci: centralize opentui dependencies in workspace catalog
Use catalog references for @opentui/core, @opentui/solid, and opentui-spinner
across packages to ensure consistent versions and simplify updates.
Diffstat (limited to 'packages/plugin/package.json')
| -rw-r--r-- | packages/plugin/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/plugin/package.json b/packages/plugin/package.json index e7d9b87ed..3678ccd25 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -34,8 +34,8 @@ } }, "devDependencies": { - "@opentui/core": "0.1.103", - "@opentui/solid": "0.1.103", + "@opentui/core": "catalog:", + "@opentui/solid": "catalog:", "@tsconfig/node22": "catalog:", "@types/node": "catalog:", "typescript": "catalog:", |
