Skip to content

Commit 2e77cd7

Browse files
authored
chore(*): Set correct info on required Node & React version (clerk#2264)
1 parent e9c3b5f commit 2e77cd7

10 files changed

Lines changed: 24 additions & 11 deletions

File tree

.changeset/late-flies-switch.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'gatsby-plugin-clerk': patch
3+
'@clerk/chrome-extension': patch
4+
'@clerk/clerk-sdk-node': patch
5+
'@clerk/backend': patch
6+
'@clerk/fastify': patch
7+
'@clerk/nextjs': patch
8+
'@clerk/clerk-react': patch
9+
'@clerk/remix': patch
10+
'@clerk/clerk-expo': patch
11+
---
12+
13+
Set correct information on required Node.js and React versions in README

packages/backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This package provides Clerk Backend API resources and low-level authentication u
4848

4949
## How to use
5050

51-
Works on Node.js `>=18.18.0` (or later) or on any V8 Isolates runtimes (eg Cloudflare Workers).
51+
Works on Node.js `>=18.17.0` (or later) or on any V8 Isolates runtimes (eg Cloudflare Workers).
5252

5353
```sh
5454
npm install @clerk/backend

packages/chrome-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To use this package you should first create a Clerk application and retrieve a `
3939

4040
### Prerequisites
4141

42-
- Node.js `>=18.18.0` or later
42+
- Node.js `>=18.17.0` or later
4343

4444
### Installation
4545

packages/expo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Clerk is the easiest way to add authentication and user management to your Expo
3636

3737
### Prerequisites
3838

39-
- React v16+
40-
- Node.js `>=18.18.0` or later
39+
- React v18+
40+
- Node.js `>=18.17.0` or later
4141
- An application built using Expo
4242

4343
If an expo app already exists, you can skip this section and go straight to Installation.

packages/fastify/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To use this plugin you should first create a Clerk application and retrieve a `S
3939

4040
### Prerequisites
4141

42-
- Node.js `>=18.18.0` or later
42+
- Node.js `>=18.17.0` or later
4343
- Fastify v4+
4444

4545
### Installation

packages/gatsby-plugin-clerk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Clerk is the easiest way to add authentication and user management to your Gatsb
3737
### Prerequisites
3838

3939
- Gatsby v5+
40-
- Node.js `>=18.18.0` or later
40+
- Node.js `>=18.17.0` or later
4141

4242
### Installation
4343

packages/nextjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ and profile management to your application in minutes.
3838
### Prerequisites
3939

4040
- Next.js v10+
41-
- Node.js `>=18.18.0` or later
41+
- Node.js `>=18.17.0` or later
4242

4343
### Installation
4444

packages/react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Clerk is the easiest way to add authentication and user management to your React
3636

3737
### Prerequisites
3838

39-
- React v16+
40-
- Node.js `>=18.18.0` or later
39+
- React v18+
40+
- Node.js `>=18.17.0` or later
4141

4242
### Installation
4343

packages/remix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Clerk is the easiest way to add authentication and user management to your Remix
3737
### Prerequisites
3838

3939
- Remix `^2.0.0` or later
40-
- Node.js `>=18.18.0` or later
40+
- Node.js `>=18.17.0` or later
4141

4242
### Installation
4343

packages/sdk-node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ the <a href="https://clerk.com/docs/reference/node/getting-started?utm_source=gi
3737

3838
### Prerequisites
3939

40-
- Node.js `>=18.18.0` or later
40+
- Node.js `>=18.17.0` or later
4141

4242
## Installation
4343

0 commit comments

Comments
 (0)