From 96183e970da293a7fe2f090aa5e9702105899287 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Tue, 25 Feb 2020 12:49:53 -0800 Subject: [PATCH] Increase minimum TS version: (#42627) 1. Dependencies of dts-generator use syntax from TS 3.4 (`as const` perhaps?) 2. Dependencies of mongoose-sequence use `unknown` from TS 3.0. --- types/dts-generator/index.d.ts | 2 +- types/mongoose-sequence/index.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/types/dts-generator/index.d.ts b/types/dts-generator/index.d.ts index fcf5412efc..19f9f16331 100644 --- a/types/dts-generator/index.d.ts +++ b/types/dts-generator/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/SitePen/dts-generator#readme // Definitions by: Matt Traynham // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.2 +// TypeScript Version: 3.4 import ts = require('typescript'); import Bluebird = require('bluebird'); diff --git a/types/mongoose-sequence/index.d.ts b/types/mongoose-sequence/index.d.ts index 06e5cd2495..76c4cc9611 100644 --- a/types/mongoose-sequence/index.d.ts +++ b/types/mongoose-sequence/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/ramiel/mongoose-sequence // Definitions by: Linus Brolin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.3 +// TypeScript Version: 3.0 ///