Skip to content

Commit fa1d905

Browse files
committed
Update minimum TypeScript version in docs to 5.0.0
1 parent 9e560e6 commit fa1d905

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
>
5858
> - Node.js: 20.19.0
5959
> - ESLint: 9.36.0
60-
> - TypeScript: 5
60+
> - TypeScript: 5.0.0
6161
6262
### Install
6363

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Step, Steps } from "fumadocs-ui/components/steps";
88
<Callout type="info" title="This instruction requires the following minimum versions:">
99
- Node.js: 20.19.0
1010
- ESLint: 9.36.0
11-
- TypeScript: 5.9.3
11+
- TypeScript: 5.0.0
1212
</Callout>
1313

1414
<Steps>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Step, Steps } from "fumadocs-ui/components/steps";
88
<Callout type="info" title="This instruction requires the following minimum versions:">
99
- Node.js: 20.19.0
1010
- ESLint: 9.36.0
11-
- TypeScript: 5
11+
- TypeScript: 5.0.0
1212
</Callout>
1313

1414
<Steps>

packages/plugins/eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
>
5858
> - Node.js: 20.19.0
5959
> - ESLint: 9.36.0
60-
> - TypeScript: 5
60+
> - TypeScript: 5.0.0
6161
6262
### Install
6363

0 commit comments

Comments
 (0)