Skip to content

Commit

Permalink
fix(deps): update dependency inquirer to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2022
1 parent 64ec016 commit 4900209
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 35 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@nx-plus/docusaurus": "14.1.0",
"@swc/core": "1.3.24",
"@swc/register": "0.1.10",
"@types/inquirer": "8.2.1",
"@types/inquirer": "9.0.3",
"@types/node": "18.11.18",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
Expand All @@ -80,7 +80,7 @@
"hanbi": "1.0.1",
"hastscript": "^7.1.0",
"husky": "8.0.2",
"inquirer": "8.2.4",
"inquirer": "9.1.4",
"lint-staged": "13.1.0",
"nx": "15.4.1",
"nx-uvu": "1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nest-commander/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"@golevelup/nestjs-discovery": "3.0.0",
"commander": "9.4.1",
"cosmiconfig": "8.0.0",
"inquirer": "8.2.4"
"inquirer": "9.1.4"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0",
"@types/inquirer": "^8.1.3"
"@types/inquirer": "^8.1.3 || ^9.0.0"
}
}
90 changes: 59 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 4900209

Please sign in to comment.