Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
Fixes #25
  • Loading branch information
sindresorhus committed Jul 15, 2021
1 parent bbab826 commit 72e377d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions cli.js
Expand Up @@ -18,13 +18,13 @@ const cli = meow(`
flags: {
force: {
type: 'boolean',
alias: 'f'
alias: 'f',
},
dryRun: {
type: 'boolean',
alias: 'd'
}
}
alias: 'd',
},
},
});

(async () => {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -51,12 +51,12 @@
],
"dependencies": {
"del": "^6.0.0",
"meow": "^10.0.1"
"meow": "^10.1.0"
},
"devDependencies": {
"ava": "^3.15.0",
"execa": "^5.1.1",
"temp-write": "^5.0.0",
"xo": "^0.40.2"
"xo": "^0.41.0"
}
}

0 comments on commit 72e377d

Please sign in to comment.