Skip to content

Commit

Permalink
fix(deps): update dependency meow to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 22, 2023
1 parent b84ee33 commit e7ee7c8
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 183 deletions.
2 changes: 1 addition & 1 deletion packages/create-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"glob": "^10.3.10",
"inquirer": "^8.2.6",
"lodash": "^4.17.21",
"meow": "^9.0.0",
"meow": "^13.0.0",
"node-rsa": "^1.1.1",
"normalize-path": "^3.0.0",
"os-locale": "^5.0.0",
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 @@ -47,7 +47,7 @@
"@kintone/rest-api-client": "^5.0.5",
"chokidar": "^3.5.3",
"inquirer": "^8.2.6",
"meow": "^9.0.0",
"meow": "^13.0.0",
"mkdirp": "^3.0.1",
"os-locale": "^5.0.0",
"rimraf": "^5.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-packer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"chokidar": "^3.5.3",
"debug": "^4.3.4",
"denodeify": "^1.2.1",
"meow": "^9.0.0",
"meow": "^13.0.0",
"mkdirp": "^3.0.1",
"node-rsa": "~1.1.1",
"stream-buffers": "^3.0.2",
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 @@ -43,7 +43,7 @@
"dependencies": {
"chalk": "^4.1.2",
"inquirer": "^8.2.6",
"meow": "^9.0.0",
"meow": "^13.0.0",
"os-locale": "^5.0.0",
"puppeteer": "^21.4.1"
},
Expand Down
Loading

0 comments on commit e7ee7c8

Please sign in to comment.