update deps

Signed-off-by: Alexis Tyler <xo@wvvw.me>
This commit is contained in:
Alexis Tyler
2019-08-09 15:20:26 +09:30
parent df70b0ba40
commit 5ebb57aeb4
3 changed files with 309 additions and 408 deletions

View File

@@ -13,8 +13,9 @@
module.exports = function (path, mergeGraphqlSchemas) {
const { join } = path;
const { fileLoader, mergeTypes } = mergeGraphqlSchemas;
const files = fileLoader(join(__dirname, './types/**/*.graphql'));
return mergeTypes(fileLoader(join(__dirname, './types/**/*.graphql')), {
return mergeTypes(files, {
all: true
});
}

View File

@@ -12,20 +12,20 @@
"@unraid/core": "ssh://git@github.com:unraid/core.git",
"accesscontrol": "^2.2.1",
"am": "^1.0.1",
"apollo-datasource-rest": "^0.5.0",
"apollo-server-express": "^2.6.2",
"apollo-datasource-rest": "^0.6.1",
"apollo-server-express": "^2.8.1",
"bolus": "https://github.com/omgimalexis/bolus",
"camelcase": "^5.3.1",
"express": "^4.17.1",
"got": "^9.6.0",
"graphql": "^14.3.1",
"graphql": "^14.4.2",
"graphql-directive": "^0.2.1",
"graphql-tag": "^2.10.1",
"graphql-type-json": "^0.3.0",
"graphql-type-long": "^0.1.1",
"graphql-type-uuid": "^0.2.0",
"lodash.get": "^4.4.2",
"merge-graphql-schemas": "^1.5.8",
"merge-graphql-schemas": "^1.7.0",
"p-props": "^3.0.1",
"stoppable": "^1.1.0"
},

706
yarn.lock

File diff suppressed because it is too large Load Diff