V2 opentui upgrade (#35544)

Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
Simon Klee 2026-07-06 15:34:57 +02:00 committed by GitHub
parent 41d11a8a89
commit 175d200e53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 477 additions and 623 deletions

1088
bun.lock

File diff suppressed because it is too large Load diff

View file

@ -42,9 +42,9 @@
"@octokit/rest": "22.0.0",
"@hono/standard-validator": "0.2.0",
"@hono/zod-validator": "0.4.2",
"@opentui/core": "0.3.4",
"@opentui/keymap": "0.3.4",
"@opentui/solid": "0.3.4",
"@opentui/core": "0.4.3",
"@opentui/keymap": "0.4.3",
"@opentui/solid": "0.4.3",
"@tanstack/solid-virtual": "3.13.28",
"@shikijs/stream": "4.2.0",
"ulid": "3.0.1",

View file

@ -32,9 +32,9 @@
"zod": "catalog:"
},
"peerDependencies": {
"@opentui/core": ">=0.3.4",
"@opentui/keymap": ">=0.3.4",
"@opentui/solid": ">=0.3.4"
"@opentui/core": ">=0.4.3",
"@opentui/keymap": ">=0.4.3",
"@opentui/solid": ">=0.4.3"
},
"peerDependenciesMeta": {
"@opentui/core": {