Skip to content

Commit 8281f1d

Browse files
committed
Update dependency @graphql-codegen/typescript to v2.5.0
1 parent 74a2f6f commit 8281f1d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"license": "MIT",
4646
"devDependencies": {
4747
"@graphql-codegen/cli": "2.6.2",
48-
"@graphql-codegen/typescript": "2.4.11",
48+
"@graphql-codegen/typescript": "2.5.0",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "28.1.1",
5151
"@typescript-eslint/eslint-plugin": "5.27.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -813,21 +813,21 @@
813813
"@graphql-tools/utils" "^8.1.1"
814814
tslib "~2.3.0"
815815

816-
"@graphql-codegen/typescript@2.4.11":
817-
version "2.4.11"
818-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.4.11.tgz#b9d8bddaeb79ff4a85e1d0f9c774afba7423177c"
819-
integrity sha512-K3oDLPJRH9Wgpg9TOvb7L+xrJZ8HxkIzV2umqGn54c+8DQjvnRFBIYRO0THgUBMnEauE2sEy6RZkGHGfgQUruA==
816+
"@graphql-codegen/typescript@2.5.0":
817+
version "2.5.0"
818+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.5.0.tgz#5ae121db92120fecb6badb34aa361ac464bc23d3"
819+
integrity sha512-eCCebNyhV5NcNyfrNOdur1b4zPSyj2o89yaSliEMSShf4WolfFOv4aYpL4tFXjhkw3n2pR7MYFDUnrzmDpfmNw==
820820
dependencies:
821821
"@graphql-codegen/plugin-helpers" "^2.4.0"
822822
"@graphql-codegen/schema-ast" "^2.4.1"
823-
"@graphql-codegen/visitor-plugin-common" "2.8.0"
823+
"@graphql-codegen/visitor-plugin-common" "2.9.0"
824824
auto-bind "~4.0.0"
825825
tslib "~2.4.0"
826826

827-
"@graphql-codegen/visitor-plugin-common@2.8.0":
828-
version "2.8.0"
829-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.8.0.tgz#f1de3bd5ee123e6f72c06423912a3a83a6044938"
830-
integrity sha512-29MOaxBog7qaEhmeCzJn2mONSbcA+slCTzHN4nJ3aZl4KrC9V32rXlQpG5x0qHbFQ1LaG1f5gPO83xbiAeMBIw==
827+
"@graphql-codegen/visitor-plugin-common@2.9.0":
828+
version "2.9.0"
829+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.9.0.tgz#a13556c805e72b63ee9d80fb437b9ba2eb0a9fa2"
830+
integrity sha512-w353lPpXlgsQT6dxfcHw3hQdodGnfSwsxofHVfROqrIBZIjH0kNiFHOt8rnewYkLGEa75bWDVaM1ofyXEaN+3w==
831831
dependencies:
832832
"@graphql-codegen/plugin-helpers" "^2.4.0"
833833
"@graphql-tools/optimize" "^1.0.1"

0 commit comments

Comments
 (0)