Skip to content

Commit

Permalink
docs: replace typescript@4 with typescript since v5 is allowed too
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Nov 16, 2023
1 parent 1e882dc commit 8913e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/guide/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Here are the guidelines to install & configure them.
<code-block label="Yarn" active>

```sh
yarn add --dev @nuxt/typescript-build @nuxt/types typescript@4
yarn add --dev @nuxt/typescript-build @nuxt/types typescript
```

</code-block>
<code-block label="NPM">

```sh
npm install --save-dev @nuxt/typescript-build @nuxt/types typescript@4
npm install --save-dev @nuxt/typescript-build @nuxt/types typescript
```

</code-block>
Expand Down

0 comments on commit 8913e9d

Please sign in to comment.