Skip to content

Drop support for TS before 3.7 #2915

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:[email protected]",
"typescript-2.7": "npm:[email protected]",
"typescript-2.8": "npm:[email protected]",
"typescript-2.9": "npm:[email protected]",
"typescript-3.0": "npm:[email protected]",
"typescript-3.1": "npm:[email protected]",
"typescript-3.2": "npm:[email protected]",
"typescript-3.3": "npm:[email protected]",
"typescript-3.4": "npm:[email protected]",
"typescript-3.5": "npm:[email protected]",
"typescript-3.6": "npm:[email protected]",
"typescript-3.7": "npm:[email protected]",
"typescript-3.8": "npm:[email protected]",
"typescript-3.9": "npm:[email protected]",
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