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

Lines changed: 2 additions & 5 deletions
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:typescript@4.2.x",
10-
"typescript-4.3": "npm:typescript@4.3.x",
11-
"typescript-4.4": "npm:typescript@4.4.x",
12-
"typescript-4.5": "npm:typescript@4.5.x",
139
"typescript-4.6": "npm:typescript@4.6.x",
1410
"typescript-4.7": "npm:typescript@4.7.x",
1511
"typescript-4.8": "npm:typescript@4.8.x",
@@ -18,6 +14,7 @@
1814
"typescript-5.1": "npm:typescript@5.1.x",
1915
"typescript-5.2": "npm:typescript@5.2.x",
2016
"typescript-5.3": "npm:typescript@5.3.x",
21-
"typescript-5.4": "npm:typescript@5.4.x"
17+
"typescript-5.4": "npm:typescript@5.4.x",
18+
"typescript-5.5": "npm:typescript@5.5.x"
2219
}
2320
}

0 commit comments

Comments
 (0)