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" } }, ""],
}