fix(core): update

This commit is contained in:
Philipp Kunz 2023-12-28 03:21:43 +01:00
parent a247f0a490
commit 16ddb491ce
3 changed files with 915 additions and 593 deletions

View File

@ -15,21 +15,20 @@
"author": "Lossless GmbH",
"license": "UNLICENSED",
"dependencies": {
"@design.estate/dees-domtools": "^2.0.41",
"@design.estate/dees-element": "^2.0.29",
"@design.estate/dees-wcctools": "^1.0.78",
"@design.estate/dees-domtools": "^2.0.55",
"@design.estate/dees-element": "^2.0.33",
"@design.estate/dees-wcctools": "^1.0.85",
"@git.zone/tsrun": "^1.2.46",
"@losslessone_private/loint-pubapi": "^1.0.13",
"@push.rocks/smartmarkdown": "^3.0.1",
"@webcontainer/api": "^1.1.7",
"monaco-editor": "^0.43.0",
"@webcontainer/api": "^1.1.8",
"monaco-editor": "^0.45.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.70",
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tstest": "^1.0.81",
"@git.zone/tsbundle": "^2.0.10",
"@git.zone/tstest": "^1.0.84",
"@git.zone/tswatch": "^2.0.13",
"@push.rocks/projectinfo": "^5.0.2",
"@push.rocks/tapbundle": "^5.0.15"

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-editor',
version: '1.0.74',
version: '1.0.75',
description: 'an advanced editor for markdown documents based on monaco.'
}