Skip to content

Commit

Permalink
Sync peerDeps between pro and community packages
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Apr 12, 2023
1 parent f44b6a3 commit 7e22104
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
20 changes: 20 additions & 0 deletions packages/x-date-pickers-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,34 @@
"react-transition-group": "^4.4.5"
},
"peerDependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/base": "^5.0.0-alpha.87",
"@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",
"luxon": "^3.0.2",
"moment": "^2.29.4",
"moment-hijri": "^2.1.2",
"moment-jalaali": "^0.7.4 || ^0.8.0 || ^0.9.0",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
},
"peerDependenciesMeta": {
"@emotion/react": {
"optional": true
},
"@emotion/styled": {
"optional": true
},
"date-fns": {
"optional": true
},
"date-fns-jalali": {
"optional": true
},
"dayjs": {
"optional": true
},
Expand All @@ -76,6 +90,12 @@
},
"moment": {
"optional": true
},
"moment-hijri": {
"optional": true
},
"moment-jalaali": {
"optional": true
}
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/x-date-pickers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,19 @@
"react-dom": "^17.0.2 || ^18.0.0"
},
"peerDependenciesMeta": {
"date-fns": {
"@emotion/react": {
"optional": true
},
"dayjs": {
"@emotion/styled": {
"optional": true
},
"@emotion/react": {
"date-fns": {
"optional": true
},
"@emotion/styled": {
"date-fns-jalali": {
"optional": true
},
"dayjs": {
"optional": true
},
"luxon": {
Expand All @@ -99,9 +102,6 @@
},
"moment-jalaali": {
"optional": true
},
"date-fns-jalali": {
"optional": true
}
},
"devDependencies": {
Expand Down

0 comments on commit 7e22104

Please sign in to comment.