Skip to content

Commit

Permalink
[pickers] Update peer dependency versions (#8531)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Apr 7, 2023
1 parent eb521a9 commit 8380e58
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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 @@ -34,8 +34,8 @@ This component has the following peer dependencies that you will need to install

```json
"peerDependencies": {
"@mui/material": "^5.4.1",
"@mui/system": "^5.4.1",
"@mui/material": "^5.8.6",
"@mui/system": "^5.8.0",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/x-date-pickers-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"react-transition-group": "^4.4.5"
},
"peerDependencies": {
"@mui/material": "^5.4.1",
"@mui/system": "^5.4.1",
"@mui/material": "^5.8.6",
"@mui/system": "^5.8.0",
"date-fns": "^2.25.0",
"dayjs": "^1.10.7",
"luxon": "^3.0.2",
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 @@ -34,8 +34,8 @@ This component has the following peer dependencies that you will need to install

```json
"peerDependencies": {
"@mui/material": "^5.4.1",
"@mui/system": "^5.4.1",
"@mui/material": "^5.8.6",
"@mui/system": "^5.8.0",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/x-date-pickers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"peerDependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.4.1",
"@mui/system": "^5.4.1",
"@mui/material": "^5.8.6",
"@mui/system": "^5.8.0",
"date-fns": "^2.25.0",
"date-fns-jalali": "^2.13.0-0",
"dayjs": "^1.10.7",
Expand Down

0 comments on commit 8380e58

Please sign in to comment.