fix(editor): fix monaco/editor layout, update dev deps, simplify watch script and remove Playwright snapshots

This commit is contained in:
2026-01-25 13:51:54 +00:00
parent 8ff52fc562
commit 1bbf853043
71 changed files with 1286 additions and 2495 deletions

View File

@@ -9,7 +9,7 @@
"scripts": {
"test": "tstest test/ --web --verbose --timeout 30 --logfile",
"build": "tsbuild tsfolders --allowimplicitany && tsbundle",
"watch": "tswatch element",
"watch": "tswatch",
"buildDocs": "tsdoc",
"postinstall": "node scripts/update-monaco-version.cjs"
},
@@ -37,19 +37,19 @@
"apexcharts": "^5.3.6",
"highlight.js": "11.11.1",
"ibantools": "^4.5.1",
"lucide": "^0.562.0",
"lucide": "^0.563.0",
"monaco-editor": "0.55.1",
"pdfjs-dist": "^4.10.38",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.1.0",
"@git.zone/tsbundle": "^2.8.1",
"@git.zone/tstest": "^3.1.4",
"@git.zone/tswatch": "^2.3.13",
"@git.zone/tsbuild": "^4.1.2",
"@git.zone/tsbundle": "^2.8.3",
"@git.zone/tstest": "^3.1.7",
"@git.zone/tswatch": "^3.0.1",
"@push.rocks/projectinfo": "^5.0.2",
"@types/node": "^25.0.6"
"@types/node": "^25.0.10"
},
"files": [
"ts/**/*",