fix(core): update

This commit is contained in:
Philipp Kunz 2023-09-17 14:38:29 +02:00
parent dc13ad997b
commit 0808b9a5f9
4 changed files with 1822 additions and 847 deletions

View File

@ -119,6 +119,6 @@ jobs:
run: | run: |
npmci node install stable npmci node install stable
npmci npm install npmci npm install
pnpm install -g @gitzone/tsdoc pnpm install -g @git.zone/tsdoc
npmci command tsdoc npmci command tsdoc
continue-on-error: true continue-on-error: true

View File

@ -14,14 +14,14 @@
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.66", "@git.zone/tsbuild": "^2.1.70",
"@gitzone/tsbundle": "^2.0.8", "@git.zone/tsbundle": "^2.0.8",
"@gitzone/tstest": "^1.0.77", "@git.zone/tstest": "^1.0.81",
"@push.rocks/tapbundle": "^5.0.12", "@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.4.8" "@types/node": "^20.6.2"
}, },
"dependencies": { "dependencies": {
"@design.estate/dees-domtools": "^2.0.37", "@design.estate/dees-domtools": "^2.0.41",
"@push.rocks/isounique": "^1.0.5", "@push.rocks/isounique": "^1.0.5",
"@push.rocks/smartrx": "^3.0.6", "@push.rocks/smartrx": "^3.0.6",
"lit": "^2.8.0" "lit": "^2.8.0"

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@design.estate/dees-element', name: '@design.estate/dees-element',
version: '2.0.27', version: '2.0.28',
description: 'a custom element class extending lit element class' description: 'a custom element class extending lit element class'
} }