Skip to content

Commit

Permalink
fix(typescript-estree): update TS version range (#3127)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Mar 1, 2021
1 parent 79eb5bc commit 0473674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript-estree/src/parser.ts
Expand Up @@ -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
Expand Down

0 comments on commit 0473674

Please sign in to comment.