chore: updating to latest dep versions

This commit is contained in:
geek 2017-08-21 14:09:15 -05:00 committed by Sérgio Ramos
parent 3c0aa552f9
commit f38a0c5907
4 changed files with 9 additions and 5 deletions

View File

@ -19,9 +19,9 @@
"hapi": "^16.1.0",
"hoek": "^4.1.1",
"joi": "^10.6.0",
"joyent-cp-gql-schema": "^1.5.0",
"joyent-cp-gql-schema": "^1.5.2",
"piloted": "^3.1.1",
"portal-api": "^1.4.0",
"portal-api": "^1.4.1",
"toppsy": "^1.1.0",
"triton": "^5.2.0"
}

View File

@ -123,4 +123,8 @@ const handlerError = function (err) {
}
};
process.on('unhandledRejection', (err) => {
console.error(err);
});
loadConfig();

View File

@ -1,6 +1,6 @@
{
"name": "joyent-cp-gql-schema",
"version": "1.5.1",
"version": "1.5.2",
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
"main": "index.js",

View File

@ -1,6 +1,6 @@
{
"name": "portal-api",
"version": "1.4.0",
"version": "1.4.1",
"description": "",
"main": "./lib/index.js",
"scripts": {
@ -39,7 +39,7 @@
"force-array": "^3.1.0",
"graphi": "^2.2.1",
"hoek": "^4.1.1",
"joyent-cp-gql-schema": "^1.5.0",
"joyent-cp-gql-schema": "^1.5.1",
"lodash.find": "^4.6.0",
"lodash.flatten": "^4.4.0",
"lodash.get": "^4.4.2",