Skip to content

Commit

Permalink
chore(deps): update dependency @inquirer/prompts to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 9c53eab commit ee0f48b
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 107 deletions.
2 changes: 1 addition & 1 deletion packages/create-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/kintone/js-sdk/tree/main/packages/create-plugin",
"bugs": "https://github.com/kintone/js-sdk/issues",
"dependencies": {
"@inquirer/prompts": "^5.3.8",
"@inquirer/prompts": "^7.2.0",
"chalk": "^4.1.2",
"glob": "^10.4.5",
"lodash": "^4.17.21",
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 @@ -44,7 +44,7 @@
"@types/inquirer": "8.2.10"
},
"dependencies": {
"@inquirer/prompts": "^5.3.8",
"@inquirer/prompts": "^7.2.0",
"@kintone/rest-api-client": "^5.5.2",
"chokidar": "^3.6.0",
"meow": "^9.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 @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/kintone/js-sdk/tree/main/packages/plugin-uploader#readme",
"dependencies": {
"@inquirer/prompts": "^5.3.8",
"@inquirer/prompts": "^7.2.0",
"chalk": "^4.1.2",
"meow": "^9.0.0",
"os-locale": "^5.0.0",
Expand Down
216 changes: 112 additions & 104 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 ee0f48b

Please sign in to comment.