remove unused import, update modules

This commit is contained in:
2025-08-29 20:57:37 +02:00
parent eb0f499f93
commit 25180f8dc3
3 changed files with 30 additions and 38 deletions

View File

@@ -11,17 +11,16 @@
"build:mac": "bun build ./src/index.ts --compile --target=bun-darwin-x64 --outfile ./target/replay_downloader-darwin-x64"
},
"devDependencies": {
"@types/bun": "latest",
"@types/chalk": "^2.2.4"
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@better-fetch/fetch": "^1.1.18",
"chalk": "^5.4.1",
"inquirer": "^12.9.0",
"ky": "^1.8.2",
"chalk": "^5.6.0",
"inquirer": "^12.9.4",
"ky": "^1.9.1",
"ora": "^8.2.0"
}
}