feat: upgrade xterm the latest 5.3.0 release

There are some breaking api changes as documented here: https://github.com/xtermjs/xterm.js/releases/tag/5.0.0
This commit is contained in:
Jose Diaz-Gonzalez
2024-02-15 02:29:48 -05:00
parent 113b502abb
commit 721607826e
7 changed files with 53 additions and 34 deletions

View File

@@ -25,10 +25,10 @@
"preact": "^10.19.4",
"react-bootstrap": "^2.10.1",
"style-loader": "^2.0.0",
"xterm": "^4.19.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.4.0",
"xterm-addon-webgl": "^0.10.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-web-links": "^0.9.0",
"xterm-addon-webgl": "^0.16.0",
"zmodem.js": "^0.1.10"
}
}