Skip to content

Commit

Permalink
refactor: migrate from inquirer to @inquirer/prompts (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji authored Oct 5, 2024
1 parent 8018e58 commit 97f7282
Show file tree
Hide file tree
Showing 3 changed files with 2,614 additions and 2,152 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"devDependencies": {
"@types/conventional-changelog": "^3.1.5",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.9.0",
"@types/semver": "^7.5.5",
"@varlet/eslint-config": "^2.18.4",
Expand All @@ -66,14 +65,14 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@inquirer/prompts": "^6.0.1",
"commander": "^11.1.0",
"conventional-changelog": "^5.1.0",
"execa": "^8.0.1",
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
"inquirer": "^9.2.12",
"nanospinner": "^1.1.0",
"picocolors": "^1.0.0",
"semver": "^7.5.4"
}
}
}
Loading

0 comments on commit 97f7282

Please sign in to comment.