fix(core): update

This commit is contained in:
2023-05-01 14:38:53 +02:00
parent cc5f93305b
commit e87833c59f
15 changed files with 4538 additions and 26593 deletions

View File

@@ -10,23 +10,26 @@
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
"serve": "tsrun scripts/serve.ts"
"serve": "tsrun scripts/serve.ts",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.26",
"@gitzone/tstest": "^1.0.54",
"@pushrocks/smartserve": "^1.1.41",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^16.6.1",
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/smartserve": "^2.0.33",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.16.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartfile": "^8.0.10",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartpuppeteer": "^1.0.27",
"@pushrocks/smarttime": "^3.0.38"
"@pushrocks/smartdelay": "^3.0.1",
"@pushrocks/smartfile": "^10.0.7",
"@pushrocks/smartpath": "^5.0.5",
"@pushrocks/smartpromise": "^4.0.2",
"@pushrocks/smartpuppeteer": "^2.0.2",
"@pushrocks/smarttime": "^4.0.1"
},
"files": [
"ts/**/*",
@@ -42,5 +45,6 @@
],
"browserslist": [
"last 1 chrome versions"
]
}
],
"type": "module"
}