fix(core): update

This commit is contained in:
Philipp Kunz 2023-04-05 16:38:43 +02:00
parent f350905907
commit a4a26e44aa
3 changed files with 888 additions and 804 deletions

View File

@ -18,23 +18,23 @@
"@gitzone/tsbundle": "^2.0.6", "@gitzone/tsbundle": "^2.0.6",
"@gitzone/tstest": "^1.0.72", "@gitzone/tstest": "^1.0.72",
"@pushrocks/tapbundle": "^5.0.4", "@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.3" "@types/node": "^18.15.11"
}, },
"dependencies": { "dependencies": {
"@apiglobal/typedrequest": "^2.0.8", "@apiglobal/typedrequest": "^2.0.8",
"@designestate/dees-comms": "^1.0.22", "@designestate/dees-comms": "^1.0.22",
"@pushrocks/lik": "^6.0.0", "@pushrocks/lik": "^6.0.2",
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^3.0.1",
"@pushrocks/smartjson": "^5.0.5", "@pushrocks/smartjson": "^5.0.5",
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^4.0.0",
"@pushrocks/smartrouter": "^1.0.12", "@pushrocks/smartrouter": "^1.0.14",
"@pushrocks/smartrx": "^3.0.0", "@pushrocks/smartrx": "^3.0.0",
"@pushrocks/smartstate": "^2.0.0", "@pushrocks/smartstate": "^2.0.4",
"@pushrocks/smarturl": "^3.0.5", "@pushrocks/smarturl": "^3.0.5",
"@pushrocks/webrequest": "^3.0.9", "@pushrocks/webrequest": "^3.0.21",
"@pushrocks/websetup": "^3.0.16", "@pushrocks/websetup": "^3.0.16",
"@pushrocks/webstore": "^2.0.5", "@pushrocks/webstore": "^2.0.5",
"lit": "^2.2.8", "lit": "^2.7.1",
"sweet-scroll": "^4.0.0" "sweet-scroll": "^4.0.0"
}, },
"files": [ "files": [

File diff suppressed because it is too large Load Diff

View File

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