fix(core): update

This commit is contained in:
Philipp Kunz 2023-08-26 14:54:44 +02:00
parent d6c8fcc1cf
commit 24416c1b5c
3 changed files with 1075 additions and 188 deletions

View File

@ -20,8 +20,8 @@
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.66",
"@types/node": "^20.4.2"
"@git.zone/tsbuild": "^2.1.69",
"@types/node": "^20.5.6"
},
"dependencies": {
"@apiglobal/typedserver": "^2.0.65",
@ -30,11 +30,11 @@
"@push.rocks/consolecolor": "^2.0.1",
"@push.rocks/smartbrowser": "^2.0.5",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartfile": "^10.0.28",
"@push.rocks/smartfile": "^10.0.30",
"@push.rocks/smartlog": "^3.0.3",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartshell": "^3.0.3",
"@push.rocks/tapbundle": "^5.0.12",
"@push.rocks/tapbundle": "^5.0.15",
"figures": "^5.0.0"
},
"files": [

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tstest',
version: '1.0.78',
version: '1.0.79',
description: 'a test utility to run tests that match test/**/*.ts'
}