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

This commit is contained in:
Jean-Philippe Sirois
2019-11-21 04:09:43 -05:00
parent 90f547c147
commit 255c192d9a
2 changed files with 18 additions and 26 deletions
+17 -25
View File
@@ -2108,11 +2108,12 @@
}
},
"@graphql-codegen/plugin-helpers": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.8.1.tgz",
"integrity": "sha512-gYvt9h/IN77ti7N88GIuSuX9LSGYNnGzpOovG3YBNdOKo4yYc5VT5TcbirigW101jHzjIPNSZVgFPWWg6HSxug==",
"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",
@@ -2329,43 +2330,34 @@
}
},
"@graphql-codegen/typescript-react-apollo": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-1.8.1.tgz",
"integrity": "sha512-BvWc5kbqcBkkaWhTgF4YzHOpNAFOqcraPhR6uCzu4ZN0VZNIjs04U8UIhz9dgLg2PxZurZqWAGrlNl7fj/QunQ==",
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-1.8.3.tgz",
"integrity": "sha512-hfNFaJm1l95uIgT/mZNhnyYuajtPa7mr3JnXBYmDLBh1ZgFfLcRBgQgKvabnznSuGtjEgDGy4vWlHDRIBGARug==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.8.1",
"@graphql-codegen/visitor-plugin-common": "1.8.1",
"@graphql-codegen/plugin-helpers": "1.8.3",
"@graphql-codegen/visitor-plugin-common": "1.8.3",
"tslib": "1.10.0"
}
},
"@graphql-codegen/visitor-plugin-common": {
"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==",
"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.1",
"auto-bind": "2.0.0",
"@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"
},
"dependencies": {
"@babel/runtime": {
"version": "7.6.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz",
"integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.2"
}
},
"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
},
"relay-compiler": {
+1 -1
View File
@@ -63,7 +63,7 @@
"@graphql-codegen/cli": "^1.8.3",
"@graphql-codegen/typescript": "1.8.3",
"@graphql-codegen/typescript-operations": "1.8.3",
"@graphql-codegen/typescript-react-apollo": "1.8.1",
"@graphql-codegen/typescript-react-apollo": "1.8.3",
"@types/prismjs": "^1.16.0",
"@types/ramda": "^0.26.33",
"@types/react": "^16.9.9",