Skip to content

Commit 8913e9d

Browse files
committed
docs: replace typescript@4 with typescript since v5 is allowed too
1 parent 1e882dc commit 8913e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/en/guide/setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Here are the guidelines to install & configure them.
1515
<code-block label="Yarn" active>
1616

1717
```sh
18-
yarn add --dev @nuxt/typescript-build @nuxt/types typescript@4
18+
yarn add --dev @nuxt/typescript-build @nuxt/types typescript
1919
```
2020

2121
</code-block>
2222
<code-block label="NPM">
2323

2424
```sh
25-
npm install --save-dev @nuxt/typescript-build @nuxt/types typescript@4
25+
npm install --save-dev @nuxt/typescript-build @nuxt/types typescript
2626
```
2727

2828
</code-block>

0 commit comments

Comments
 (0)