fix(deps): bump smartcli, smartfile, and node type dependencies

This commit is contained in:
2026-05-09 12:33:40 +00:00
parent 8ce43eb973
commit 8210478568
5 changed files with 187 additions and 64 deletions
+4 -4
View File
@@ -5,7 +5,7 @@
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"bin": {
"tsrun": "./cli.js"
@@ -18,11 +18,11 @@
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@push.rocks/smartcli": "^4.0.20",
"@types/node": "^25.5.0"
"@push.rocks/smartcli": "^4.0.21",
"@types/node": "^25.6.2"
},
"dependencies": {
"@push.rocks/smartfile": "^13.1.2",
"@push.rocks/smartfile": "^13.1.3",
"@push.rocks/smartshell": "^3.3.8",
"tsx": "^4.21.0"
},