chore(package.json): refactor update command to also check cli dependencies

This commit is contained in:
Cory Dransfeldt 2025-06-05 20:31:52 -07:00
parent d08787f5aa
commit 7111b8d223
No known key found for this signature in database
4 changed files with 580 additions and 467 deletions

1031
cli/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -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"
}
}