update deps

This commit is contained in:
Devin Zuczek
2026-06-29 23:44:57 -04:00
parent 021fc0fe89
commit c9ec13fc6c
22 changed files with 1076 additions and 1686 deletions
+13 -13
View File
@@ -17,25 +17,25 @@
"test": "run-vitest"
},
"dependencies": {
"@commander-js/extra-typings": "14.0.0",
"@jahands/cli-tools": "0.11.4",
"@commander-js/extra-typings": "15.0.0",
"@jahands/cli-tools": "0.11.5",
"@types/fs-extra": "11.0.4",
"@types/node": "25.5.0",
"@typescript/native-preview": "7.0.0-dev.20260323.1",
"@types/node": "26.0.1",
"@typescript/native-preview": "7.0.0-dev.20260629.1",
"cli-table3": "0.6.5",
"commander": "14.0.3",
"empathic": "2.0.0",
"esbuild": "0.27.4",
"commander": "15.0.0",
"empathic": "2.0.1",
"esbuild": "0.28.1",
"memoize-one": "6.0.0",
"p-map": "7.0.4",
"smol-toml": "1.6.0",
"p-map": "7.0.5",
"smol-toml": "1.7.0",
"ts-pattern": "5.9.0",
"tsx": "4.21.0",
"zod": "4.3.6",
"tsx": "4.22.4",
"zod": "4.4.3",
"zx": "8.8.5"
},
"devDependencies": {
"@types/bun": "1.3.11",
"vitest": "4.1.0"
"@types/bun": "1.3.14",
"vitest": "4.1.9"
}
}