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

This commit is contained in:
Jean-Philippe Sirois
2019-09-23 17:55:51 -04:00
parent 3666025699
commit bafc2cead5
2 changed files with 48 additions and 13 deletions
+47 -12
View File
@@ -1661,27 +1661,62 @@
} }
}, },
"@graphql-codegen/typescript-operations": { "@graphql-codegen/typescript-operations": {
"version": "1.4.0", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.4.0.tgz", "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.7.0.tgz",
"integrity": "sha512-VMQb/vccqJOEeYt7pPrWDFpvdL5z5L+axLCp/pnPv0v4fzSFuRMO5m8+VWej+q/DLd9dzFY/vGmMPo6Bq46+XQ==", "integrity": "sha512-x6WjtTKoVQmR2sAupmDZHQj3TDE1WRrMWhrQiMQwfJmsTuTdzmbUF5DtAN1Lubs4tGoUCBx0+tzlUIzn6WfGZw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@graphql-codegen/plugin-helpers": "1.4.0", "@graphql-codegen/plugin-helpers": "1.7.0",
"@graphql-codegen/typescript": "1.4.0", "@graphql-codegen/typescript": "1.7.0",
"@graphql-codegen/visitor-plugin-common": "1.4.0", "@graphql-codegen/visitor-plugin-common": "1.7.0",
"tslib": "1.10.0" "tslib": "1.10.0"
}, },
"dependencies": { "dependencies": {
"@graphql-codegen/typescript": { "@graphql-codegen/plugin-helpers": {
"version": "1.4.0", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.4.0.tgz", "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.7.0.tgz",
"integrity": "sha512-JYBEMJdT4IBlbf8L1chrLz2YARBJuYvXi+bdGqNmfmv1AdVbTYpRz1qhqRWOneMg9sdYUxVFUhvZ4lD9PM3FGg==", "integrity": "sha512-lUWd5A9BQNbPqlMr38Gh5sLsBgMnn26n90/hyTw2J7CFCKFKSMnNBjxfCZU5AFHGxwi6rsNEpwBHRBx3OVWsTA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@graphql-codegen/plugin-helpers": "1.4.0", "change-case": "3.1.0",
"@graphql-codegen/visitor-plugin-common": "1.4.0", "common-tags": "1.8.0",
"import-from": "3.0.0",
"tslib": "1.10.0" "tslib": "1.10.0"
} }
},
"@graphql-codegen/visitor-plugin-common": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.7.0.tgz",
"integrity": "sha512-oNSlJA9yjHwhkN/HhEn2GhHsSuSGeTuMvYVYeshc76Kx5+8CACcvIBpKwCdpNEO9os6E0ohpQg3Zg+yJG+14ug==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.7.0",
"auto-bind": "2.0.0",
"dependency-graph": "0.8.0",
"graphql-tag": "2.10.1",
"tslib": "1.10.0"
}
},
"auto-bind": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-2.0.0.tgz",
"integrity": "sha512-rvRBv0/O7iriUMqSzTDhAfyAD1vVnElAEruo5rMSFeYLA0iKDEzLPSJiwMnL86+IPpTlhfOIAzjoKZ9TaySYdA==",
"dev": true
},
"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
@@ -60,7 +60,7 @@
"devDependencies": { "devDependencies": {
"@graphql-codegen/cli": "^1.7.0", "@graphql-codegen/cli": "^1.7.0",
"@graphql-codegen/typescript": "1.7.0", "@graphql-codegen/typescript": "1.7.0",
"@graphql-codegen/typescript-operations": "1.4.0", "@graphql-codegen/typescript-operations": "1.7.0",
"@graphql-codegen/typescript-react-apollo": "1.4.0", "@graphql-codegen/typescript-react-apollo": "1.4.0",
"@types/prismjs": "^1.16.0", "@types/prismjs": "^1.16.0",
"@types/ramda": "^0.26.18", "@types/ramda": "^0.26.18",