fix(core): update

This commit is contained in:
2023-08-27 12:16:09 +02:00
parent d3fca66600
commit f131d3743c
13 changed files with 5707 additions and 16287 deletions

View File

@@ -10,21 +10,20 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tstest": "^1.0.72",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
"@git.zone/tsbuild": "^2.1.70",
"@git.zone/tstest": "^1.0.80",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.5.6"
},
"dependencies": {
"@apiglobal/typedrequest": "^2.0.8",
"@consentsoftware/interfaces": "^1.0.11",
"@pushrocks/smarttime": "^3.0.37",
"@pushrocks/webstore": "^2.0.5"
"@api.global/typedrequest": "^3.0.1",
"@consent.software/interfaces": "^1.0.11",
"@push.rocks/smarttime": "^4.0.5",
"@push.rocks/webstore": "^2.0.9"
},
"browserslist": [
"last 1 chrome versions"
@@ -41,4 +40,4 @@
"npmextra.json",
"readme.md"
]
}
}