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

Commit

Permalink
Drop support for TS < 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jun 13, 2020
1 parent a1c1100 commit c24d28d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
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

0 comments on commit c24d28d

Please sign in to comment.