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": {
"version": "1.17.12",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.17.12.tgz",
"integrity": "sha512-UXe/O3kNAlLptURuripAhK8n/Gf6FthL7xr6sG4vpuLVwrWjXu/KlS7+TP+UvlI9OH2LICm0KHqA0xoFCjNbMg==",
"version": "1.18.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.18.0.tgz",
"integrity": "sha512-Q4b+jySBgU39uYzSWQcHBn/q5j/gs2yUQGNiCXhV8IIHDJJNR0Zfb2ywY6AMwT7N3rgXmFuIzKAA++xBf2yKRw==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "^1.18.2",
"@graphql-codegen/typescript": "^1.18.1",
"@graphql-codegen/visitor-plugin-common": "^1.17.20",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/typescript": "^1.22.1",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"tslib": "~2.0.1"
"tslib": "~2.2.0"
},
"dependencies": {
"tslib": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
"integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
"integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==",
"dev": true
}
}