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

Lines changed: 0 additions & 3 deletions
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:typescript@4.1.x",
10-
"typescript-4.2": "npm:typescript@4.2.x",
11-
"typescript-4.3": "npm:typescript@4.3.x",
129
"typescript-4.4": "npm:typescript@4.4.x",
1310
"typescript-4.5": "npm:typescript@4.5.x",
1411
"typescript-4.6": "npm:typescript@4.6.x"

package.json

Lines changed: 1 addition & 1 deletion
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)