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

This commit is contained in:
Jean-Philippe Sirois
2021-06-01 00:34:48 -04:00
parent 21f4b11498
commit 6e1a88e23c
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -1537,22 +1537,22 @@
} }
}, },
"@graphql-codegen/typescript-operations": { "@graphql-codegen/typescript-operations": {
"version": "1.17.12", "version": "1.18.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.17.12.tgz", "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.18.0.tgz",
"integrity": "sha512-UXe/O3kNAlLptURuripAhK8n/Gf6FthL7xr6sG4vpuLVwrWjXu/KlS7+TP+UvlI9OH2LICm0KHqA0xoFCjNbMg==", "integrity": "sha512-Q4b+jySBgU39uYzSWQcHBn/q5j/gs2yUQGNiCXhV8IIHDJJNR0Zfb2ywY6AMwT7N3rgXmFuIzKAA++xBf2yKRw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@graphql-codegen/plugin-helpers": "^1.18.2", "@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/typescript": "^1.18.1", "@graphql-codegen/typescript": "^1.22.1",
"@graphql-codegen/visitor-plugin-common": "^1.17.20", "@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0", "auto-bind": "~4.0.0",
"tslib": "~2.0.1" "tslib": "~2.2.0"
}, },
"dependencies": { "dependencies": {
"tslib": { "tslib": {
"version": "2.0.3", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
"integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==", "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==",
"dev": true "dev": true
} }
} }
+1 -1
View File
@@ -67,7 +67,7 @@
"devDependencies": { "devDependencies": {
"@graphql-codegen/cli": "^1.21.5", "@graphql-codegen/cli": "^1.21.5",
"@graphql-codegen/typescript": "1.22.1", "@graphql-codegen/typescript": "1.22.1",
"@graphql-codegen/typescript-operations": "1.17.12", "@graphql-codegen/typescript-operations": "1.18.0",
"@graphql-codegen/typescript-react-apollo": "2.2.1", "@graphql-codegen/typescript-react-apollo": "2.2.1",
"@types/classnames": "^2.2.11", "@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.165", "@types/lodash": "^4.14.165",