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:
parent
17cb6d866c
commit
1272414a5d
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
|
|
@ -23,14 +23,14 @@
|
||||||
"prepare": "husky"
|
"prepare": "husky"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@kayvan/markdown-tree-parser": "^1.4.2",
|
"@kayvan/markdown-tree-parser": "^1.5.0",
|
||||||
"chalk": "^4.1.2",
|
"chalk": "^5.4.1",
|
||||||
"commander": "^9.4.1",
|
"commander": "^14.0.0",
|
||||||
"fs-extra": "^11.1.0",
|
"fs-extra": "^11.3.0",
|
||||||
"glob": "^8.0.3",
|
"glob": "^11.0.3",
|
||||||
"inquirer": "^8.2.5",
|
"inquirer": "^12.6.3",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"ora": "^5.4.1"
|
"ora": "^8.2.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"agile",
|
"agile",
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bmad-method",
|
"name": "bmad-method",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"description": "BMAD Method installer - AI-powered Agile development framework",
|
"description": "BMAD Method installer - AI-powered Agile development framework",
|
||||||
"main": "lib/installer.js",
|
"main": "lib/installer.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
@ -22,12 +22,12 @@
|
||||||
"author": "BMAD Team",
|
"author": "BMAD Team",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^4.1.2",
|
"chalk": "^5.4.1",
|
||||||
"commander": "^9.4.1",
|
"commander": "^14.0.0",
|
||||||
"fs-extra": "^11.1.0",
|
"fs-extra": "^11.3.0",
|
||||||
"inquirer": "^8.2.5",
|
"inquirer": "^12.6.3",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"ora": "^5.4.1"
|
"ora": "^8.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0"
|
"node": ">=14.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue