Skip to content

Commit

Permalink
fix(deps): update dependency commander to v5 (#8)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency commander to v5

* fix: Compatibility with mkdir v5

* chore(deps): Refresh yarn.lock

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Toshihiro Kanai <i@miruc.co>
  • Loading branch information
3 people authored Jun 3, 2020
1 parent 8dce5a1 commit 5951de9
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 165 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

const packageJson = require('./package.json')
const fs = require('fs')
const program = require('commander')
const { program } = require('commander')
const mkdirp = require('mkdirp')
const del = require('del')
const _ = require('lodash')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "prettier --list-different cli.js"
},
"dependencies": {
"commander": "^2.18.0",
"commander": "^5.0.0",
"del": "^5.0.0",
"lodash": "^4.17.11",
"mkdirp": "^1.0.0",
Expand Down
Loading

0 comments on commit 5951de9

Please sign in to comment.