Skip to content

Commit

Permalink
chore(deps): update dependency @types/inquirer to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 893f1ef commit 3b67405
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/create-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/inquirer": "^8.2.10",
"@types/inquirer": "^9.0.7",
"@types/lodash": "^4.17.9",
"@types/node-rsa": "^1.1.4",
"@types/normalize-path": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/customize-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/kintone/js-sdk/tree/main/packages/customize-uploader#readme",
"devDependencies": {
"@types/inquirer": "8.2.10"
"@types/inquirer": "9.0.7"
},
"dependencies": {
"@inquirer/prompts": "^5.3.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"puppeteer": "^23.1.1"
},
"devDependencies": {
"@types/inquirer": "8.2.10"
"@types/inquirer": "9.0.7"
}
}
22 changes: 9 additions & 13 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 3b67405

Please sign in to comment.