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

This commit is contained in:
Jean-Philippe Sirois
2020-05-19 23:50:58 -04:00
parent 0075985216
commit 57c4329e74
2 changed files with 60 additions and 16 deletions
+59 -15
View File
@@ -1484,29 +1484,73 @@
}
},
"@graphql-codegen/typescript-operations": {
"version": "1.13.5",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.13.5.tgz",
"integrity": "sha512-OusFqBo2zUij0w4uLIw8+lWPXdRTWaW1sm56TjJZFwSHMQjZywYir+I0/x/wxZRX2aalE4sMJTy0AQVQx1f+Mg==",
"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==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.13.5",
"@graphql-codegen/typescript": "1.13.5",
"@graphql-codegen/visitor-plugin-common": "1.13.5",
"@graphql-codegen/plugin-helpers": "1.14.0",
"@graphql-codegen/typescript": "1.14.0",
"@graphql-codegen/visitor-plugin-common": "1.14.0",
"auto-bind": "~4.0.0",
"tslib": "~1.11.1"
"tslib": "~2.0.0"
},
"dependencies": {
"@graphql-codegen/typescript": {
"version": "1.13.5",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.13.5.tgz",
"integrity": "sha512-wa9rF7xFaobxzw79Ok40pkjAS2as7nsgm+bRIwyP07YZSOYoa2TOepvAcT4NdZg5+ocmYWIZDpWwtchRHZoT5A==",
"@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==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.13.5",
"@graphql-codegen/visitor-plugin-common": "1.13.5",
"auto-bind": "~4.0.0",
"tslib": "~1.11.1"
"@graphql-toolkit/common": "~0.10.4",
"camel-case": "4.1.1",
"common-tags": "1.8.0",
"constant-case": "3.0.3",
"import-from": "3.0.0",
"lower-case": "2.0.1",
"param-case": "3.0.3",
"pascal-case": "3.1.1",
"tslib": "~2.0.0",
"upper-case": "2.0.1"
}
},
"@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==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.14.0",
"@graphql-toolkit/relay-operation-optimizer": "~0.10.4",
"array.prototype.flatmap": "1.2.3",
"auto-bind": "~4.0.0",
"dependency-graph": "0.9.0",
"graphql-tag": "2.10.3",
"parse-filepath": "1.0.2",
"pascal-case": "3.1.1",
"tslib": "~2.0.0"
}
},
"import-from": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz",
"integrity": "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==",
"dev": true,
"requires": {
"resolve-from": "^5.0.0"
}
},
"resolve-from": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
"dev": true
},
"tslib": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz",
"integrity": "sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==",
"dev": true
}
}
},
+1 -1
View File
@@ -61,7 +61,7 @@
"devDependencies": {
"@graphql-codegen/cli": "^1.14.0",
"@graphql-codegen/typescript": "1.14.0",
"@graphql-codegen/typescript-operations": "1.13.5",
"@graphql-codegen/typescript-operations": "1.14.0",
"@graphql-codegen/typescript-react-apollo": "1.13.5",
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.150",