Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Drop support for TS < 3.4 #638

Merged
merged 1 commit into from
Jun 13, 2020
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
4 changes: 0 additions & 4 deletions integrationTests/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"dependencies": {
"@types/node": "14.0.13",
"express-graphql": "file:../../dist",
"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",
Expand Down
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// TypeScript Version: 3.0
// TypeScript Version: 3.4

import { IncomingMessage, ServerResponse } from 'http';

Expand Down