Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 19, 2019
1 parent f1036df commit fd537b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -140,7 +140,7 @@ export interface Options {
// },
// …
//}
```
```
*/
readonly booleanDefault?: boolean | null | undefined;

Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -42,20 +42,20 @@
"@types/minimist": "^1.2.0",
"camelcase-keys": "^5.0.0",
"decamelize-keys": "^1.1.0",
"hard-rejection": "^1.0.0",
"hard-rejection": "^2.0.0",
"minimist-options": "^4.0.1",
"normalize-package-data": "^2.5.0",
"read-pkg-up": "^4.0.0",
"redent": "^2.0.0",
"trim-newlines": "^2.0.0",
"type-fest": "^0.2.0",
"yargs-parser": "^11.0.0"
"type-fest": "^0.3.0",
"yargs-parser": "^13.0.0"
},
"devDependencies": {
"ava": "^1.3.1",
"execa": "^1.0.0",
"indent-string": "^3.2.0",
"tsd-check": "^0.3.0",
"tsd-check": "^0.5.0",
"xo": "^0.24.0"
},
"xo": {
Expand Down

0 comments on commit fd537b8

Please sign in to comment.