2 Commits

Author SHA1 Message Date
3ceb68da4d 1.0.63 2022-03-10 23:22:52 +01:00
4a8307e891 fix(core): update 2022-03-10 23:22:52 +01:00
3 changed files with 880 additions and 666 deletions

1535
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "@designestate/dees-editor", "name": "@designestate/dees-editor",
"version": "1.0.62", "version": "1.0.63",
"private": false, "private": false,
"description": "an advanced editor for markdown documents based on monaco.", "description": "an advanced editor for markdown documents based on monaco.",
"main": "dist_ts_web/index.js", "main": "dist_ts_web/index.js",
@ -18,15 +18,14 @@
"@designestate/dees-wcctools": "^1.0.37", "@designestate/dees-wcctools": "^1.0.37",
"@gitzone/tsrun": "^1.2.12", "@gitzone/tsrun": "^1.2.12",
"@losslessone_private/loint-pubapi": "^1.0.9", "@losslessone_private/loint-pubapi": "^1.0.9",
"@parcel/config-default": "^2.3.2",
"@pushrocks/smartexpress": "^3.0.76", "@pushrocks/smartexpress": "^3.0.76",
"monaco-editor": "^0.32.1", "monaco-editor": "^0.32.1",
"typescript": "^4.4.3" "typescript": "^4.4.3"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.24", "@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsbundle": "^1.0.72", "@gitzone/tsbundle": "^1.0.91",
"@gitzone/tswatch": "^1.0.58", "@gitzone/tswatch": "^1.0.59",
"@pushrocks/projectinfo": "^4.0.5", "@pushrocks/projectinfo": "^4.0.5",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"process": "^0.11.10", "process": "^0.11.10",

View File

@ -7,10 +7,10 @@
"declaration": true, "declaration": true,
"inlineSources": true, "inlineSources": true,
"inlineSourceMap": true, "inlineSourceMap": true,
"noUnusedLocals": true, "noUnusedLocals": false,
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
"outDir": "dist/", "outDir": "dist/",
"skipLibCheck": true, "skipLibCheck": false,
"experimentalDecorators": true "experimentalDecorators": true
} }
} }