Skip to content

Commit b617af3

Browse files
chore(deps): update dependency @inquirer/prompts to v7
1 parent da97123 commit b617af3

File tree

4 files changed

+154
-99
lines changed

4 files changed

+154
-99
lines changed

packages/create-plugin/package.json

Lines changed: 1 addition & 1 deletion
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.7.1",
2222
"chalk": "^4.1.2",
2323
"glob": "^10.4.5",
2424
"lodash": "^4.17.21",

packages/customize-uploader/package.json

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

packages/plugin-uploader/package.json

Lines changed: 1 addition & 1 deletion
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.7.1",
4545
"chalk": "^4.1.2",
4646
"meow": "^9.0.0",
4747
"os-locale": "^5.0.0",

0 commit comments

Comments
 (0)