Skip to content

Commit

Permalink
fix(deps): update dependency inquirer to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 0bb6be6 commit 23e7750
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 114 deletions.
2 changes: 1 addition & 1 deletion packages/create-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"chalk": "^4.1.2",
"glob": "^10.4.5",
"inquirer": "^8.2.6",
"inquirer": "^10.1.2",
"lodash": "^4.17.21",
"meow": "^9.0.0",
"node-rsa": "^1.1.1",
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 @@ -46,7 +46,7 @@
"dependencies": {
"@kintone/rest-api-client": "^5.5.2",
"chokidar": "^3.6.0",
"inquirer": "^8.2.6",
"inquirer": "^10.1.2",
"meow": "^9.0.0",
"mkdirp": "^3.0.1",
"os-locale": "^5.0.0",
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 @@ -42,7 +42,7 @@
"homepage": "https://github.com/kintone/js-sdk/tree/main/packages/plugin-uploader#readme",
"dependencies": {
"chalk": "^4.1.2",
"inquirer": "^8.2.6",
"inquirer": "^10.1.2",
"meow": "^9.0.0",
"os-locale": "^5.0.0",
"puppeteer": "^22.13.1"
Expand Down
Loading

0 comments on commit 23e7750

Please sign in to comment.