Skip to content

Commit

Permalink
feat(cz-git): upgrade inquirer dep version 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Apr 25, 2022
1 parent 6fe289f commit fbbf429
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@types/inquirer": "^7.3.3",
"@types/inquirer": "8.2.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cz-git/package.json
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@cz-git/inquirer": "workspace:*",
"@cz-git/loader": "workspace:*",
"inquirer": "^7.3.3",
"inquirer": "8.2.0",
"inquirer-autocomplete-prompt": "1.4.0",
"rimraf": "3.0.2"
},
Expand Down
46 changes: 15 additions & 31 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 fbbf429

Please sign in to comment.