Skip to content

Commit

Permalink
[docs] Fix peer dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 5, 2024
1 parent 61e16ea commit 2fac339
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions packages/x-charts-pro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Install the package in your project directory with:
npm install @mui/x-charts-pro
```

This component has the following peer dependencies that you will need to install as well.
This component has the following peer dependencies that you need to install as well.

```json
"peerDependencies": {
"@mui/material": "^5.15.14",
"@mui/material": "^5.15.14 || ^6.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/x-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Install the package in your project directory with:
npm install @mui/x-charts
```

This component has the following peer dependencies that you will need to install as well.
This component has the following peer dependencies that you need to install as well.

```json
"peerDependencies": {
"@mui/material": "^5.15.14",
"@mui/material": "^5.15.14 || ^6.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/x-data-grid-premium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Install the package in your project directory with:
npm install @mui/x-data-grid-premium
```

This component has the following peer dependencies that you will need to install as well.
This component has the following peer dependencies that you need to install as well.

```json
"peerDependencies": {
"@mui/material": "^5.15.14",
"@mui/material": "^5.15.14 || ^6.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/x-data-grid-pro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Install the package in your project directory with:
npm install @mui/x-data-grid-pro
```

This component has the following peer dependencies that you will need to install as well.
This component has the following peer dependencies that you need to install as well.

```json
"peerDependencies": {
"@mui/material": "^5.15.14",
"@mui/material": "^5.15.14 || ^6.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/x-data-grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Install the package in your project directory with:
npm install @mui/x-data-grid
```

This component has the following peer dependencies that you will need to install as well.
This component has the following peer dependencies that you need to install as well.

```json
"peerDependencies": {
"@mui/material": "^5.15.14",
"@mui/material": "^5.15.14 || ^6.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/x-date-pickers-pro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ npm install luxon
npm install moment
```

This component has the following peer dependencies that you will need to install as well.
This component has the following peer dependencies that you need to install as well.

```json
"peerDependencies": {
"@mui/material": "^5.15.14",
"@mui/material": "^5.15.14 || ^6.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/x-date-pickers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ npm install luxon
npm install moment
```

This component has the following peer dependencies that you will need to install as well.
This component has the following peer dependencies that you need to install as well.

```json
"peerDependencies": {
"@mui/material": "^5.15.14",
"@mui/material": "^5.15.14 || ^6.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/x-tree-view-pro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Install the package in your project directory with:
npm install @mui/x-tree-view-pro
```

This component has the following peer dependencies that you will need to install as well.
This component has the following peer dependencies that you need to install as well.

```json
"peerDependencies": {
"@mui/material": "^5.15.14",
"@mui/material": "^5.15.14 || ^6.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/x-tree-view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Install the package in your project directory with:
npm install @mui/x-tree-view
```

This component has the following peer dependencies that you will need to install as well.
This component has the following peer dependencies that you need to install as well.

```json
"peerDependencies": {
"@mui/material": "^5.15.14",
"@mui/material": "^5.15.14 || ^6.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
Expand Down

0 comments on commit 2fac339

Please sign in to comment.