From 6400f795aea61a53da1fec58018d082c4ecb6573 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Sat, 12 Sep 2026 19:34:18 +0000 Subject: [PATCH] chore: hqtui ^0.5.0, so a click reaches the key bar and the dialogs Below 1.0 a caret locks the minor, so this app was pinned to the hqtui it was written against and would never have seen a newer one. 0.5.0 adds click hooks to status bar items, modal buttons and backdrops, and panels, and a double-click on every scrollable widget; all optional, nothing here has to change to take it. Bumped: package.json. Checks: typecheck=ok, build=ok, test=FAIL. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01DWtLsmAescX4Nb8QiBJd37 --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 0c3327a..5024ab4 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "@profullstack/nmaptui", "dependencies": { - "@profullstack/hqtui": "^0.4.0", + "@profullstack/hqtui": "^0.5.0", }, "devDependencies": { "@types/node": "^22", @@ -14,7 +14,7 @@ }, }, "packages": { - "@profullstack/hqtui": ["@profullstack/hqtui@0.4.0", "", { "bin": { "hqtui": "bin/hqtui.mjs" } }, "sha512-NyZA+YyosDhbQjrTGBzk1k2fTdBTRlswspakRu5YfDjowpgROeRK4PTqxjNvnwOcLvzMa8aLTTKdMgvJyYUuuA=="], + "@profullstack/hqtui": ["@profullstack/hqtui@0.5.0", "", { "bin": { "hqtui": "bin/hqtui.mjs" } }, "sha512-jDwILBmdQx8pQA0ao/tzzty8u5nFNS4XhvU9xXhZvdIaMeiF3HBJIVtP6cS6kigS4lXmHR7sztbb9QJpaWwhig=="], "@types/node": ["@types/node@22.20.2", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-xlvWf4Vs9n1PEVYwP1n4vvG07M6y8WgvJ2t0vbrWTmijsIHp1cS+uJ2kMIRdY3nHZK0nCYKrPeD171+SzF4/zw=="], diff --git a/package.json b/package.json index ffe8705..2c01a57 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@profullstack/hqtui": "^0.4.0" + "@profullstack/hqtui": "^0.5.0" }, "devDependencies": { "@types/node": "^22",