Skip to content

Commit

Permalink
Merge pull request #50 from 142vip/feat/update-version
Browse files Browse the repository at this point in the history
feat: 移除`@esm2cjs/execa`模块,提升`inquirer`依赖
  • Loading branch information
mmdapl authored Aug 9, 2024
2 parents b5b20e1 + bdcc021 commit 79f12d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
7 changes: 3 additions & 4 deletions packages/fairy-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,17 @@
"dependencies": {
"@142vip/common": "^0.0.1-alpha.5",
"@142vip/release-version": "workspace:*",
"@esm2cjs/execa": "6.1.1-cjs.1",
"cnpm": "^9.4.0",
"commander": "^12.1.0",
"del": "^7.1.0",
"js-yaml": "^4.1.0",
"turbo": "^2.0.1"
"turbo": "^2.0.1",
"inquirer": "7"
},
"devDependencies": {
"@inquirer/confirm": "^3.1.15",
"@types/inquirer": "^9.0.7",
"@types/js-yaml": "^4.0.9",
"inquirer": "7"
"@types/js-yaml": "^4.0.9"
},
"repository": {
"type": "git",
Expand Down
9 changes: 3 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79f12d7

Please sign in to comment.