From e9fcf70da607f5aca4ed4cae26089923b9824908 Mon Sep 17 00:00:00 2001 From: Anandaroop Roy Date: Fri, 6 Sep 2019 12:30:57 -0400 Subject: [PATCH] docs: Update supported TypeScript version range (#951) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fb38e91766..216f89cdc37 100644 --- a/README.md +++ b/README.md @@ -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.