fix(core): update

This commit is contained in:
2022-03-24 15:39:17 +01:00
parent 53f53be991
commit c44d9e7365
8 changed files with 4697 additions and 13619 deletions

View File

@ -5,6 +5,7 @@
"description": "wcc tools for creating element catalogues",
"main": "dist_ts_web/index.js",
"typings": "dist_ts_web/index.d.ts",
"type": "module",
"scripts": {
"test": "(npm run build)",
"build": "(tsbuild custom ts_web --web && tsbundle element)",
@ -13,19 +14,16 @@
"author": "Lossless GmbH",
"license": "UNLICENSED",
"dependencies": {
"@designestate/dees-domtools": "^1.0.114",
"@designestate/dees-element": "^1.0.35",
"@gitzone/tsrun": "^1.2.18",
"@designestate/dees-domtools": "^2.0.1",
"@designestate/dees-element": "^2.0.4",
"@gitzone/tsrun": "^1.2.31",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartexpress": "^3.0.108",
"lit-element": "^3.2.0",
"lit-html": "^2.2.0",
"typescript": "^4.6.2"
"@pushrocks/smartexpress": "^4.0.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.29",
"@gitzone/tsbundle": "^1.0.89",
"@gitzone/tswatch": "^1.0.56",
"@gitzone/tsbuild": "^2.1.60",
"@gitzone/tsbundle": "^1.0.101",
"@gitzone/tswatch": "^1.0.73",
"@pushrocks/projectinfo": "^4.0.5",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.17.0"