Skip to content

Commit 0480689

Browse files
committed
feat: use @inquirer/prompts
1 parent c6e9700 commit 0480689

File tree

3 files changed

+203
-175
lines changed

3 files changed

+203
-175
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,17 @@
3636
},
3737
"homepage": "https://github.com/magicdawn/vsc-custom-css-cli#readme",
3838
"dependencies": {
39+
"@inquirer/prompts": "^5.1.2",
40+
"chalk": "^5.3.0",
3941
"cheerio": "^1.0.0-rc.12",
4042
"clipanion": "^3.2.1",
4143
"consola": "^3.2.3",
4244
"csp-dev": "^1.0.2",
4345
"debug": "^4.3.5",
44-
"dl-vampire": "^2.1.1",
46+
"dl-vampire": "^2.1.2",
4547
"env-paths": "3",
4648
"esm-utils": "^4.3.0",
4749
"fs-extra": "^11.2.0",
48-
"inquirer": "^9.3.3",
4950
"less": "^4.2.0",
5051
"log-symbols": "^6.0.0",
5152
"promise.map": "^0.5.0",
@@ -63,7 +64,7 @@
6364
"@types/fs-extra": "^11.0.4",
6465
"@types/inquirer": "^9.0.7",
6566
"@types/less": "^3.0.6",
66-
"@types/node": "^20.14.9",
67+
"@types/node": "^20.14.10",
6768
"@types/sass": "^1.43.1",
6869
"eslint": "^9.6.0",
6970
"husky": "^9.0.11",

0 commit comments

Comments
 (0)