Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Feb 19, 2019
1 parent 15c9b1f commit beae745
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@
"chalk": "^2.4.2",
"node-jq": "^1.5.0",
"prettyjson": "^1.2.1",
"roarr": "^2.12.1",
"roarr": "^2.13.0",
"split2": "^3.1.0",
"through2": "^3.0.0",
"ulid": "^2.3.0",
"yargs": "^12.0.5"
"yargs": "^13.2.1"
},
"description": "A CLI program for Roarr logger.",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/core": "^7.3.3",
"@babel/node": "^7.2.2",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"ava": "^1.1.0",
"babel-plugin-istanbul": "^5.1.0",
"ava": "^1.2.1",
"babel-plugin-istanbul": "^5.1.1",
"coveralls": "^3.0.2",
"eslint": "^5.12.1",
"eslint-config-canonical": "^16.0.0",
"flow-bin": "^0.91.0",
"flow-copy-source": "^2.0.2",
"eslint": "^5.14.1",
"eslint-config-canonical": "^16.1.0",
"flow-bin": "^0.93.0",
"flow-copy-source": "^2.0.3",
"husky": "^1.3.1",
"nyc": "^13.1.0",
"nyc": "^13.3.0",
"semantic-release": "^15.13.3"
},
"engines": {
Expand Down

0 comments on commit beae745

Please sign in to comment.