Skip to content

Commit

Permalink
Change pnpm order, place second #42699
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnadeem6236 committed Jun 22, 2024
1 parent f08004e commit 4039d6f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 20 deletions.
8 changes: 4 additions & 4 deletions docs/data/base/getting-started/quickstart/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ The `next` tag is used to download the latest <b>pre-release</b>, v6 version. Re
npm install @mui/base@next
```

```bash yarn
yarn add @mui/base@next
```

```bash pnpm
pnpm add @mui/base@next
```

```bash yarn
yarn add @mui/base@next
```

</codeblock>

### Peer dependencies
Expand Down
18 changes: 10 additions & 8 deletions docs/data/joy/getting-started/installation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@ The `next` tag is used to download the latest <b>pre-release</b>, v6 version. Re
<!-- #default-branch-switch -->

<codeblock storageKey="package-manager">

```bash npm
npm install @mui/joy@next @emotion/react @emotion/styled
```

```bash yarn
yarn add @mui/joy@next @emotion/react @emotion/styled
```

```bash pnpm
pnpm add @mui/joy@next @emotion/react @emotion/styled
```

```bash yarn
yarn add @mui/joy@next @emotion/react @emotion/styled
```

</codeblock>

### Peer dependencies
Expand All @@ -51,18 +52,19 @@ Add it to your project via [Fontsource](https://fontsource.org/), or with the Go
Run one of the following commands to add Inter through Fontsource to your Joy UI project:

<codeblock storageKey="package-manager">

```bash npm
npm install @fontsource/inter
```

```bash yarn
yarn add @fontsource/inter
```

```bash pnpm
pnpm add @fontsource/inter
```

```bash yarn
yarn add @fontsource/inter
```

</codeblock>

Then you can import it in your entry point like this:
Expand Down
16 changes: 8 additions & 8 deletions docs/data/system/getting-started/installation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Run one of the following commands to add MUI System to your project:
npm install @mui/system@next @emotion/react @emotion/styled
```

```bash yarn
yarn add @mui/system@next @emotion/react @emotion/styled
```

```bash pnpm
pnpm add @mui/system@next @emotion/react @emotion/styled
```

```bash yarn
yarn add @mui/system@next @emotion/react @emotion/styled
```

</codeblock>

### Peer dependencies
Expand Down Expand Up @@ -53,14 +53,14 @@ The `next` tag is used to download the latest <b>pre-release</b>, v6 version. Re
npm install @mui/system@next @mui/styled-engine-sc@next styled-components
```

```bash yarn
yarn add @mui/system@next @mui/styled-engine-sc@next styled-components
```

```bash pnpm
pnpm add @mui/system@next @mui/styled-engine-sc@next styled-components
```

```bash yarn
yarn add @mui/system@next @mui/styled-engine-sc@next styled-components
```

</codeblock>

:::error
Expand Down

0 comments on commit 4039d6f

Please sign in to comment.