Skip to content

Commit

Permalink
fix(typescript-estree): update conditions for unsupported version war…
Browse files Browse the repository at this point in the history
…ning (#10385)
  • Loading branch information
inga-lovinde authored Nov 25, 2024
1 parent 2e2433b commit 30074a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { ParseSettings } from './index';
/**
* This needs to be kept in sync with package.json in the typescript-eslint monorepo
*/
const SUPPORTED_TYPESCRIPT_VERSIONS = '>=4.7.4 <5.7.0';
const SUPPORTED_TYPESCRIPT_VERSIONS = '>=4.8.4 <5.8.0';

/*
* The semver package will ignore prerelease ranges, and we don't want to explicitly document every one
Expand Down

0 comments on commit 30074a8

Please sign in to comment.