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

This commit is contained in:
Jean-Philippe Sirois
2021-06-01 00:34:19 -04:00
parent b25e3066ed
commit 21f4b11498
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -1517,21 +1517,21 @@
}
},
"@graphql-codegen/typescript": {
"version": "1.19.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.19.0.tgz",
"integrity": "sha512-ThpMdtb6LmEKzLNxlotpk33eIMfX1i1aAlYDaqctIhFjZ2Rbvkgdb8q/5/my7yeH33BLnuqHDKrdkDsAAvCHcw==",
"version": "1.22.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.22.1.tgz",
"integrity": "sha512-3f/siciXrhhMdcs9qcxnwWXETsAhZNNiUOlr6IUEm82kVx5xvFuxc0KZZE88w3iEVJXE7xYo1oWmrttvkQP4Aw==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "^1.18.2",
"@graphql-codegen/visitor-plugin-common": "^1.17.21",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@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
}
}
+1 -1
View File
@@ -66,7 +66,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^1.21.5",
"@graphql-codegen/typescript": "1.19.0",
"@graphql-codegen/typescript": "1.22.1",
"@graphql-codegen/typescript-operations": "1.17.12",
"@graphql-codegen/typescript-react-apollo": "2.2.1",
"@types/classnames": "^2.2.11",