Skip to content

Commit

Permalink
fix(deps): update dependency yargs to v16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 8, 2021
1 parent 750c870 commit d9420d8
Show file tree
Hide file tree
Showing 2 changed files with 349 additions and 11 deletions.
4 changes: 2 additions & 2 deletions examples/example-runner/package.json
Expand Up @@ -8,10 +8,10 @@
"run-examples": "./bin/run-examples"
},
"dependencies": {
"@types/yargs": "15.0.10",
"@types/yargs": "16.0.0",
"globby": "11.0.2",
"jest-diff": "26.6.2",
"typescript": "4.0.5",
"yargs": "16.1.1"
"yargs": "16.2.0"
}
}

0 comments on commit d9420d8

Please sign in to comment.