Skip to content

Commit 14dc95a

Browse files
committed
only support the most recent 10 TS minors
1 parent 73adce6 commit 14dc95a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

integrationTests/ts/package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
},
77
"dependencies": {
88
"graphql": "file:../graphql.tgz",
9-
"typescript-4.2": "npm:[email protected]",
10-
"typescript-4.3": "npm:[email protected]",
11-
"typescript-4.4": "npm:[email protected]",
12-
"typescript-4.5": "npm:[email protected]",
139
"typescript-4.6": "npm:[email protected]",
1410
"typescript-4.7": "npm:[email protected]",
1511
"typescript-4.8": "npm:[email protected]",
@@ -18,6 +14,7 @@
1814
"typescript-5.1": "npm:[email protected]",
1915
"typescript-5.2": "npm:[email protected]",
2016
"typescript-5.3": "npm:[email protected]",
21-
"typescript-5.4": "npm:[email protected]"
17+
"typescript-5.4": "npm:[email protected]",
18+
"typescript-5.5": "npm:[email protected]"
2219
}
2320
}

0 commit comments

Comments
 (0)