Skip to content

Commit

Permalink
fix: use typescript@4.8 as the minimal supported version (#2251)
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Zakharchenko <kettanaito@gmail.com>
  • Loading branch information
THETCR and kettanaito authored Sep 4, 2024
1 parent b977602 commit 6b2a7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
},
"peerDependencies": {
"graphql": ">= 16.8.x",
"typescript": ">= 4.7.x"
"typescript": ">= 4.8.x"
},
"peerDependenciesMeta": {
"graphql": {
Expand Down

0 comments on commit 6b2a7e6

Please sign in to comment.