Skip to content

Commit 21e01db

Browse files
authored
upgrade opentui to 0.1.104 (#24531)
1 parent 3beadee commit 21e01db

5 files changed

Lines changed: 16 additions & 113 deletions

File tree

bun.lock

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@types/cross-spawn": "6.0.6",
3535
"@octokit/rest": "22.0.0",
3636
"@hono/zod-validator": "0.4.2",
37-
"@opentui/core": "0.1.103",
38-
"@opentui/solid": "0.1.103",
37+
"@opentui/core": "0.1.104",
38+
"@opentui/solid": "0.1.104",
3939
"ulid": "3.0.1",
4040
"@kobalte/core": "0.13.11",
4141
"@types/luxon": "3.7.1",
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export * as Editor from "./editor"
22
export * as Selection from "./selection"
33
export * as Sound from "./sound"
4-
export * as Terminal from "./terminal"
54
export * as Clipboard from "./clipboard"

packages/opencode/src/cli/cmd/tui/util/terminal.ts

Lines changed: 0 additions & 96 deletions
This file was deleted.

packages/plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"zod": "catalog:"
2323
},
2424
"peerDependencies": {
25-
"@opentui/core": ">=0.1.103",
26-
"@opentui/solid": ">=0.1.103"
25+
"@opentui/core": ">=0.1.104",
26+
"@opentui/solid": ">=0.1.104"
2727
},
2828
"peerDependenciesMeta": {
2929
"@opentui/core": {

0 commit comments

Comments
 (0)