Skip to content

Commit

Permalink
Upgraded deps. Moved to Node v9.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
astrotars committed Jan 15, 2018
1 parent c85f754 commit 916f8f2
Show file tree
Hide file tree
Showing 6 changed files with 3,136 additions and 1,456 deletions.
20 changes: 10 additions & 10 deletions api/package.json
Expand Up @@ -4,27 +4,27 @@
"description": "",
"main": "index.js",
"engines": {
"node": "8.x"
"node": "9.x"
},
"dependencies": {
"algoliasearch": "^3.24.3",
"async": "^2.5.0",
"algoliasearch": "^3.24.9",
"async": "^2.6.0",
"bunyan": "^1.8.12",
"bunyan-winston-adapter": "^0.2.0",
"fb": "^2.0.0",
"getstream": "^3.5.0",
"jsonwebtoken": "^7.4.3",
"getstream": "^3.10.0",
"jsonwebtoken": "^8.1.0",
"keen.io": "^0.1.3",
"knox": "^0.9.2",
"mapbox-geocoding": "^0.1.4",
"mysql": "^2.14.1",
"mapbox-geocoding": "^0.1.5",
"mysql": "^2.15.0",
"node-uuid": "^1.4.8",
"raven": "^2.1.2",
"restify": "^5.2.0",
"raven": "^2.3.0",
"restify": "^6.3.4",
"restify-jwt": "^0.4.0",
"restify-plugins": "^1.6.0",
"stack-trace": "^0.0.10",
"winston": "^2.3.1",
"winston": "^2.4.0",
"winston-mail": "^1.3.0",
"winston-sentry": "^0.2.1"
},
Expand Down

0 comments on commit 916f8f2

Please sign in to comment.