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

This commit is contained in:
Jean-Philippe Sirois
2020-03-10 22:40:21 -04:00
parent c4ae9c75a9
commit 2550df5b62
2 changed files with 54 additions and 44 deletions
+53 -43
View File
@@ -2148,12 +2148,12 @@
}
},
"@graphql-codegen/plugin-helpers": {
"version": "1.11.2",
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.11.2.tgz",
"integrity": "sha512-jggDX2ykLU8EOdP8bpArkMtPTvJ72XYWa44f0GFIdhfSfZtK8PO/gMaSY8iPbV5DqD4HnYvMc3mXCoJTAPT8VQ==",
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.13.0.tgz",
"integrity": "sha512-/0G0pi0MR8UjqahqZEn+VN1EBIDtsOqJU2i4a8o32RP1F9Bm4wr1upSHkJuv0GO/KVp8Y/AERq0l1LjNLuWMZA==",
"dev": true,
"requires": {
"@graphql-toolkit/common": "0.9.0",
"@graphql-toolkit/common": "0.9.7",
"camel-case": "4.1.1",
"common-tags": "1.8.0",
"constant-case": "3.0.3",
@@ -2161,7 +2161,7 @@
"lower-case": "2.0.1",
"param-case": "3.0.3",
"pascal-case": "3.1.1",
"tslib": "1.10.0",
"tslib": "1.11.1",
"upper-case": "2.0.1"
},
"dependencies": {
@@ -2179,6 +2179,12 @@
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
"dev": true
},
"tslib": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz",
"integrity": "sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==",
"dev": true
}
}
},
@@ -2366,35 +2372,52 @@
}
},
"@graphql-codegen/typescript-react-apollo": {
"version": "1.11.2",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-1.11.2.tgz",
"integrity": "sha512-aqRsHWuIRL4vnMl5T+Y1pkeVe6zFBbgSb0xFn3fTjJafnZAQEtEzbXLlS7flqB2mW8BxaadkglDP4e0okq9h3g==",
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-1.13.0.tgz",
"integrity": "sha512-CGcr75G2CbtfsczL/LXlIb4krLpOpAoB53kgRjH3aUadKIeqshV2KFZtPJn5Kr142BXEXpgpVZhy3DNeOwb+gQ==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/visitor-plugin-common": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.13.0",
"@graphql-codegen/visitor-plugin-common": "1.13.0",
"auto-bind": "4.0.0",
"camel-case": "4.1.1",
"tslib": "1.10.0"
"pascal-case": "3.1.1",
"tslib": "1.11.1"
},
"dependencies": {
"tslib": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz",
"integrity": "sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==",
"dev": true
}
}
},
"@graphql-codegen/visitor-plugin-common": {
"version": "1.11.2",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.11.2.tgz",
"integrity": "sha512-pKakwkX1eLUExCIv1CUYtJtDVqyr0LGe6HKoILylsPupYSVc1GKF8YwPArMEhwkNdvNdtv+PtYeqnyuhfMcyzw==",
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.13.0.tgz",
"integrity": "sha512-BHaO8ZBjS44e1EV4BtjRsOiRS3hRhfbyNVN69XLJMftKSYdV6xDoP7SrNjRdRwi8Y/g+vtElIKpmp7G/f3C0rQ==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.13.0",
"@graphql-toolkit/relay-operation-optimizer": "0.9.7",
"auto-bind": "4.0.0",
"dependency-graph": "0.8.1",
"graphql-tag": "2.10.1",
"relay-compiler": "8.0.0",
"tslib": "1.10.0"
"dependency-graph": "0.9.0",
"graphql-tag": "2.10.3",
"pascal-case": "3.1.1",
"tslib": "1.11.1"
},
"dependencies": {
"auto-bind": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-4.0.0.tgz",
"integrity": "sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==",
"graphql-tag": {
"version": "2.10.3",
"resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.10.3.tgz",
"integrity": "sha512-4FOv3ZKfA4WdOKJeHdz6B3F/vxBLSgmBcGeAFPf4n1F64ltJUvOOerNj0rsJxONQGdhUMynQIvd6LzB+1J5oKA==",
"dev": true
},
"tslib": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz",
"integrity": "sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==",
"dev": true
}
}
@@ -2448,12 +2471,12 @@
}
},
"@graphql-toolkit/common": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/@graphql-toolkit/common/-/common-0.9.0.tgz",
"integrity": "sha512-bLuyt4yV/XIHUS+gP4aF5xjnb5M2K+uuB35Hojw0er+tkNhWiOuWQzRMWPovds/4WN2C9PuknQby/+ntgBOm/g==",
"version": "0.9.7",
"resolved": "https://registry.npmjs.org/@graphql-toolkit/common/-/common-0.9.7.tgz",
"integrity": "sha512-dpSRBMLeIiRct2gkjj24bp0EV7hbK/7dpJAPqNgvDH2535LhOkprYiCXQJyP4N1LODAEkpN/zzlJfKMVn773MQ==",
"dev": true,
"requires": {
"@kamilkisiela/graphql-tools": "4.0.6",
"@ardatan/graphql-tools": "4.1.0",
"aggregate-error": "3.0.1",
"lodash": "4.17.15"
}
@@ -3312,19 +3335,6 @@
}
}
},
"@kamilkisiela/graphql-tools": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/@kamilkisiela/graphql-tools/-/graphql-tools-4.0.6.tgz",
"integrity": "sha512-IPWa+dOFCE4zaCsrJrAMp7yWXnfOZLNhqoMEOmn958WkLM0mmsDc/W/Rh7/7xopIT6P0oizb6/N1iH5HnNXOUA==",
"dev": true,
"requires": {
"apollo-link": "^1.2.3",
"apollo-utilities": "^1.0.1",
"deprecated-decorator": "^0.1.6",
"iterall": "^1.1.3",
"uuid": "^3.1.0"
}
},
"@mikaelkristiansson/domready": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/@mikaelkristiansson/domready/-/domready-1.0.10.tgz",
@@ -7497,9 +7507,9 @@
"integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak="
},
"dependency-graph": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.8.1.tgz",
"integrity": "sha512-g213uqF8fyk40W8SBjm079n3CZB4qSpCrA2ye1fLGzH/4HEgB6tzuW2CbLE7leb4t45/6h44Ud59Su1/ROTfqw==",
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.9.0.tgz",
"integrity": "sha512-9YLIBURXj4DJMFALxXw9K3Y3rwb5Fk0X5/8ipCzaN84+gKxoHK43tVKRNakCQbiEx07E8Uwhuq21BpUagFhZ8w==",
"dev": true
},
"deprecated-decorator": {
+1 -1
View File
@@ -61,7 +61,7 @@
"@graphql-codegen/cli": "^1.13.0",
"@graphql-codegen/typescript": "1.13.0",
"@graphql-codegen/typescript-operations": "1.13.0",
"@graphql-codegen/typescript-react-apollo": "1.11.2",
"@graphql-codegen/typescript-react-apollo": "1.13.0",
"@types/lodash": "^4.14.149",
"@types/prismjs": "^1.16.0",
"@types/ramda": "^0.26.40",