File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
5454npm install @clerk/backend
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
4343If an expo app already exists, you can skip this section and go straight to Installation.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments