diff --git a/package-lock.json b/package-lock.json index cbfbd95..c0318cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1570,21 +1570,21 @@ } }, "@graphql-codegen/typescript": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.7.0.tgz", - "integrity": "sha512-SxRSUfcuBG1HW2mEyjDZ7mKBITj/DGa1zjTnZIG8yAPpaIZ3+3toXOLqo2hh+pniMWnDzk19BFB2PImTUenDQQ==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.8.1.tgz", + "integrity": "sha512-oNLO/V78PrJUsUGhdhExguZUIl6sVv1J14XNPpyQeNVtua5wQNyKHkzPqMGP4H63S4BDtA6wI3IqU7qHH5Io9w==", "dev": true, "requires": { - "@graphql-codegen/plugin-helpers": "1.7.0", - "@graphql-codegen/visitor-plugin-common": "1.7.0", + "@graphql-codegen/plugin-helpers": "1.8.1", + "@graphql-codegen/visitor-plugin-common": "1.8.1", "auto-bind": "2.0.0", "tslib": "1.10.0" }, "dependencies": { "@graphql-codegen/plugin-helpers": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.7.0.tgz", - "integrity": "sha512-lUWd5A9BQNbPqlMr38Gh5sLsBgMnn26n90/hyTw2J7CFCKFKSMnNBjxfCZU5AFHGxwi6rsNEpwBHRBx3OVWsTA==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.8.1.tgz", + "integrity": "sha512-gYvt9h/IN77ti7N88GIuSuX9LSGYNnGzpOovG3YBNdOKo4yYc5VT5TcbirigW101jHzjIPNSZVgFPWWg6HSxug==", "dev": true, "requires": { "change-case": "3.1.0", @@ -1594,15 +1594,16 @@ } }, "@graphql-codegen/visitor-plugin-common": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.7.0.tgz", - "integrity": "sha512-oNSlJA9yjHwhkN/HhEn2GhHsSuSGeTuMvYVYeshc76Kx5+8CACcvIBpKwCdpNEO9os6E0ohpQg3Zg+yJG+14ug==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.8.1.tgz", + "integrity": "sha512-vhIeTCfiEijWZJJniJ/qYahgfIvQT5rGkXk4yDYsDuMOSi6dNcgpnwuyMDifUidBMac9beliiB9Mw7OeYYelFQ==", "dev": true, "requires": { - "@graphql-codegen/plugin-helpers": "1.7.0", + "@graphql-codegen/plugin-helpers": "1.8.1", "auto-bind": "2.0.0", "dependency-graph": "0.8.0", "graphql-tag": "2.10.1", + "relay-compiler": "6.0.0", "tslib": "1.10.0" } }, @@ -1621,6 +1622,40 @@ "resolve-from": "^5.0.0" } }, + "relay-compiler": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/relay-compiler/-/relay-compiler-6.0.0.tgz", + "integrity": "sha512-8K8cCwrOTqu3usF8GXQ+JEgxcTxJ5qVFqfNpfMYrRpMraXrBmykcLRpj38p2MxtcjyqkE2ZnUe5huW5/469obA==", + "dev": true, + "requires": { + "@babel/core": "^7.0.0", + "@babel/generator": "^7.0.0", + "@babel/parser": "^7.0.0", + "@babel/runtime": "^7.0.0", + "@babel/traverse": "^7.0.0", + "@babel/types": "^7.0.0", + "babel-preset-fbjs": "^3.1.2", + "chalk": "^2.4.1", + "fast-glob": "^2.2.2", + "fb-watchman": "^2.0.0", + "fbjs": "^1.0.0", + "immutable": "~3.7.6", + "nullthrows": "^1.1.0", + "relay-runtime": "6.0.0", + "signedsource": "^1.0.0", + "yargs": "^9.0.0" + } + }, + "relay-runtime": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/relay-runtime/-/relay-runtime-6.0.0.tgz", + "integrity": "sha512-zIXQqFfe0zBCVzKbMGEPMvKFxfbE3pY2RbZsKBvHAr/vMDj6OX9E+f4R4udE5xvMbI7g+baYFHi2I9NDEydGaQ==", + "dev": true, + "requires": { + "@babel/runtime": "^7.0.0", + "fbjs": "^1.0.0" + } + }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -1653,6 +1688,18 @@ "tslib": "1.10.0" } }, + "@graphql-codegen/typescript": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.7.0.tgz", + "integrity": "sha512-SxRSUfcuBG1HW2mEyjDZ7mKBITj/DGa1zjTnZIG8yAPpaIZ3+3toXOLqo2hh+pniMWnDzk19BFB2PImTUenDQQ==", + "dev": true, + "requires": { + "@graphql-codegen/plugin-helpers": "1.7.0", + "@graphql-codegen/visitor-plugin-common": "1.7.0", + "auto-bind": "2.0.0", + "tslib": "1.10.0" + } + }, "@graphql-codegen/visitor-plugin-common": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.7.0.tgz", diff --git a/package.json b/package.json index d099be5..04e0fea 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ }, "devDependencies": { "@graphql-codegen/cli": "^1.8.1", - "@graphql-codegen/typescript": "1.7.0", + "@graphql-codegen/typescript": "1.8.1", "@graphql-codegen/typescript-operations": "1.7.0", "@graphql-codegen/typescript-react-apollo": "1.7.0", "@types/prismjs": "^1.16.0",