refactor(projects): use enquirer replace prompts

This commit is contained in:
Soybean
2024-03-03 20:43:21 +08:00
parent 14aa856a0f
commit b546ff8625
4 changed files with 131 additions and 36 deletions

View File

@ -14,15 +14,14 @@
},
"devDependencies": {
"@soybeanjs/changelog": "0.3.15",
"@types/prompts": "2.4.9",
"bumpp": "9.3.0",
"c12": "1.9.0",
"cac": "6.7.14",
"consola": "3.2.3",
"enquirer": "2.4.1",
"execa": "8.0.1",
"kolorist": "1.8.0",
"npm-check-updates": "16.14.15",
"prompts": "2.4.2",
"rimraf": "5.0.5"
}
}