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

This commit is contained in:
Jean-Philippe Sirois
2020-05-26 22:42:48 -04:00
parent 80b75c89c8
commit 45bd0aff7e
2 changed files with 16 additions and 28 deletions
+15 -27
View File
@@ -1670,25 +1670,25 @@
}
},
"@graphql-codegen/typescript-operations": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.14.0.tgz",
"integrity": "sha512-dAKA20Np+csY5aBlcq9uI/r/AKSjO5Oqs3kObFeInAX7ntVeDqFpMPT9OFfvJ8fCtzgVSNM8NiNBRwemcuGQrw==",
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.15.0.tgz",
"integrity": "sha512-EPRhgrCPgtSHvkHN68MY9KnOTR36nSuFs6pIUhD+bMCWCNfEosY6/jwGIAhBjoOrxqdf1RA793Siznb2dyJJMQ==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.14.0",
"@graphql-codegen/typescript": "1.14.0",
"@graphql-codegen/visitor-plugin-common": "1.14.0",
"@graphql-codegen/plugin-helpers": "1.15.0",
"@graphql-codegen/typescript": "1.15.0",
"@graphql-codegen/visitor-plugin-common": "1.15.0",
"auto-bind": "~4.0.0",
"tslib": "~2.0.0"
},
"dependencies": {
"@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",
@@ -1700,26 +1700,14 @@
"upper-case": "2.0.1"
}
},
"@graphql-codegen/typescript": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.14.0.tgz",
"integrity": "sha512-GRoNH4n7j5hvnNwuqDDyAKJ+hyxjhYdA6j4fmJQ3xZa0CvtMb6G6qvZUtdhis7ITQJ6M0dldjIpw9SM1ozMjrw==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.14.0",
"@graphql-codegen/visitor-plugin-common": "1.14.0",
"auto-bind": "~4.0.0",
"tslib": "~2.0.0"
}
},
"@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",
+1 -1
View File
@@ -63,7 +63,7 @@
"devDependencies": {
"@graphql-codegen/cli": "^1.15.0",
"@graphql-codegen/typescript": "1.15.0",
"@graphql-codegen/typescript-operations": "1.14.0",
"@graphql-codegen/typescript-operations": "1.15.0",
"@graphql-codegen/typescript-react-apollo": "1.14.0",
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.152",