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

Commit c24d28d

Browse files
committed
Drop support for TS < 3.4
1 parent a1c1100 commit c24d28d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

integrationTests/ts/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
"dependencies": {
66
"@types/node": "14.0.13",
77
"express-graphql": "file:../../dist",
8-
"typescript-3.0": "npm:[email protected]",
9-
"typescript-3.1": "npm:[email protected]",
10-
"typescript-3.2": "npm:[email protected]",
11-
"typescript-3.3": "npm:[email protected]",
128
"typescript-3.4": "npm:[email protected]",
139
"typescript-3.5": "npm:[email protected]",
1410
"typescript-3.6": "npm:[email protected]",

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// TypeScript Version: 3.0
1+
// TypeScript Version: 3.4
22

33
import { IncomingMessage, ServerResponse } from 'http';
44

0 commit comments

Comments
 (0)