diff --git a/package.json b/package.json index d13a3f38..d4606bfd 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "license": "MIT", "devDependencies": { "@graphql-codegen/cli": "2.13.7", - "@graphql-codegen/typescript": "2.7.5", + "@graphql-codegen/typescript": "2.8.0", "@tsconfig/recommended": "1.0.1", "@types/jest": "29.2.0", "@typescript-eslint/eslint-plugin": "5.40.1", diff --git a/yarn.lock b/yarn.lock index 6379f8e0..ca4f6419 100644 --- a/yarn.lock +++ b/yarn.lock @@ -915,10 +915,10 @@ "@graphql-tools/utils" "^8.8.0" tslib "~2.4.0" -"@graphql-codegen/typescript@2.7.5": - version "2.7.5" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.5.tgz#00da3b7dd51cce49d95531556988818568c5d87e" - integrity sha512-NZMViINr0KEH+DgtOE3BDWkdrisX7cz3/+m6M73Sa2cMM1udTTCpLbNqFIHRmGl1UyfwjdZB32YoF/fxshjV/Q== +"@graphql-codegen/typescript@2.8.0": + version "2.8.0" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.0.tgz#c4a20cd88f301bed094b53c982cf85bceda1b78c" + integrity sha512-atQ6NFfMmoknJi0QdVSozPugKcgeJB6t1/cVskbhVtX8tAEFFLjl6H23mpz3t35AH6aGWtvx2LCjUSxHI6P6xA== dependencies: "@graphql-codegen/plugin-helpers" "^2.6.2" "@graphql-codegen/schema-ast" "^2.5.1"