From 6dea6cc5cebaee299e5fc227d7cf8c1a79c4a12e Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Wed, 26 Feb 2020 11:26:52 -0800 Subject: [PATCH] workbox-sw/v3: increase minimum version of TS to 3.0 (#42628) Dependencies of workbox-sw v3 use types that are only defined in TS 3.0 and above. --- types/workbox-sw/v3/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/workbox-sw/v3/index.d.ts b/types/workbox-sw/v3/index.d.ts index 4d94cec7ec..c7efdd9668 100644 --- a/types/workbox-sw/v3/index.d.ts +++ b/types/workbox-sw/v3/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/GoogleChrome/workbox // Definitions by: Frederik Wessberg // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.6 +// TypeScript Version: 3.0 /** * ===== BroadcastCacheUpdate =====