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

This commit is contained in:
Jean-Philippe Sirois
2019-12-16 00:12:18 -05:00
parent 3fa346de72
commit ba531567e9
2 changed files with 55 additions and 14 deletions
+54 -13
View File
@@ -2546,28 +2546,69 @@
}
},
"@graphql-codegen/typescript-operations": {
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.8.3.tgz",
"integrity": "sha512-35nmisibtnp/aO/X6oBJiWy9ysuKFvU2fsf1XEtKFqntIm5TC9cWMYX0wzgHB5XnJvFSy1JrF5882cjRVQrp4g==",
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.9.1.tgz",
"integrity": "sha512-SDUdNpp3GIre+aE4UWkc9sq3c4m21i8fWd951HJ89V6LM/6tr/4+DqIM5QGD88UFKkA5et0EyTQeYGvm6dktBw==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.8.3",
"@graphql-codegen/typescript": "1.8.3",
"@graphql-codegen/visitor-plugin-common": "1.8.3",
"@graphql-codegen/plugin-helpers": "1.9.1",
"@graphql-codegen/typescript": "1.9.1",
"@graphql-codegen/visitor-plugin-common": "1.9.1",
"tslib": "1.10.0"
},
"dependencies": {
"@graphql-codegen/typescript": {
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.8.3.tgz",
"integrity": "sha512-Hw8b/iu/ZEAK22G3YmU//98jfmYN835ZPAx3w4c/reeMv4syfAoUlXrSKCbvfi/TOzVRzK/FjYKa0h5dKMoyPA==",
"@graphql-codegen/plugin-helpers": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.9.1.tgz",
"integrity": "sha512-Ji8pk7t6Lcjj09R4Qc7yS7LsyQw9A5IUwFa0LFXyLpdNOmukGhnenIkHG/eLqPzWQfVSXvBsqQBYYDsW8YlDlQ==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.8.3",
"@graphql-codegen/visitor-plugin-common": "1.8.3",
"auto-bind": "3.0.0",
"@graphql-toolkit/common": "0.7.4",
"change-case": "3.1.0",
"common-tags": "1.8.0",
"import-from": "3.0.0",
"tslib": "1.10.0"
}
},
"@graphql-codegen/visitor-plugin-common": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.9.1.tgz",
"integrity": "sha512-RboMoFXD/qYvD7QojIK0KfFvo8SyNQpjl+MyqkZd894bbUqcf7MZjrnU9vOYgCLbzQjwFSj0Rs2VdM9UBTw7kg==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.9.1",
"auto-bind": "3.0.0",
"dependency-graph": "0.8.0",
"graphql-tag": "2.10.1",
"relay-compiler": "7.1.0",
"tslib": "1.10.0"
}
},
"@graphql-toolkit/common": {
"version": "0.7.4",
"resolved": "https://registry.npmjs.org/@graphql-toolkit/common/-/common-0.7.4.tgz",
"integrity": "sha512-uRNF8JT52CVQ4SWM0lbIL+y44G8WSSZ+MIPNoYq6guT4wbwYDMHWPk/6QXyfBN8N5kZePg/Xa9tTyzWF9SLC1w==",
"dev": true,
"requires": {
"@kamilkisiela/graphql-tools": "4.0.6",
"aggregate-error": "3.0.1",
"lodash": "4.17.15"
}
},
"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
}
}
},
+1 -1
View File
@@ -62,7 +62,7 @@
"devDependencies": {
"@graphql-codegen/cli": "^1.9.1",
"@graphql-codegen/typescript": "1.9.1",
"@graphql-codegen/typescript-operations": "1.8.3",
"@graphql-codegen/typescript-operations": "1.9.1",
"@graphql-codegen/typescript-react-apollo": "1.8.3",
"@types/prismjs": "^1.16.0",
"@types/ramda": "^0.26.36",