Skip to content

Commit

Permalink
Update dependency yargs to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2021
1 parent 6d26871 commit e3ab77b
Show file tree
Hide file tree
Showing 6 changed files with 503 additions and 693 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"make-mjs-cli": "bin/index"
},
"dependencies": {
"yargs": "^15.4.1",
"yargs": "^17.0.0",
"tslib": "^2.0.1",
"@make-mjs/main": "^0.4.9",
"@types/yargs": "^15.0.5",
Expand Down
238 changes: 80 additions & 158 deletions packages/cli/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/create-new-folder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"inquirer": "^7.3.3",
"fs-extra": "^9.0.1",
"yargs": "^15.4.1",
"yargs": "^17.0.0",
"@types/inquirer": "^7.3.1",
"@types/fs-extra": "^9.0.1",
"@types/yargs": "^15.0.5",
Expand Down
Loading

0 comments on commit e3ab77b

Please sign in to comment.