Skip to content

Commit

Permalink
fix: upgrade graphql-typegen to fix bug in TS files
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed May 4, 2024
1 parent f7a46d4 commit dcb21c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"dependencies": {
"@babel/runtime": "^7.1.5",
"@vscodeshift/apply-jscodeshift": "^1.0.12",
"graphql-typegen": "^1.3.0",
"graphql-typegen": "^1.3.1",
"jscodeshift": "^0.7.0"
},
"renovate": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4725,10 +4725,10 @@ graphql-tag@^2.12.6:
dependencies:
tslib "^2.1.0"

graphql-typegen@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/graphql-typegen/-/graphql-typegen-1.3.0.tgz#84b14c1078b78c9f51e7cefd92cf1743a1ce46ca"
integrity sha512-e+ErrFmTS7blmaTkLwL+mD5ZVJWiPc2/ySM0MsUsBRfAZcx+SxjRwx6vDyF+Xh3fEODQOt3VgXxq1IUygfEMiw==
graphql-typegen@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/graphql-typegen/-/graphql-typegen-1.3.1.tgz#813b43287986ed121c2b1d37c5add5531d30286f"
integrity sha512-Pm2Asgh2hgdB7HNPP+Ebi7ZXq0PIiReys8nbt2QtzGYHlQ5AXlTNvshjkWxQYnIUNrn7H3ewCVwOfFxLieS3jg==
dependencies:
"@babel/runtime" "^7.18.6"
ast-types "^0.12.1"
Expand Down

0 comments on commit dcb21c4

Please sign in to comment.