feat(cli): improve "up" command output and flow a lot

This commit is contained in:
Joakim Carlstein 2023-11-17 11:42:20 +01:00
parent e5eec7cdf1
commit 59ec16b87b
14 changed files with 533 additions and 62 deletions

View file

@ -41,7 +41,13 @@
"license": "MIT",
"dependencies": {
"@emigrate/plugin-tools": "workspace:*",
"cosmiconfig": "8.3.6"
"ansis": "2.0.2",
"cosmiconfig": "8.3.6",
"elegant-spinner": "3.0.0",
"figures": "6.0.1",
"is-interactive": "2.0.0",
"log-update": "6.0.0",
"pretty-ms": "8.0.0"
},
"volta": {
"extends": "../../package.json"