From 361c98f727bd3205f25d4dd3c9e40a13c7d0f98d Mon Sep 17 00:00:00 2001 From: sosukesuzuki Date: Fri, 4 Mar 2022 09:13:28 +0900 Subject: [PATCH] chore(typescript-estree): fix peer deps range --- README.md | 2 +- packages/typescript-estree/src/parser.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64c2d50e9ae..21b39740808 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The latest version under the `canary` tag **(latest commit to `main`)** is: ### Supported TypeScript Version -**The version range of TypeScript currently supported by this parser is `>=3.3.1 <4.6.0`.** +**The version range of TypeScript currently supported by this parser is `>=3.3.1 <4.7.0`.** These versions are what we test against. diff --git a/packages/typescript-estree/src/parser.ts b/packages/typescript-estree/src/parser.ts index 8867e8a14d3..f0e6ce46d3c 100644 --- a/packages/typescript-estree/src/parser.ts +++ b/packages/typescript-estree/src/parser.ts @@ -30,7 +30,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.6.0'; +const SUPPORTED_TYPESCRIPT_VERSIONS = '>=3.3.1 <4.7.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