update deps

This commit is contained in:
Aman Varshney
2025-02-26 18:08:19 +05:30
parent 1c3114fe17
commit e1eb09429a
6 changed files with 181 additions and 127 deletions

View File

@@ -28,15 +28,15 @@
"commander": "^13.1.0",
"degit": "^2.8.4",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"gradient-string": "^3.0.0",
"picocolors": "^1.1.1"
},
"devDependencies": {
"@types/degit": "^2.8.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.5",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
"@types/node": "^20.17.19",
"tsup": "^8.4.0",
"typescript": "^5.7.3"
}
}