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

This commit is contained in:
Jean-Philippe Sirois
2019-11-21 04:08:44 -05:00
parent 61126cd9b2
commit 57928a8016
2 changed files with 106 additions and 10 deletions
+105 -9
View File
@@ -2137,21 +2137,97 @@
}
},
"@graphql-codegen/typescript": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.8.1.tgz",
"integrity": "sha512-oNLO/V78PrJUsUGhdhExguZUIl6sVv1J14XNPpyQeNVtua5wQNyKHkzPqMGP4H63S4BDtA6wI3IqU7qHH5Io9w==",
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.8.3.tgz",
"integrity": "sha512-Hw8b/iu/ZEAK22G3YmU//98jfmYN835ZPAx3w4c/reeMv4syfAoUlXrSKCbvfi/TOzVRzK/FjYKa0h5dKMoyPA==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.8.1",
"@graphql-codegen/visitor-plugin-common": "1.8.1",
"auto-bind": "2.0.0",
"@graphql-codegen/plugin-helpers": "1.8.3",
"@graphql-codegen/visitor-plugin-common": "1.8.3",
"auto-bind": "3.0.0",
"tslib": "1.10.0"
},
"dependencies": {
"@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-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
}
}
@@ -2166,6 +2242,26 @@
"@graphql-codegen/typescript": "1.8.1",
"@graphql-codegen/visitor-plugin-common": "1.8.1",
"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==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.8.1",
"@graphql-codegen/visitor-plugin-common": "1.8.1",
"auto-bind": "2.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==",
"dev": true
}
}
},
"@graphql-codegen/typescript-react-apollo": {
+1 -1
View File
@@ -61,7 +61,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^1.8.3",
"@graphql-codegen/typescript": "1.8.1",
"@graphql-codegen/typescript": "1.8.3",
"@graphql-codegen/typescript-operations": "1.8.1",
"@graphql-codegen/typescript-react-apollo": "1.8.1",
"@types/prismjs": "^1.16.0",