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

This commit is contained in:
Jean-Philippe Sirois
2019-11-21 04:09:16 -05:00
parent 57928a8016
commit 90f547c147
2 changed files with 81 additions and 17 deletions
+80 -16
View File
@@ -2233,33 +2233,97 @@
}
},
"@graphql-codegen/typescript-operations": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.8.1.tgz",
"integrity": "sha512-Bd5YwHQcUP+OSS0RR/MYWSa3oVMCC8eGbko7h8O3MSK61K0P/AlNgZj0Cu2SZJTRwmUKgmZE98UCQXdDQ44BqQ==",
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.8.3.tgz",
"integrity": "sha512-35nmisibtnp/aO/X6oBJiWy9ysuKFvU2fsf1XEtKFqntIm5TC9cWMYX0wzgHB5XnJvFSy1JrF5882cjRVQrp4g==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.8.1",
"@graphql-codegen/typescript": "1.8.1",
"@graphql-codegen/visitor-plugin-common": "1.8.1",
"@graphql-codegen/plugin-helpers": "1.8.3",
"@graphql-codegen/typescript": "1.8.3",
"@graphql-codegen/visitor-plugin-common": "1.8.3",
"tslib": "1.10.0"
},
"dependencies": {
"@graphql-codegen/typescript": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.8.1.tgz",
"integrity": "sha512-oNLO/V78PrJUsUGhdhExguZUIl6sVv1J14XNPpyQeNVtua5wQNyKHkzPqMGP4H63S4BDtA6wI3IqU7qHH5Io9w==",
"@graphql-codegen/plugin-helpers": {
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.8.3.tgz",
"integrity": "sha512-4/wYWtnOSsY4QSRfNrnaMm+hqqjz0e3LV6KG8t2ajDyebYR9UvHUlzvpdfSj+Gptw6k3/PgJLNdtf8Y0fbjTng==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.8.1",
"@graphql-codegen/visitor-plugin-common": "1.8.1",
"auto-bind": "2.0.0",
"@graphql-toolkit/common": "0.6.6",
"change-case": "3.1.0",
"common-tags": "1.8.0",
"import-from": "3.0.0",
"tslib": "1.10.0"
}
},
"@graphql-codegen/visitor-plugin-common": {
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.8.3.tgz",
"integrity": "sha512-Qsh0xh7IpdKZ87moHxeHTTQUD6JD0z3GVbgLWRgkWRpgWciQHs1M+06UGtb32b/YhfQcPG4JfnyJhwiKMNfbjw==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.8.3",
"auto-bind": "3.0.0",
"dependency-graph": "0.8.0",
"graphql-tag": "2.10.1",
"relay-compiler": "6.0.0",
"tslib": "1.10.0"
}
},
"auto-bind": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-2.0.0.tgz",
"integrity": "sha512-rvRBv0/O7iriUMqSzTDhAfyAD1vVnElAEruo5rMSFeYLA0iKDEzLPSJiwMnL86+IPpTlhfOIAzjoKZ9TaySYdA==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-3.0.0.tgz",
"integrity": "sha512-v0A231a/lfOo6kxQtmEkdBfTApvC21aJYukA8pkKnoTvVqh3Wmm7/Rwy4GBCHTTHVoLVA5qsBDDvf1XY1nIV2g==",
"dev": true
},
"import-from": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz",
"integrity": "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==",
"dev": true,
"requires": {
"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",
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
"dev": true
}
}
+1 -1
View File
@@ -62,7 +62,7 @@
"devDependencies": {
"@graphql-codegen/cli": "^1.8.3",
"@graphql-codegen/typescript": "1.8.3",
"@graphql-codegen/typescript-operations": "1.8.1",
"@graphql-codegen/typescript-operations": "1.8.3",
"@graphql-codegen/typescript-react-apollo": "1.8.1",
"@types/prismjs": "^1.16.0",
"@types/ramda": "^0.26.33",