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

This commit is contained in:
Jean-Philippe Sirois
2020-05-26 22:42:26 -04:00
parent 03e144b67c
commit 80b75c89c8
2 changed files with 37 additions and 15 deletions
+36 -14
View File
@@ -1600,24 +1600,24 @@
}
},
"@graphql-codegen/typescript": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.14.0.tgz",
"integrity": "sha512-GRoNH4n7j5hvnNwuqDDyAKJ+hyxjhYdA6j4fmJQ3xZa0CvtMb6G6qvZUtdhis7ITQJ6M0dldjIpw9SM1ozMjrw==",
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.15.0.tgz",
"integrity": "sha512-9O0jJGzEdgpo/AwxA3j4FmZFI8pxcJAvaBOOt7Xc/eU5XcTckRl7cDjQaRzNh4DyS4uZ56+AMNqelf015mz3qg==",
"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",
"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",
@@ -1630,13 +1630,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",
@@ -1700,6 +1700,18 @@
"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",
@@ -2635,6 +2647,16 @@
}
}
},
"@graphql-tools/relay-operation-optimizer": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-6.0.1.tgz",
"integrity": "sha512-p2ZH+ov5JZfQW9P/w+o3SGNLiEJ9DHCrhfQuG6C8jJOqUs5TXtwqEaATdR19tuWYDCglmkBCYh727TYO9xwwXQ==",
"dev": true,
"requires": {
"@graphql-tools/utils": "6.0.1",
"relay-compiler": "9.1.0"
}
},
"@graphql-tools/schema": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-6.0.1.tgz",
+1 -1
View File
@@ -62,7 +62,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^1.15.0",
"@graphql-codegen/typescript": "1.14.0",
"@graphql-codegen/typescript": "1.15.0",
"@graphql-codegen/typescript-operations": "1.14.0",
"@graphql-codegen/typescript-react-apollo": "1.14.0",
"@types/classnames": "^2.2.10",