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

This commit is contained in:
Jean-Philippe Sirois
2020-05-26 22:43:10 -04:00
parent 45bd0aff7e
commit 18bdd9dec5
2 changed files with 15 additions and 25 deletions
+14 -24
View File
@@ -1559,12 +1559,12 @@
}
},
"@graphql-codegen/plugin-helpers": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.14.0.tgz",
"integrity": "sha512-VV74wsEVrzsEXUREQi2ZetO+EkQWj2C+DzjxKmRiFak/RpCasoVPkO/DxspZsljyHi6htIGX5r9m5x8uhfphmg==",
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.15.0.tgz",
"integrity": "sha512-wCD5mY7g3ZP0ftuYEHiycmRgEyPuMihMyaas2Xd5DNgQ9MHUndjxOKbvlIA64Ju0BCL0tSSL5TKy2iITpEPbKQ==",
"dev": true,
"requires": {
"@graphql-toolkit/common": "~0.10.4",
"@graphql-tools/utils": "6.0.1",
"camel-case": "4.1.1",
"common-tags": "1.8.0",
"constant-case": "3.0.3",
@@ -1741,13 +1741,13 @@
}
},
"@graphql-codegen/typescript-react-apollo": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-1.14.0.tgz",
"integrity": "sha512-Yu5QL+fAgbdJNOEHrijxn5X4NhzSJOW1SBINJa2XeqsupHcbAo5soNweDGzFvGqbsdZWqRt2k1l/5DDhEBZjoA==",
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-1.15.0.tgz",
"integrity": "sha512-AZcBczaLMHTmbB5yHFMm2Ml8KqxdCELvmLiUo5WvOh45WW1fBTAjhPuoYZOpMR8T/e9zbJlWniYxO+C38dHr6Q==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.14.0",
"@graphql-codegen/visitor-plugin-common": "1.14.0",
"@graphql-codegen/plugin-helpers": "1.15.0",
"@graphql-codegen/visitor-plugin-common": "1.15.0",
"auto-bind": "~4.0.0",
"camel-case": "4.1.1",
"pascal-case": "3.1.1",
@@ -1763,13 +1763,13 @@
}
},
"@graphql-codegen/visitor-plugin-common": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.14.0.tgz",
"integrity": "sha512-gjsj3zKEjhOfsQapx2i/oN6rPvmzpRCuCJTwgYPpSMzpGwMCp930ds1bGPQilFWb6l0N6LtcQSrjOitEvTlRIQ==",
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.15.0.tgz",
"integrity": "sha512-XyJpomjVGFV7/jJKS6WFB4fciM7lEGy4mzHNlUtNV4vyohHiPBlb5P9OxIzw+7bLNZc9rqRUBfm9DSf0zTy/aQ==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.14.0",
"@graphql-toolkit/relay-operation-optimizer": "~0.10.4",
"@graphql-codegen/plugin-helpers": "1.15.0",
"@graphql-tools/relay-operation-optimizer": "6.0.1",
"array.prototype.flatmap": "1.2.3",
"auto-bind": "~4.0.0",
"dependency-graph": "0.9.0",
@@ -2015,16 +2015,6 @@
}
}
},
"@graphql-toolkit/relay-operation-optimizer": {
"version": "0.10.6",
"resolved": "https://registry.npmjs.org/@graphql-toolkit/relay-operation-optimizer/-/relay-operation-optimizer-0.10.6.tgz",
"integrity": "sha512-cbaVFJQc6xPRKBwz139RxwQgzrqEw0ggL+0Y7HkyjyiBScq+CzfqYjgwhaLYPGJiACwwjq6X6D6ESDtTS34HXQ==",
"dev": true,
"requires": {
"@graphql-toolkit/common": "0.10.6",
"relay-compiler": "9.1.0"
}
},
"@graphql-toolkit/schema-merging": {
"version": "0.10.7",
"resolved": "https://registry.npmjs.org/@graphql-toolkit/schema-merging/-/schema-merging-0.10.7.tgz",
+1 -1
View File
@@ -64,7 +64,7 @@
"@graphql-codegen/cli": "^1.15.0",
"@graphql-codegen/typescript": "1.15.0",
"@graphql-codegen/typescript-operations": "1.15.0",
"@graphql-codegen/typescript-react-apollo": "1.14.0",
"@graphql-codegen/typescript-react-apollo": "1.15.0",
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.152",
"@types/prismjs": "^1.16.1",