feat(tui): use OpenTUI clipboard service
This commit is contained in:
parent
3f30203b72
commit
679a587c9d
21 changed files with 403 additions and 236 deletions
12
package.json
12
package.json
|
|
@ -46,9 +46,9 @@
|
|||
"@octokit/rest": "22.0.0",
|
||||
"@hono/standard-validator": "0.2.0",
|
||||
"@hono/zod-validator": "0.4.2",
|
||||
"@opentui/core": "0.4.5",
|
||||
"@opentui/keymap": "0.4.5",
|
||||
"@opentui/solid": "0.4.5",
|
||||
"@opentui/core": "0.0.0-20260803-1395a054",
|
||||
"@opentui/keymap": "0.0.0-20260803-1395a054",
|
||||
"@opentui/solid": "0.0.0-20260803-1395a054",
|
||||
"@tanstack/solid-virtual": "3.13.32",
|
||||
"@shikijs/stream": "4.2.0",
|
||||
"@standard-schema/spec": "1.1.0",
|
||||
|
|
@ -149,9 +149,9 @@
|
|||
"electron"
|
||||
],
|
||||
"overrides": {
|
||||
"@opentui/core": "catalog:",
|
||||
"@opentui/keymap": "catalog:",
|
||||
"@opentui/solid": "catalog:",
|
||||
"@opentui/core": "0.0.0-20260803-1395a054",
|
||||
"@opentui/keymap": "0.0.0-20260803-1395a054",
|
||||
"@opentui/solid": "0.0.0-20260803-1395a054",
|
||||
"@types/bun": "catalog:",
|
||||
"@types/node": "catalog:",
|
||||
"effect": "catalog:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue