Skip to content

Commit 2190ebe

Browse files
committed
Drop support for TS before 3.7
In preparation to future TS convertion
1 parent 367d99e commit 2190ebe

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

integrationTests/ts/package.json

-11
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@
55
},
66
"dependencies": {
77
"graphql": "file:../graphql.tgz",
8-
"typescript-2.6": "npm:[email protected]",
9-
"typescript-2.7": "npm:[email protected]",
10-
"typescript-2.8": "npm:[email protected]",
11-
"typescript-2.9": "npm:[email protected]",
12-
"typescript-3.0": "npm:[email protected]",
13-
"typescript-3.1": "npm:[email protected]",
14-
"typescript-3.2": "npm:[email protected]",
15-
"typescript-3.3": "npm:[email protected]",
16-
"typescript-3.4": "npm:[email protected]",
17-
"typescript-3.5": "npm:[email protected]",
18-
"typescript-3.6": "npm:[email protected]",
198
"typescript-3.7": "npm:[email protected]",
209
"typescript-3.8": "npm:[email protected]",
2110
"typescript-3.9": "npm:[email protected]",

src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Minimum TypeScript Version: 2.6
1+
// Minimum TypeScript Version: 3.7
22

33
/**
44
* GraphQL.js provides a reference implementation for the GraphQL specification

0 commit comments

Comments
 (0)