Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Oct 22, 2018
1 parent 09c24b6 commit 62d56ce
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@
"split2": "^3.0.0",
"through2": "^2.0.3",
"ulid": "^2.3.0",
"yargs": "^12.0.2"
"yargs": "^12.0.3-candidate.0"
},
"description": "A CLI program for Roarr logger.",
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/node": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"ava": "^1.0.0-beta.8",
"ava": "^1.0.0-rc.1",
"babel-plugin-istanbul": "^5.1.0",
"coveralls": "^3.0.2",
"eslint": "^5.6.0",
"eslint-config-canonical": "^12.0.0",
"flow-bin": "^0.81.0",
"eslint": "^5.7.0",
"eslint-config-canonical": "^13.0.0",
"flow-bin": "^0.83.0",
"flow-copy-source": "^2.0.2",
"husky": "^1.0.1",
"nock": "^10.0.0",
"husky": "^1.1.2",
"nock": "^10.0.1",
"nyc": "^13.1.0",
"semantic-release": "^15.9.16",
"sinon": "^6.3.4"
"semantic-release": "^15.10.5",
"sinon": "^7.0.0"
},
"engines": {
"node": ">=6.0"
Expand Down

0 comments on commit 62d56ce

Please sign in to comment.