fix(core): update

This commit is contained in:
2023-01-07 14:05:25 +01:00
parent ea0858fd27
commit 8ea7c53154
11 changed files with 2826 additions and 17430 deletions

View File

@ -8,8 +8,9 @@
"type": "module",
"scripts": {
"test": "(npm run build)",
"build": "(tsbuild element --web --allowimplicitany --skiplibcheck && tsbundle element)",
"watch": "tswatch element"
"build": "(tsbuild element --web --allowimplicitany && tsbundle element)",
"watch": "tswatch element",
"buildDocs": "tsdoc"
},
"author": "Lossless GmbH",
"license": "UNLICENSED",
@ -18,15 +19,14 @@
"@designestate/dees-element": "^2.0.6",
"@gitzone/tsrun": "^1.2.32",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartexpress": "^4.0.4"
"@pushrocks/smartexpress": "^4.0.4",
"lit": "^2.5.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.61",
"@gitzone/tsbundle": "^1.0.102",
"@gitzone/tswatch": "^1.0.76",
"@pushrocks/projectinfo": "^4.0.5",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.17.0"
"@gitzone/tsbundle": "^2.0.7",
"@gitzone/tswatch": "^2.0.5",
"@pushrocks/projectinfo": "^5.0.1"
},
"files": [
"ts/**/*",
@ -43,4 +43,4 @@
"browserslist": [
"last 1 Chrome versions"
]
}
}