fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-10 23:22:52 +01:00
parent 24f5aeaff1
commit 4a8307e891
3 changed files with 877 additions and 663 deletions

1531
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,15 +18,14 @@
"@designestate/dees-wcctools": "^1.0.37",
"@gitzone/tsrun": "^1.2.12",
"@losslessone_private/loint-pubapi": "^1.0.9",
"@parcel/config-default": "^2.3.2",
"@pushrocks/smartexpress": "^3.0.76",
"monaco-editor": "^0.32.1",
"typescript": "^4.4.3"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsbundle": "^1.0.72",
"@gitzone/tswatch": "^1.0.58",
"@gitzone/tsbundle": "^1.0.91",
"@gitzone/tswatch": "^1.0.59",
"@pushrocks/projectinfo": "^4.0.5",
"buffer": "^6.0.3",
"process": "^0.11.10",

View File

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