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

This commit is contained in:
Jean-Philippe Sirois
2019-09-23 17:55:03 -04:00
parent 4b74c9b21b
commit 3666025699
2 changed files with 68 additions and 6 deletions
+67 -5
View File
@@ -1601,14 +1601,63 @@
}
},
"@graphql-codegen/typescript": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.4.0.tgz",
"integrity": "sha512-JYBEMJdT4IBlbf8L1chrLz2YARBJuYvXi+bdGqNmfmv1AdVbTYpRz1qhqRWOneMg9sdYUxVFUhvZ4lD9PM3FGg==",
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.7.0.tgz",
"integrity": "sha512-SxRSUfcuBG1HW2mEyjDZ7mKBITj/DGa1zjTnZIG8yAPpaIZ3+3toXOLqo2hh+pniMWnDzk19BFB2PImTUenDQQ==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.4.0",
"@graphql-codegen/visitor-plugin-common": "1.4.0",
"@graphql-codegen/plugin-helpers": "1.7.0",
"@graphql-codegen/visitor-plugin-common": "1.7.0",
"auto-bind": "2.0.0",
"tslib": "1.10.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.7.0.tgz",
"integrity": "sha512-lUWd5A9BQNbPqlMr38Gh5sLsBgMnn26n90/hyTw2J7CFCKFKSMnNBjxfCZU5AFHGxwi6rsNEpwBHRBx3OVWsTA==",
"dev": true,
"requires": {
"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.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
}
}
},
"@graphql-codegen/typescript-operations": {
@@ -1621,6 +1670,19 @@
"@graphql-codegen/typescript": "1.4.0",
"@graphql-codegen/visitor-plugin-common": "1.4.0",
"tslib": "1.10.0"
},
"dependencies": {
"@graphql-codegen/typescript": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.4.0.tgz",
"integrity": "sha512-JYBEMJdT4IBlbf8L1chrLz2YARBJuYvXi+bdGqNmfmv1AdVbTYpRz1qhqRWOneMg9sdYUxVFUhvZ4lD9PM3FGg==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.4.0",
"@graphql-codegen/visitor-plugin-common": "1.4.0",
"tslib": "1.10.0"
}
}
}
},
"@graphql-codegen/typescript-react-apollo": {
+1 -1
View File
@@ -59,7 +59,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^1.7.0",
"@graphql-codegen/typescript": "1.4.0",
"@graphql-codegen/typescript": "1.7.0",
"@graphql-codegen/typescript-operations": "1.4.0",
"@graphql-codegen/typescript-react-apollo": "1.4.0",
"@types/prismjs": "^1.16.0",