Skip to content

Commit

Permalink
chore(docs): update React docs link (vercel#63594)
Browse files Browse the repository at this point in the history
  • Loading branch information
0ldh authored Mar 22, 2024
1 parent fe87d8c commit 3a1be97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bun add next@12 react@17 react-dom@17 eslint-config-next@12

[Minimum Node.js Version](https://nodejs.org/en/) - The minimum Node.js version has been bumped from `12.0.0` to `12.22.0` which is the first version of Node.js with native ES Modules support.

[Minimum React Version](https://reactjs.org/docs/add-react-to-a-website.html) - The minimum required React version is `17.0.2`. To upgrade you can run the following command in the terminal:
[Minimum React Version](https://react.dev/learn/add-react-to-an-existing-project) - The minimum required React version is `17.0.2`. To upgrade you can run the following command in the terminal:

```bash filename="Terminal"
npm install react@latest react-dom@latest
Expand Down

0 comments on commit 3a1be97

Please sign in to comment.