Skip to content

Commit 30261e7

Browse files
committed
docs: update minimum version requirements for ESLint and TypeScript in README and documentation
1 parent d4c35e6 commit 30261e7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
> ESLint React requires the following minimum versions:
5656
>
5757
> - Node.js: 20.19.0
58-
> - ESLint: 9.24.0
59-
> - TypeScript: 4.9.5
58+
> - ESLint: 9.36.0
59+
> - TypeScript: 5.9.2
6060
6161
### Install
6262

apps/website/content/docs/getting-started/javascript.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { Step, Steps } from "fumadocs-ui/components/steps";
77

88
<Callout type="info" title="This instruction requires the following minimum versions:">
99
- Node.js: 20.19.0
10-
- ESLint: 9.24.0
11-
- TypeScript: 4.9.5
10+
- ESLint: 9.36.0
11+
- TypeScript: 5.9.2
1212
</Callout>
1313

1414
<Steps>

apps/website/content/docs/getting-started/typescript.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { Step, Steps } from "fumadocs-ui/components/steps";
77

88
<Callout type="info" title="This instruction requires the following minimum versions:">
99
- Node.js: 20.19.0
10-
- ESLint: 9.24.0
11-
- TypeScript: 4.9.5
10+
- ESLint: 9.36.0
11+
- TypeScript: 5.9.2
1212
</Callout>
1313

1414
<Steps>

packages/plugins/eslint-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
> ESLint React requires the following minimum versions:
5656
>
5757
> - Node.js: 20.19.0
58-
> - ESLint: 9.24.0
59-
> - TypeScript: 4.9.5
58+
> - ESLint: 9.36.0
59+
> - TypeScript: 5.9.2
6060
6161
### Install
6262

0 commit comments

Comments
 (0)