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 Jun 6, 2021
1 parent 6d26871 commit 7287912
Show file tree
Hide file tree
Showing 6 changed files with 517 additions and 701 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"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",
"@types/yargs": "^17.0.0",
"@types/node": "^14.6.0"
}
}
242 changes: 82 additions & 160 deletions packages/cli/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions tools/create-new-folder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"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",
"@types/yargs": "^17.0.0",
"@tools/preloaded-node": "file:../preloaded-node",
"@tools/pkgcfg": "file:../pkgcfg",
"@tools/places": "file:../places",
Expand Down
Loading

0 comments on commit 7287912

Please sign in to comment.