fix(core): update

This commit is contained in:
Philipp Kunz 2023-10-05 14:26:46 +02:00
parent eea091cb56
commit 690b85f057
3 changed files with 666 additions and 303 deletions

View File

@ -15,18 +15,18 @@
"author": "Lossless GmbH",
"license": "UNLICENSED",
"dependencies": {
"@design.estate/dees-domtools": "^2.0.6",
"@design.estate/dees-element": "^2.0.6",
"@design.estate/dees-domtools": "^2.0.50",
"@design.estate/dees-element": "^2.0.29",
"@gitzone/tsrun": "^1.2.44",
"@push.rocks/smartdelay": "^3.0.5",
"lit": "^2.8.0"
},
"devDependencies": {
"@api.global/typedserver": "^3.0.4",
"@api.global/typedserver": "^3.0.5",
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsbundle": "^2.0.8",
"@gitzone/tswatch": "^2.0.7",
"@push.rocks/projectinfo": "^5.0.1"
"@push.rocks/projectinfo": "^5.0.2"
},
"files": [
"ts/**/*",

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-wcctools',
version: '1.0.79',
version: '1.0.80',
description: 'wcc tools for creating element catalogues'
}