Skip to content

Commit 0473674

Browse files
authored
fix(typescript-estree): update TS version range (#3127)
1 parent 79eb5bc commit 0473674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/typescript-estree/src/parser.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const log = debug('typescript-eslint:typescript-estree:parser');
2525
* This needs to be kept in sync with the top-level README.md in the
2626
* typescript-eslint monorepo
2727
*/
28-
const SUPPORTED_TYPESCRIPT_VERSIONS = '>=3.3.1 <4.2.0';
28+
const SUPPORTED_TYPESCRIPT_VERSIONS = '>=3.3.1 <4.3.0';
2929
/*
3030
* The semver package will ignore prerelease ranges, and we don't want to explicitly document every one
3131
* List them all separately here, so we can automatically create the full string

0 commit comments

Comments
 (0)