chore(package.json): refactor update command to also check cli dependencies
This commit is contained in:
parent
d08787f5aa
commit
7111b8d223
4 changed files with 580 additions and 467 deletions
1031
cli/package-lock.json
generated
1031
cli/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -12,11 +12,11 @@
|
|||
"author": "Cory Dransfeldt",
|
||||
"dependencies": {
|
||||
"chalk": "^5.4.1",
|
||||
"commander": "^11.0.0",
|
||||
"commander": "^14.0.0",
|
||||
"figlet": "^1.8.1",
|
||||
"fs-extra": "^11.2.0",
|
||||
"glob": "^10.3.10",
|
||||
"inquirer": "^9.2.7",
|
||||
"fs-extra": "^11.3.0",
|
||||
"glob": "^11.0.2",
|
||||
"inquirer": "^12.6.3",
|
||||
"transliteration": "^2.3.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue