fix: Update package.json dependencies to match installer requirements
- Update chalk from ^4.1.2 to ^5.4.1 - Update inquirer from ^8.2.6 to ^12.6.3 - Update ora from ^5.4.1 to ^8.2.0 - Ensures compatibility with installer infrastructure - Fixes MODULE_NOT_FOUND and dependency version conflicts
This commit is contained in:
parent
207d41c42f
commit
14ce65238c
|
|
@ -41,13 +41,13 @@
|
|||
"dependencies": {
|
||||
"@kayvan/markdown-tree-parser": "^1.5.0",
|
||||
"bmad-method": "^4.30.3",
|
||||
"chalk": "^4.1.2",
|
||||
"chalk": "^5.4.1",
|
||||
"commander": "^14.0.0",
|
||||
"fs-extra": "^11.3.0",
|
||||
"glob": "^11.0.3",
|
||||
"inquirer": "^8.2.6",
|
||||
"inquirer": "^12.6.3",
|
||||
"js-yaml": "^4.1.0",
|
||||
"ora": "^5.4.1"
|
||||
"ora": "^8.2.0"
|
||||
},
|
||||
"keywords": [
|
||||
"agile",
|
||||
|
|
|
|||
Loading…
Reference in New Issue