fix(core): update

This commit is contained in:
Philipp Kunz 2023-05-08 15:26:17 +02:00
parent b6720aef9d
commit cf589d727f
3 changed files with 16 additions and 7 deletions

View File

@ -33,7 +33,7 @@
"@pushrocks/smartstate": "^2.0.6",
"@pushrocks/smarturl": "^3.0.6",
"@pushrocks/webrequest": "^3.0.23",
"@pushrocks/websetup": "^3.0.18",
"@pushrocks/websetup": "^3.0.19",
"@pushrocks/webstore": "^2.0.8",
"lit": "^2.7.4",
"sweet-scroll": "^4.0.0"

View File

@ -35,8 +35,8 @@ dependencies:
specifier: ^3.0.23
version: 3.0.23
'@pushrocks/websetup':
specifier: ^3.0.18
version: 3.0.18(typescript@5.0.4)
specifier: ^3.0.19
version: 3.0.19(typescript@5.0.4)
'@pushrocks/webstore':
specifier: ^2.0.8
version: 2.0.8
@ -964,12 +964,12 @@ packages:
transitivePeerDependencies:
- supports-color
/@pushrocks/websetup@3.0.18(typescript@5.0.4):
resolution: {integrity: sha512-KnWf7MOE36RN+nhNAT0hQBicCcRjP2ycSx3scwRKMAasaNdk1dxrcF1uaC101hpPfFVvVpMG66cUD/dc1gz1Dg==}
/@pushrocks/websetup@3.0.19(typescript@5.0.4):
resolution: {integrity: sha512-cxPXyEhTu2TRFPa36QQJJWrR46f4BmLAJD57cBA6d/zhnzJzv7g6ThT1ZFFzDEOgzRh3F8KrFbqlbY+l/cReHA==}
dependencies:
'@pushrocks/smartdelay': 3.0.1
'@pushrocks/smartpromise': 4.0.2
'@tsclass/tsclass': 4.0.40(typescript@5.0.4)
'@tsclass/tsclass': 4.0.41(typescript@5.0.4)
transitivePeerDependencies:
- typescript
dev: false
@ -1020,6 +1020,15 @@ packages:
type-fest: 3.10.0(typescript@5.0.4)
transitivePeerDependencies:
- typescript
dev: true
/@tsclass/tsclass@4.0.41(typescript@5.0.4):
resolution: {integrity: sha512-xiewhxxZNdfhXzDICIXezwmCf8HPEaYe3sBJ0dD9uE3iEKHff2IXaSmUnGrZQIfm1L/BMvypz0DG9GeaRSn1qg==}
dependencies:
type-fest: 3.10.0(typescript@5.0.4)
transitivePeerDependencies:
- typescript
dev: false
/@tsconfig/node10@1.0.9:
resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==}

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@designestate/dees-domtools',
version: '2.0.32',
version: '2.0.33',
description: 'tools to simplify complex css structures'
}