fix(core): update

This commit is contained in:
2023-05-07 20:56:08 +02:00
parent 333e991231
commit 467b0d3011
9 changed files with 214 additions and 212 deletions

View File

@ -11,14 +11,15 @@
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
"format": "(gitzone format)"
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsbundle": "^2.0.6",
"@gitzone/tstest": "^1.0.72",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.15.11"
"@types/node": "^20.1.0"
},
"dependencies": {
"@apiglobal/typedrequest": "^2.0.8",
@ -26,15 +27,15 @@
"@pushrocks/lik": "^6.0.2",
"@pushrocks/smartdelay": "^3.0.1",
"@pushrocks/smartjson": "^5.0.5",
"@pushrocks/smartpromise": "^4.0.0",
"@pushrocks/smartrouter": "^1.0.14",
"@pushrocks/smartpromise": "^4.0.2",
"@pushrocks/smartrouter": "^1.0.16",
"@pushrocks/smartrx": "^3.0.0",
"@pushrocks/smartstate": "^2.0.4",
"@pushrocks/smarturl": "^3.0.5",
"@pushrocks/webrequest": "^3.0.21",
"@pushrocks/websetup": "^3.0.16",
"@pushrocks/webstore": "^2.0.5",
"lit": "^2.7.1",
"@pushrocks/smartstate": "^2.0.6",
"@pushrocks/smarturl": "^3.0.6",
"@pushrocks/webrequest": "^3.0.23",
"@pushrocks/websetup": "^3.0.17",
"@pushrocks/webstore": "^2.0.8",
"lit": "^2.7.4",
"sweet-scroll": "^4.0.0"
},
"files": [
@ -52,4 +53,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}