Update xterm libary to 4.17

This commit is contained in:
Will Owens 2022-02-26 20:08:53 -05:00
parent ab9ea2b95f
commit bba352a2eb
14 changed files with 2735 additions and 2352 deletions

View file

@ -1,13 +1,14 @@
{
"devDependencies": {
"license-loader": "^0.5.0",
"ts-loader": "^2.0.3",
"typescript": "^2.3.2",
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
"webpack": "^2.5.1"
"ts-loader": "^9.1.2",
"typescript": "^4.4.4",
"webpack": "^5",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"libapps": "github:yudai/libapps#release-hterm-1.70",
"xterm": "^2.7.0"
"xterm": "^4.17",
"xterm-addon-fit": "^0.5.0"
}
}