Skip to content

Commit 66c2967

Browse files
authored
deps: update OpenTUI to 0.5.2 (#42148)
1 parent 883c9e3 commit 66c2967

3 files changed

Lines changed: 29 additions & 29 deletions

File tree

bun.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"@octokit/rest": "22.0.0",
4747
"@hono/standard-validator": "0.2.0",
4848
"@hono/zod-validator": "0.4.2",
49-
"@opentui/core": "0.0.0-20260808-9ecf7c0a",
50-
"@opentui/keymap": "0.0.0-20260808-9ecf7c0a",
51-
"@opentui/solid": "0.0.0-20260808-9ecf7c0a",
49+
"@opentui/core": "0.5.2",
50+
"@opentui/keymap": "0.5.2",
51+
"@opentui/solid": "0.5.2",
5252
"@tanstack/solid-virtual": "3.13.32",
5353
"@shikijs/stream": "4.2.0",
5454
"@standard-schema/spec": "1.1.0",
@@ -150,9 +150,9 @@
150150
"electron"
151151
],
152152
"overrides": {
153-
"@opentui/core": "0.0.0-20260808-9ecf7c0a",
154-
"@opentui/keymap": "0.0.0-20260808-9ecf7c0a",
155-
"@opentui/solid": "0.0.0-20260808-9ecf7c0a",
153+
"@opentui/core": "catalog:",
154+
"@opentui/keymap": "catalog:",
155+
"@opentui/solid": "catalog:",
156156
"@types/bun": "catalog:",
157157
"@types/node": "catalog:",
158158
"effect": "catalog:"

packages/plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
},
3232
"peerDependencies": {
3333
"@opencode-ai/theme": "workspace:*",
34-
"@opentui/core": "0.0.0-20260808-9ecf7c0a",
35-
"@opentui/keymap": "0.0.0-20260808-9ecf7c0a",
36-
"@opentui/solid": "0.0.0-20260808-9ecf7c0a",
34+
"@opentui/core": ">=0.5.2",
35+
"@opentui/keymap": ">=0.5.2",
36+
"@opentui/solid": ">=0.5.2",
3737
"solid-js": ">=1.9.0"
3838
},
3939
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)