diff options
| author | Sebastian <[email protected]> | 2026-04-20 00:10:31 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-20 00:10:31 +0200 |
| commit | a824064c4c7c2b43e4b59da0f578932faca7b26a (patch) | |
| tree | 9183ba738fff22f536964a29ec8a325429e48377 /packages/plugin/package.json | |
| parent | 33b2795cc84c79e91e15549609713567eb08348a (diff) | |
| download | opencode-a824064c4c7c2b43e4b59da0f578932faca7b26a.tar.gz opencode-a824064c4c7c2b43e4b59da0f578932faca7b26a.zip | |
stabilize TUI theme persistence and KV writes (#23188)
Diffstat (limited to 'packages/plugin/package.json')
| -rw-r--r-- | packages/plugin/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 3beea3620..c73addc47 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -22,8 +22,8 @@ "zod": "catalog:" }, "peerDependencies": { - "@opentui/core": ">=0.1.100", - "@opentui/solid": ">=0.1.100" + "@opentui/core": ">=0.1.101", + "@opentui/solid": ">=0.1.101" }, "peerDependenciesMeta": { "@opentui/core": { @@ -34,8 +34,8 @@ } }, "devDependencies": { - "@opentui/core": "catalog:", - "@opentui/solid": "catalog:", + "@opentui/core": "0.1.101", + "@opentui/solid": "0.1.101", "@tsconfig/node22": "catalog:", "@types/node": "catalog:", "typescript": "catalog:", |
