deps: update ghostty-web to a5d8c7b

This commit is contained in:
GitHub Copilot
2026-02-26 20:31:02 +00:00
parent bc3fac9a3f
commit b03219401e
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -1,11 +1,11 @@
{ {
"lockfileVersion": 1, "lockfileVersion": 1,
"configVersion": 0, "configVersion": 1,
"workspaces": { "workspaces": {
"": { "": {
"name": "webterm-frontend", "name": "webterm-frontend",
"dependencies": { "dependencies": {
"ghostty-web": "github:rcarmo/ghostty-web", "ghostty-web": "github:rcarmo/ghostty-web#a5d8c7bc816094119acd281c4a216143d61d5845",
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5.7.0", "typescript": "^5.7.0",
@@ -13,8 +13,8 @@
}, },
}, },
"packages": { "packages": {
"ghostty-web": ["ghostty-web@github:rcarmo/ghostty-web#bbdea28", {}, "rcarmo-ghostty-web-bbdea28"], "ghostty-web": ["ghostty-web@github:rcarmo/ghostty-web#a5d8c7b", {}, "rcarmo-ghostty-web-a5d8c7b"],
"typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, ""], "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
} }
} }
+1 -1
View File
@@ -13,6 +13,6 @@
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"ghostty-web": "github:rcarmo/ghostty-web" "ghostty-web": "github:rcarmo/ghostty-web#a5d8c7bc816094119acd281c4a216143d61d5845"
} }
} }