From 84f11f5645e978df943445569339a4ddeaad3702 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Mon, 1 Mar 2021 12:18:15 -0700 Subject: [PATCH] fix(typescript-estree): Updated TS Version Ref: https://github.com/typescript-eslint/typescript-eslint/pull/3112#issuecomment-788200742 --- packages/typescript-estree/src/parser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typescript-estree/src/parser.ts b/packages/typescript-estree/src/parser.ts index dd765eb55aaf..300a73c6f1db 100644 --- a/packages/typescript-estree/src/parser.ts +++ b/packages/typescript-estree/src/parser.ts @@ -25,7 +25,7 @@ const log = debug('typescript-eslint:typescript-estree:parser'); * This needs to be kept in sync with the top-level README.md in the * typescript-eslint monorepo */ -const SUPPORTED_TYPESCRIPT_VERSIONS = '>=3.3.1 <4.2.0'; +const SUPPORTED_TYPESCRIPT_VERSIONS = '>=3.3.1 <4.3.0'; /* * The semver package will ignore prerelease ranges, and we don't want to explicitly document every one * List them all separately here, so we can automatically create the full string