frontend: xtermjs moved to new node module naming scheme

This commit is contained in:
Johannes Zellner
2024-03-03 18:19:32 +01:00
parent 138f770630
commit 405e20e18e
3 changed files with 32 additions and 32 deletions

View File

@@ -22,9 +22,9 @@
"vue": "^3.4.21",
"vue-i18n": "^9.10.1",
"vue-router": "^4.3.0",
"xterm": "^5.3.0",
"xterm-addon-attach": "^0.9.0",
"xterm-addon-fit": "^0.8.0"
"@xterm/xterm": "^5.4.0",
"@xterm/addon-attach": "^0.10.0",
"@xterm/addon-fit": "^0.9.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",