Encountered some problem with the newest xtermjs (version 4.19), revert to 4.18 before more investigation is completed

This commit is contained in:
Ni Rui
2022-07-22 15:49:16 +08:00
parent 519336f545
commit b002adaa36
2 changed files with 197 additions and 307 deletions

View File

@@ -48,10 +48,9 @@
"vue-template-compiler": "^2.6.14",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"xterm": "^4.19.0",
"xterm": "^4.18.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.6.0",
"xterm-addon-webgl": "^0.12.0"
"xterm-addon-web-links": "^0.6.0"
},
"scripts": {
"dev": "NODE_ENV=development webpack --mode=development --config=webpack.config.js --watch",