Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix peer dependency range #15281

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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