js: update to latest xtermjs

This commit is contained in:
Will Owens 2025-10-28 19:50:30 -05:00
parent b5d904cb14
commit a36a5a5d1e
No known key found for this signature in database
GPG key ID: 8C8384B16B623DA6
9 changed files with 952 additions and 2028 deletions

View file

@ -1,16 +1,16 @@
{
"devDependencies": {
"license-loader": "^0.5.0",
"license-loader": "^0.7.0",
"ts-loader": "^9.1.2",
"typescript": "^4.4.4",
"typescript-formatter": "^7.2.2",
"webpack": "^5",
"webpack-cli": "^4.9.2"
"webpack-cli": "^6"
},
"dependencies": {
"libapps": "github:yudai/libapps#release-hterm-1.70",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-webgl": "^0.16.0"
"@xterm/xterm": "^5.5.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-webgl": "^0.18.0",
"libapps": "github:yudai/libapps#release-hterm-1.70"
}
}