chore: update dependencies to latest major versions

## CHANGES

- Update @kayvan/markdown-tree-parser to v1.5.0
- Update chalk to v5.4.1 for ESM support
- Update commander to v14.0.0 with Node 20 requirement
- Update fs-extra to v11.3.0
- Update glob to v11.0.3 with new API
- Update inquirer to v12.6.3 with modular design
- Update ora to v8.2.0 with improved features
This commit is contained in:
Kayvan Sylvan 2025-06-15 10:35:10 -07:00
parent 17cb6d866c
commit 1272414a5d
4 changed files with 1372 additions and 787 deletions

1265
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,14 +23,14 @@
"prepare": "husky"
},
"dependencies": {
"@kayvan/markdown-tree-parser": "^1.4.2",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"fs-extra": "^11.1.0",
"glob": "^8.0.3",
"inquirer": "^8.2.5",
"@kayvan/markdown-tree-parser": "^1.5.0",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"fs-extra": "^11.3.0",
"glob": "^11.0.3",
"inquirer": "^12.6.3",
"js-yaml": "^4.1.0",
"ora": "^5.4.1"
"ora": "^8.2.0"
},
"keywords": [
"agile",

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "bmad-method",
"version": "4.0.0",
"version": "4.0.1",
"description": "BMAD Method installer - AI-powered Agile development framework",
"main": "lib/installer.js",
"bin": {
@ -22,12 +22,12 @@
"author": "BMAD Team",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.4.1",
"fs-extra": "^11.1.0",
"inquirer": "^8.2.5",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"fs-extra": "^11.3.0",
"inquirer": "^12.6.3",
"js-yaml": "^4.1.0",
"ora": "^5.4.1"
"ora": "^8.2.0"
},
"engines": {
"node": ">=14.0.0"