Skip to content

Commit 5ee0ae4

Browse files
chore(deps): update dependency @inquirer/prompts to v7
1 parent 3c7832c commit 5ee0ae4

File tree

4 files changed

+156
-97
lines changed

4 files changed

+156
-97
lines changed

packages/create-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"homepage": "https://github.com/kintone/js-sdk/tree/main/packages/create-plugin",
1919
"bugs": "https://github.com/kintone/js-sdk/issues",
2020
"dependencies": {
21-
"@inquirer/prompts": "^5.3.8",
21+
"@inquirer/prompts": "^7.4.0",
2222
"chalk": "^4.1.2",
2323
"glob": "^10.4.5",
2424
"lodash": "^4.17.21",

packages/customize-uploader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/inquirer": "8.2.10"
4545
},
4646
"dependencies": {
47-
"@inquirer/prompts": "^5.3.8",
47+
"@inquirer/prompts": "^7.4.0",
4848
"@kintone/rest-api-client": "^5.5.2",
4949
"chokidar": "^3.6.0",
5050
"meow": "^9.0.0",

packages/plugin-uploader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"homepage": "https://github.com/kintone/js-sdk/tree/main/packages/plugin-uploader#readme",
4343
"dependencies": {
44-
"@inquirer/prompts": "^5.3.8",
44+
"@inquirer/prompts": "^7.4.0",
4545
"chalk": "^4.1.2",
4646
"meow": "^9.0.0",
4747
"os-locale": "^5.0.0",

0 commit comments

Comments
 (0)