Skip to content

Commit 03536f9

Browse files
Set TS 4.4 as minimal supported version (#3547)
1 parent 5a49295 commit 03536f9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

integrationTests/ts/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
},
77
"dependencies": {
88
"graphql": "file:../graphql.tgz",
9-
"typescript-4.1": "npm:[email protected]",
10-
"typescript-4.2": "npm:[email protected]",
11-
"typescript-4.3": "npm:[email protected]",
129
"typescript-4.4": "npm:[email protected]",
1310
"typescript-4.5": "npm:[email protected]",
1411
"typescript-4.6": "npm:[email protected]"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "index",
88
"module": "index.mjs",
99
"typesVersions": {
10-
">=4.1.0": {
10+
">=4.4.0": {
1111
"*": [
1212
"*"
1313
]

0 commit comments

Comments
 (0)