Skip to content

Commit

Permalink
docs(readme): Update supported TypeScript version range in readme
Browse files Browse the repository at this point in the history
Update the docs to match the change in typescript-eslint#916 (i.e. support up to  <3.7.0)
  • Loading branch information
anandaroop authored Sep 6, 2019
1 parent 6a5c77c commit c96d95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ The latest version under the `canary` tag **(latest commit to master)** is:

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.

**The version range of TypeScript currently supported by this parser is `>=3.2.1 <3.6.0`.**
**The version range of TypeScript currently supported by this parser is `>=3.2.1 <3.7.0`.**

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.

Expand Down

0 comments on commit c96d95d

Please sign in to comment.