Skip to content

Commit 8b39a25

Browse files
committed
chore(website): remove new requirements
1 parent d59c9c4 commit 8b39a25

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

website/docs/getting-started.mdx

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,14 @@ import TabItem from '@theme/TabItem';
88

99
# Getting started
1010

11-
:::info Requirements (>= 7.10.0)
12-
13-
- Next.js 15.1
14-
- React >= 19
15-
- TypeScript >= 5
16-
- A supported validation library: Zod, Valibot, Yup, TypeBox
17-
:::
18-
19-
:::info Old requirements (\<= 7.9.9)
11+
:::info Requirements
2012

2113
- Next.js >= 14 (>= 15 for [`useStateAction`](/docs/execute-actions/hooks/usestateaction) hook)
2214
- React >= 18.2.0
2315
- TypeScript >= 5
2416
- A supported validation library: Zod, Valibot, Yup, TypeBox
2517
:::
2618

27-
28-
29-
:::warning
30-
Next.js >= 15.1 and React 19 are required for using next-safe-action >= 7.10.0. This is due to internal error handling framework changes. So, please upgrade to the latest version to use this library with Next.js 15.0.5 or later.
31-
:::
32-
3319
**next-safe-action** provides a typesafe Server Actions implementation for Next.js App Router applications.
3420

3521
## Installation

0 commit comments

Comments
 (0)