Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 9, 2018
1 parent d9472fd commit 5ae42c7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@
},
"dependencies": {
"express": "^5.0.0-alpha.6",
"roarr": "^2.3.0",
"roarr": "^2.3.1",
"serialize-error": "^2.1.0"
},
"description": "Abstracts readiness/ liveness checks and graceful shutdown of Node.js services running in Kubernetes.",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.51",
"@babel/core": "^7.0.0-beta.51",
"@babel/node": "^7.0.0-beta.51",
"@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/register": "^7.0.0-beta.51",
"@babel/cli": "^7.0.0-beta.52",
"@babel/core": "^7.0.0-beta.52",
"@babel/node": "^7.0.0-beta.52",
"@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.52",
"@babel/preset-env": "^7.0.0-beta.52",
"@babel/register": "^7.0.0-beta.52",
"ava": "^1.0.0-beta.6",
"axios": "^0.18.0",
"babel-plugin-istanbul": "^5.0.0",
"coveralls": "^3.0.2",
"delay": "^3.0.0",
"eslint": "^5.0.1",
"eslint": "^5.1.0",
"eslint-config-canonical": "^10.3.2",
"flow-bin": "^0.75.0",
"flow-bin": "^0.76.0",
"flow-copy-source": "^2.0.1",
"get-port": "^3.2.0",
"gitdown": "^2.5.2",
"husky": "^1.0.0-rc.9",
"husky": "^1.0.0-rc.13",
"nyc": "^13.0.0",
"semantic-release": "^15.6.1",
"sinon": "^6.0.1"
"semantic-release": "^15.6.4",
"sinon": "^6.1.3"
},
"engines": {
"node": ">6"
Expand Down

0 comments on commit 5ae42c7

Please sign in to comment.