introduce opentui keymap as sole key/cmd engine (#26053)

This commit is contained in:
Sebastian 2026-05-07 20:35:31 +02:00 committed by GitHub
commit 98f5e6e713
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
67 changed files with 3889 additions and 3008 deletions

View file

@ -22,19 +22,24 @@
"zod": "catalog:"
},
"peerDependencies": {
"@opentui/core": ">=0.2.2",
"@opentui/solid": ">=0.2.2"
"@opentui/core": ">=0.2.4",
"@opentui/keymap": ">=0.2.4",
"@opentui/solid": ">=0.2.4"
},
"peerDependenciesMeta": {
"@opentui/core": {
"optional": true
},
"@opentui/keymap": {
"optional": true
},
"@opentui/solid": {
"optional": true
}
},
"devDependencies": {
"@opentui/core": "catalog:",
"@opentui/keymap": "catalog:",
"@opentui/solid": "catalog:",
"@tsconfig/node22": "catalog:",
"@types/node": "catalog:",