chore(deps): bump @graphql-codegen/typescript-react-apollo to 2.2.5

This commit is contained in:
Jean-Philippe Sirois
2021-06-01 00:35:20 -04:00
parent 6e1a88e23c
commit d4f20ccdef
2 changed files with 11 additions and 12 deletions
+10 -11
View File
@@ -1558,23 +1558,22 @@
}
},
"@graphql-codegen/typescript-react-apollo": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-2.2.1.tgz",
"integrity": "sha512-xOOB0avE6w7UpuEZ56eNGkD5zek1+Z2x2/F9/f4AU2dUiRNbNmpYOzuiOg4nz9eA5DBXX7fS4TkLwyqJ3sF77A==",
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-2.2.5.tgz",
"integrity": "sha512-W9YI6qg6TwjD5CD+rQBmbZjwkA88MKc/9i31xvH2xGgdwzY1ybaTL10zMwsm5Ac+dOU6aCGHZVZzHd4wMrO1nw==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "^1.18.2",
"@graphql-codegen/visitor-plugin-common": "^1.17.20",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"camel-case": "^4.1.1",
"pascal-case": "^3.1.1",
"tslib": "~2.0.1"
"change-case-all": "1.0.14",
"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
@@ -68,7 +68,7 @@
"@graphql-codegen/cli": "^1.21.5",
"@graphql-codegen/typescript": "1.22.1",
"@graphql-codegen/typescript-operations": "1.18.0",
"@graphql-codegen/typescript-react-apollo": "2.2.1",
"@graphql-codegen/typescript-react-apollo": "2.2.5",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.165",
"@types/prismjs": "^1.16.2",