Skip to content

Commit

Permalink
Set TS 4.4 as minimal supported version (#3547)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored Apr 26, 2022
1 parent 5a49295 commit 03536f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions integrationTests/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
},
"dependencies": {
"graphql": "file:../graphql.tgz",
"typescript-4.1": "npm:[email protected]",
"typescript-4.2": "npm:[email protected]",
"typescript-4.3": "npm:[email protected]",
"typescript-4.4": "npm:[email protected]",
"typescript-4.5": "npm:[email protected]",
"typescript-4.6": "npm:[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "index",
"module": "index.mjs",
"typesVersions": {
">=4.1.0": {
">=4.4.0": {
"*": [
"*"
]
Expand Down

0 comments on commit 03536f9

Please sign in to comment.