bumped xterm

This commit is contained in:
Eugene Pankov
2022-12-28 16:07:37 +01:00
parent 0a15b5e9d5
commit a4c8aa40b5
4 changed files with 389 additions and 51 deletions

View File

@@ -9,7 +9,8 @@
"typings": "typings/index.d.ts",
"scripts": {
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch"
"watch": "webpack --progress --color --watch",
"postinstall": "patch-package"
},
"files": [
"typings"
@@ -24,17 +25,18 @@
"dataurl": "0.1.0",
"hexer": "^1.5.0",
"ngx-colors": "^3.0.4",
"patch-package": "^6.5.0",
"ps-node": "^0.1.6",
"runes": "^0.4.2",
"xterm": "^5.0.0",
"xterm-addon-canvas": "^0.2.0",
"xterm-addon-fit": "^0.6.0",
"xterm-addon-image": "^0.2.0",
"xterm": "^5.1.0",
"xterm-addon-canvas": "^0.3.0",
"xterm-addon-fit": "^0.7.0",
"xterm-addon-image": "^0.3.1",
"xterm-addon-ligatures": "^0.6.0",
"xterm-addon-search": "^0.10.0",
"xterm-addon-serialize": "^0.8.0",
"xterm-addon-unicode11": "^0.4.0",
"xterm-addon-webgl": "^0.13.0",
"xterm-addon-search": "^0.11.0",
"xterm-addon-serialize": "^0.9.0",
"xterm-addon-unicode11": "^0.5.0",
"xterm-addon-webgl": "^0.14.0",
"zmodem.js": "^0.1.9"
},
"peerDependencies": {