fix(core): update

This commit is contained in:
2023-06-03 16:45:40 +02:00
parent 5d0c9b0326
commit dc81d99ac3
9 changed files with 2356 additions and 6567 deletions

View File

@ -12,7 +12,8 @@
"scripts": {
"test": "tsrun test/test.ts",
"testCustom": "node cli.ts.js custom ts_web",
"build": "node cli.ts.js --web --allowimplicitany"
"build": "node cli.ts.js --web --allowimplicitany",
"buildDocs": "tsdoc"
},
"repository": {
"type": "git",
@ -29,18 +30,18 @@
"homepage": "https://gitlab.com/pushrocks/tsn#README",
"dependencies": {
"@pushrocks/early": "^4.0.3",
"@pushrocks/smartcli": "^4.0.3",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartfile": "^10.0.4",
"@pushrocks/smartlog": "^3.0.1",
"@pushrocks/smartcli": "^4.0.6",
"@pushrocks/smartdelay": "^3.0.1",
"@pushrocks/smartfile": "^10.0.7",
"@pushrocks/smartlog": "^3.0.2",
"@pushrocks/smartpath": "^5.0.5",
"@pushrocks/smartpromise": "^3.1.7",
"typescript": "^4.7.4"
"@pushrocks/smartpromise": "^4.0.2",
"typescript": "^5.1.3"
},
"devDependencies": {
"@gitzone/tsrun": "^1.2.37",
"@gitzone/tsrun": "^1.2.41",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.3"
"@types/node": "^20.2.5"
},
"files": [
"ts/**/*",
@ -57,4 +58,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}