fix(core): Fix interactive shell execution and update dependencies

This commit is contained in:
2024-09-17 17:02:42 +02:00
parent 1474fd541f
commit 6904097960
6 changed files with 4833 additions and 3046 deletions

View File

@@ -33,17 +33,17 @@
},
"homepage": "https://code.foss.global/push.rocks/smartshell",
"devDependencies": {
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.12.7"
"@git.zone/tsbuild": "^2.1.84",
"@git.zone/tsrun": "^1.2.49",
"@git.zone/tstest": "^1.0.90",
"@push.rocks/tapbundle": "^5.0.24",
"@types/node": "^22.5.5"
},
"dependencies": {
"@push.rocks/smartdelay": "^3.0.1",
"@push.rocks/smartexit": "^1.0.23",
"@push.rocks/smartpromise": "^4.0.2",
"@types/which": "^3.0.3",
"@push.rocks/smartpromise": "^4.0.4",
"@types/which": "^3.0.4",
"tree-kill": "^1.2.2",
"which": "^4.0.0"
},