Skip to content

Commit fab182f

Browse files
clentfortJamesHenry
authored andcommitted
docs: correct supported typescript version (typescript-eslint#401)
1 parent 6718906 commit fab182f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The `canary` (latest master) version is:
4444

4545
We will always endeavor to support the latest stable version of TypeScript. Sometimes, but not always, changes in TypeScript will not require breaking changes in this project, and so we are able to support more than one version of TypeScript.
4646

47-
**The version range of TypeScript currently supported by this parser is `>=3.2.1 <3.4.0`.**
47+
**The version range of TypeScript currently supported by this parser is `>=3.2.1 <3.5.0`.**
4848

4949
This is reflected in the `devDependency` requirement within the package.json file, and it is what the tests will be run against. We have an open `peerDependency` requirement in order to allow for experimentation on newer/beta versions of TypeScript.
5050

0 commit comments

Comments
 (0)