Skip to content

Commit

Permalink
Drop support for TS before 3.7 (#2915)
Browse files Browse the repository at this point in the history
In preparation to future TS convertion
  • Loading branch information
IvanGoncharov committed Feb 14, 2021
1 parent b9c38ba commit 49ad5d0
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
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
@@ -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 49ad5d0

Please sign in to comment.