Skip to content

Commit

Permalink
Drop support for TS before 3.7
Browse files Browse the repository at this point in the history
In preparation to future TS convertion
  • Loading branch information
IvanGoncharov committed Oct 20, 2020
1 parent 121cd9e commit f2f0dde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions integrationTests/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@
},
"dependencies": {
"graphql": "file:../graphql.tgz",
"typescript-2.6": "npm:typescript@2.6.x",
"typescript-2.7": "npm:typescript@2.7.x",
"typescript-2.8": "npm:typescript@2.8.x",
"typescript-2.9": "npm:typescript@2.9.x",
"typescript-3.0": "npm:typescript@3.0.x",
"typescript-3.1": "npm:typescript@3.1.x",
"typescript-3.2": "npm:typescript@3.2.x",
"typescript-3.3": "npm:typescript@3.3.x",
"typescript-3.4": "npm:typescript@3.4.x",
"typescript-3.5": "npm:typescript@3.5.x",
"typescript-3.6": "npm:typescript@3.6.x",
"typescript-3.7": "npm:typescript@3.7.x",
"typescript-3.8": "npm:typescript@3.8.x",
"typescript-3.9": "npm:typescript@3.9.x",
Expand Down
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Minimum TypeScript Version: 2.6
// Minimum TypeScript Version: 3.7

/**
* GraphQL.js provides a reference implementation for the GraphQL specification
Expand Down

0 comments on commit f2f0dde

Please sign in to comment.