Skip to content

Commit

Permalink
🔧 chore: fix inquirer version issues
Browse files Browse the repository at this point in the history
  • Loading branch information
guanghechen committed Sep 17, 2024
1 parent 009bc46 commit 8501171
Show file tree
Hide file tree
Showing 5 changed files with 484 additions and 1,095 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"playground/*"
],
"resolutions": {
"node-plop/inquirer": "^9.1.4"
"node-plop/inquirer": "9.3.5"
},
"devDependencies": {
"@babel/core": "7.25.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/helper-commander/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"command-exists": "^1.2.9",
"commander": "^12.1.0",
"execa": "^8.0.1",
"inquirer": "9.3.6",
"inquirer": "9.3.5",
"js-yaml": "^4.1.0"
},
"devDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/helper-plop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"prepublishOnly": "yarn build",
"test": "node --experimental-vm-modules ../../node_modules/.bin/jest --config ../../jest.config.mjs --rootDir ."
},
"peerDependencies": {
"inquirer": "9.3.5"
},
"dependencies": {
"@guanghechen/chalk": "^1.0.0-alpha.12",
"@guanghechen/helper-is": "^6.0.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/tool-mini-copy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@guanghechen/mini-copy": "^6.0.0-alpha.7",
"@guanghechen/path": "^1.0.0-alpha.17",
"@guanghechen/reporter": "^1.0.0-alpha.29",
"inquirer": "9.3.6"
"inquirer": "9.3.5"
},
"devDependencies": {
"@guanghechen/rollup-config-cli": "^6.0.0-alpha.11"
Expand Down
Loading

0 comments on commit 8501171

Please sign in to comment.