mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 02:37:59 +02:00
docs: improve yarn deps upgrade command (#9149)
This commit is contained in:
parent
f295e4fd64
commit
43d070ec55
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
```
|
```
|
||||||
|
|
||||||
Docusaurus is essentially a set of npm [packages](https://github.com/facebook/docusaurus/tree/main/packages).
|
Docusaurus consists of a set of npm [packages](https://github.com/facebook/docusaurus/tree/main/packages).
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
||||||
|
@ -174,7 +174,7 @@ You should see the correct version as output.
|
||||||
Alternatively, if you are using Yarn, you can do:
|
Alternatively, if you are using Yarn, you can do:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn upgrade @docusaurus/core@latest @docusaurus/preset-classic@latest
|
yarn add @docusaurus/core @docusaurus/preset-classic
|
||||||
```
|
```
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
Loading…
Add table
Reference in a new issue