deps: update ghostty-web to bbdea28 (fixes stale selection highlight on click)

This commit is contained in:
GitHub Copilot
2026-02-26 20:16:40 +00:00
parent 73414acdbc
commit 982a68ea1c
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"": {
"name": "webterm-frontend",
"dependencies": {
"ghostty-web": "github:rcarmo/ghostty-web#1fb87bdbdaa0c1d6cf700c45f5ebe44cd606453d",
"ghostty-web": "github:rcarmo/ghostty-web",
},
"devDependencies": {
"typescript": "^5.7.0",
@@ -13,7 +13,7 @@
},
},
"packages": {
"ghostty-web": ["ghostty-web@github:rcarmo/ghostty-web#1fb87bd", {}, "rcarmo-ghostty-web-1fb87bd"],
"ghostty-web": ["ghostty-web@github:rcarmo/ghostty-web#bbdea28", {}, "rcarmo-ghostty-web-bbdea28"],
"typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, ""],
}
+5 -5
View File
@@ -1,18 +1,18 @@
{
"name": "webterm-frontend",
"private": true,
"type": "module",
"dependencies": {
"ghostty-web": "github:rcarmo/ghostty-web#1fb87bdbdaa0c1d6cf700c45f5ebe44cd606453d"
},
"devDependencies": {
"typescript": "^5.7.0"
},
"private": true,
"scripts": {
"build": "bun run typecheck && bun build webterm/static/js/terminal.ts --outfile=webterm/static/js/terminal.js --minify --target=browser && cp node_modules/ghostty-web/ghostty-vt.wasm webterm/static/js/",
"build:fast": "bun build webterm/static/js/terminal.ts --outfile=webterm/static/js/terminal.js --minify --target=browser",
"watch": "bun build webterm/static/js/terminal.ts --outfile=webterm/static/js/terminal.js --watch --target=browser",
"typecheck": "bun x tsc --noEmit -p tsconfig.json",
"copy-wasm": "cp node_modules/ghostty-web/ghostty-vt.wasm webterm/static/js/"
},
"type": "module",
"dependencies": {
"ghostty-web": "github:rcarmo/ghostty-web"
}
}
File diff suppressed because one or more lines are too long