chore(deps): bump @graphql-codegen/typescript-operations to 1.8.1

This commit is contained in:
Jean-Philippe Sirois
2019-10-07 07:32:13 -04:00
parent 8fe3a67c44
commit a243aa331d
2 changed files with 49 additions and 26 deletions
+48 -25
View File
@@ -1665,21 +1665,21 @@
} }
}, },
"@graphql-codegen/typescript-operations": { "@graphql-codegen/typescript-operations": {
"version": "1.7.0", "version": "1.8.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.7.0.tgz", "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.8.1.tgz",
"integrity": "sha512-x6WjtTKoVQmR2sAupmDZHQj3TDE1WRrMWhrQiMQwfJmsTuTdzmbUF5DtAN1Lubs4tGoUCBx0+tzlUIzn6WfGZw==", "integrity": "sha512-Bd5YwHQcUP+OSS0RR/MYWSa3oVMCC8eGbko7h8O3MSK61K0P/AlNgZj0Cu2SZJTRwmUKgmZE98UCQXdDQ44BqQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@graphql-codegen/plugin-helpers": "1.7.0", "@graphql-codegen/plugin-helpers": "1.8.1",
"@graphql-codegen/typescript": "1.7.0", "@graphql-codegen/typescript": "1.8.1",
"@graphql-codegen/visitor-plugin-common": "1.7.0", "@graphql-codegen/visitor-plugin-common": "1.8.1",
"tslib": "1.10.0" "tslib": "1.10.0"
}, },
"dependencies": { "dependencies": {
"@graphql-codegen/plugin-helpers": { "@graphql-codegen/plugin-helpers": {
"version": "1.7.0", "version": "1.8.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.7.0.tgz", "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.8.1.tgz",
"integrity": "sha512-lUWd5A9BQNbPqlMr38Gh5sLsBgMnn26n90/hyTw2J7CFCKFKSMnNBjxfCZU5AFHGxwi6rsNEpwBHRBx3OVWsTA==", "integrity": "sha512-gYvt9h/IN77ti7N88GIuSuX9LSGYNnGzpOovG3YBNdOKo4yYc5VT5TcbirigW101jHzjIPNSZVgFPWWg6HSxug==",
"dev": true, "dev": true,
"requires": { "requires": {
"change-case": "3.1.0", "change-case": "3.1.0",
@@ -1688,28 +1688,17 @@
"tslib": "1.10.0" "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": { "@graphql-codegen/visitor-plugin-common": {
"version": "1.7.0", "version": "1.8.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.7.0.tgz", "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.8.1.tgz",
"integrity": "sha512-oNSlJA9yjHwhkN/HhEn2GhHsSuSGeTuMvYVYeshc76Kx5+8CACcvIBpKwCdpNEO9os6E0ohpQg3Zg+yJG+14ug==", "integrity": "sha512-vhIeTCfiEijWZJJniJ/qYahgfIvQT5rGkXk4yDYsDuMOSi6dNcgpnwuyMDifUidBMac9beliiB9Mw7OeYYelFQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@graphql-codegen/plugin-helpers": "1.7.0", "@graphql-codegen/plugin-helpers": "1.8.1",
"auto-bind": "2.0.0", "auto-bind": "2.0.0",
"dependency-graph": "0.8.0", "dependency-graph": "0.8.0",
"graphql-tag": "2.10.1", "graphql-tag": "2.10.1",
"relay-compiler": "6.0.0",
"tslib": "1.10.0" "tslib": "1.10.0"
} }
}, },
@@ -1728,6 +1717,40 @@
"resolve-from": "^5.0.0" "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": { "resolve-from": {
"version": "5.0.0", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+1 -1
View File
@@ -62,7 +62,7 @@
"devDependencies": { "devDependencies": {
"@graphql-codegen/cli": "^1.8.1", "@graphql-codegen/cli": "^1.8.1",
"@graphql-codegen/typescript": "1.8.1", "@graphql-codegen/typescript": "1.8.1",
"@graphql-codegen/typescript-operations": "1.7.0", "@graphql-codegen/typescript-operations": "1.8.1",
"@graphql-codegen/typescript-react-apollo": "1.7.0", "@graphql-codegen/typescript-react-apollo": "1.7.0",
"@types/prismjs": "^1.16.0", "@types/prismjs": "^1.16.0",
"@types/ramda": "^0.26.22", "@types/ramda": "^0.26.22",