Skip to content

Commit

Permalink
chore: Update dependencies (#349)
Browse files Browse the repository at this point in the history
Notable upgrades include:
- `[email protected]`
- `yargs@^12.0.5`

In particular, the `yargs` update prompted a couple of code changes to enable
leveraging the new mapped type support that is offered (which in a number of
cases allows writing safer code around the CLI parser).
  • Loading branch information
RomainMuller authored Jan 29, 2019
1 parent 8ea39ac commit 1fa72f1
Show file tree
Hide file tree
Showing 46 changed files with 6,315 additions and 7,550 deletions.
3,039 changes: 1,528 additions & 1,511 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"devDependencies": {
"lerna": "^2.11.0",
"nodeunit": "^0.11.3",
"nyc": "^13.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
"nyc": "^13.1.0",
"tslint": "^5.12.1",
"typescript": "^3.2.4"
}
}
Loading

0 comments on commit 1fa72f1

Please sign in to comment.