fix(electrobun): downgrade xterm to 5.5.0 (CanvasAddon 0.7.0 requires ^5.0.0, not 6.0.0)

This commit is contained in:
Hibryda 2026-03-23 16:07:17 +01:00
parent aee772aee0
commit adee8e03c5
2 changed files with 26 additions and 15 deletions

View file

@ -31,9 +31,9 @@
"@formatjs/intl": "^4.1.4",
"@formatjs/intl-pluralrules": "^6.3.1",
"@xterm/addon-canvas": "^0.7.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-image": "^0.9.0",
"@xterm/xterm": "^6.0.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-image": "^0.8.0",
"@xterm/xterm": "^5.5.0",
"dompurify": "^3.3.3",
"electrobun": "latest",
"lucide-svelte": "^0.577.0",