From 2ec11b7d5d35afb61a7b6d754c5248aeb383b8d8 Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 20 Mar 2024 16:24:41 +0200 Subject: [PATCH] [core] Bump `@mui/material` peer dependency for all packages (#12516) --- docs/data/migration/migration-charts-v6/migration-charts-v6.md | 2 +- .../migration/migration-data-grid-v6/migration-data-grid-v6.md | 2 +- .../data/migration/migration-pickers-v6/migration-pickers-v6.md | 2 +- .../migration/migration-tree-view-v6/migration-tree-view-v6.md | 2 +- packages/x-charts/README.md | 2 +- packages/x-charts/package.json | 2 +- packages/x-data-grid-generator/package.json | 2 +- packages/x-data-grid-premium/README.md | 2 +- packages/x-data-grid-premium/package.json | 2 +- packages/x-data-grid-pro/README.md | 2 +- packages/x-data-grid-pro/package.json | 2 +- packages/x-data-grid/README.md | 2 +- packages/x-data-grid/package.json | 2 +- packages/x-date-pickers-pro/README.md | 2 +- packages/x-date-pickers-pro/package.json | 2 +- packages/x-date-pickers/README.md | 2 +- packages/x-date-pickers/package.json | 2 +- packages/x-tree-view/README.md | 2 +- packages/x-tree-view/package.json | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/data/migration/migration-charts-v6/migration-charts-v6.md b/docs/data/migration/migration-charts-v6/migration-charts-v6.md index f5fb3d31b08d..e274f55159cb 100644 --- a/docs/data/migration/migration-charts-v6/migration-charts-v6.md +++ b/docs/data/migration/migration-charts-v6/migration-charts-v6.md @@ -23,7 +23,7 @@ In `package.json`, change the version of the charts package to `^7.0.0`. ## Update `@mui/material` package -To have the option of using the latest API from `@mui/material`, the package peer dependency version has been updated to `^5.15.0`. +To have the option of using the latest API from `@mui/material`, the package peer dependency version has been updated to `^5.15.14`. It is a change in minor version only, so it should not cause any breaking changes. Please update your `@mui/material` package to this or a newer version. diff --git a/docs/data/migration/migration-data-grid-v6/migration-data-grid-v6.md b/docs/data/migration/migration-data-grid-v6/migration-data-grid-v6.md index c3fc8fc79c1c..7a1f588a5eb8 100644 --- a/docs/data/migration/migration-data-grid-v6/migration-data-grid-v6.md +++ b/docs/data/migration/migration-data-grid-v6/migration-data-grid-v6.md @@ -30,7 +30,7 @@ Described below are the steps needed to migrate from v6 to v7. ## Update `@mui/material` package -To have the option of using the latest API from `@mui/material`, the package peer dependency version has been updated to `^5.15.0`. +To have the option of using the latest API from `@mui/material`, the package peer dependency version has been updated to `^5.15.14`. It is a change in minor version only, so it should not cause any breaking changes. Please update your `@mui/material` package to this or a newer version. diff --git a/docs/data/migration/migration-pickers-v6/migration-pickers-v6.md b/docs/data/migration/migration-pickers-v6/migration-pickers-v6.md index 07220a0af785..7ebe82d1279d 100644 --- a/docs/data/migration/migration-pickers-v6/migration-pickers-v6.md +++ b/docs/data/migration/migration-pickers-v6/migration-pickers-v6.md @@ -26,7 +26,7 @@ Described below are the steps needed to migrate from v6 to v7. ## Update `@mui/material` package -To have the option of using the latest API from `@mui/material`, the package peer dependency version has been updated to `^5.15.0`. +To have the option of using the latest API from `@mui/material`, the package peer dependency version has been updated to `^5.15.14`. It is a change in minor version only, so it should not cause any breaking changes. Please update your `@mui/material` package to this or a newer version. diff --git a/docs/data/migration/migration-tree-view-v6/migration-tree-view-v6.md b/docs/data/migration/migration-tree-view-v6/migration-tree-view-v6.md index fc54bb61ae77..ba4f3df4b112 100644 --- a/docs/data/migration/migration-tree-view-v6/migration-tree-view-v6.md +++ b/docs/data/migration/migration-tree-view-v6/migration-tree-view-v6.md @@ -22,7 +22,7 @@ In `package.json`, change the version of the tree view package to `^7.0.0`. ## Update `@mui/material` package -To have the option of using the latest API from `@mui/material`, the package peer dependency version has been updated to `^5.15.0`. +To have the option of using the latest API from `@mui/material`, the package peer dependency version has been updated to `^5.15.14`. It is a change in minor version only, so it should not cause any breaking changes. Please update your `@mui/material` package to this or a newer version. diff --git a/packages/x-charts/README.md b/packages/x-charts/README.md index 52ddf74baa44..babe6333320c 100644 --- a/packages/x-charts/README.md +++ b/packages/x-charts/README.md @@ -15,7 +15,7 @@ This component has the following peer dependencies that you will need to install ```json "peerDependencies": { - "@mui/material": "^5.15.0", + "@mui/material": "^5.15.14", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index f159427f6eae..a28ffc10cabb 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -55,7 +55,7 @@ "peerDependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", - "@mui/material": "^5.15.0", + "@mui/material": "^5.15.14", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, diff --git a/packages/x-data-grid-generator/package.json b/packages/x-data-grid-generator/package.json index e097faf0b225..507376edc417 100644 --- a/packages/x-data-grid-generator/package.json +++ b/packages/x-data-grid-generator/package.json @@ -45,7 +45,7 @@ }, "peerDependencies": { "@mui/icons-material": "^5.4.1", - "@mui/material": "^5.15.0", + "@mui/material": "^5.15.14", "react": "^17.0.0 || ^18.0.0" }, "setupFiles": [ diff --git a/packages/x-data-grid-premium/README.md b/packages/x-data-grid-premium/README.md index 7724595d2caf..34036ebef3d5 100644 --- a/packages/x-data-grid-premium/README.md +++ b/packages/x-data-grid-premium/README.md @@ -15,7 +15,7 @@ This component has the following peer dependencies that you will need to install ```json "peerDependencies": { - "@mui/material": "^5.15.0", + "@mui/material": "^5.15.14", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, diff --git a/packages/x-data-grid-premium/package.json b/packages/x-data-grid-premium/package.json index 98b0369aeb8d..daf04247a6cf 100644 --- a/packages/x-data-grid-premium/package.json +++ b/packages/x-data-grid-premium/package.json @@ -55,7 +55,7 @@ "reselect": "^4.1.8" }, "peerDependencies": { - "@mui/material": "^5.15.0", + "@mui/material": "^5.15.14", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, diff --git a/packages/x-data-grid-pro/README.md b/packages/x-data-grid-pro/README.md index f9b2321cd230..5f3ae959ca01 100644 --- a/packages/x-data-grid-pro/README.md +++ b/packages/x-data-grid-pro/README.md @@ -15,7 +15,7 @@ This component has the following peer dependencies that you will need to install ```json "peerDependencies": { - "@mui/material": "^5.15.0", + "@mui/material": "^5.15.14", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, diff --git a/packages/x-data-grid-pro/package.json b/packages/x-data-grid-pro/package.json index e854a3da2c97..d9ea31031cad 100644 --- a/packages/x-data-grid-pro/package.json +++ b/packages/x-data-grid-pro/package.json @@ -53,7 +53,7 @@ "reselect": "^4.1.8" }, "peerDependencies": { - "@mui/material": "^5.15.0", + "@mui/material": "^5.15.14", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, diff --git a/packages/x-data-grid/README.md b/packages/x-data-grid/README.md index 5699b96f350b..ceb7180a626f 100644 --- a/packages/x-data-grid/README.md +++ b/packages/x-data-grid/README.md @@ -15,7 +15,7 @@ This component has the following peer dependencies that you will need to install ```json "peerDependencies": { - "@mui/material": "^5.15.0", + "@mui/material": "^5.15.14", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, diff --git a/packages/x-data-grid/package.json b/packages/x-data-grid/package.json index 41f061997342..ff003e22d0bf 100644 --- a/packages/x-data-grid/package.json +++ b/packages/x-data-grid/package.json @@ -54,7 +54,7 @@ "reselect": "^4.1.8" }, "peerDependencies": { - "@mui/material": "^5.15.0", + "@mui/material": "^5.15.14", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, diff --git a/packages/x-date-pickers-pro/README.md b/packages/x-date-pickers-pro/README.md index 0ce0ae95c5d6..cfd0faf15fa0 100644 --- a/packages/x-date-pickers-pro/README.md +++ b/packages/x-date-pickers-pro/README.md @@ -34,7 +34,7 @@ This component has the following peer dependencies that you will need to install ```json "peerDependencies": { - "@mui/material": "^5.15.0", + "@mui/material": "^5.15.14", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, diff --git a/packages/x-date-pickers-pro/package.json b/packages/x-date-pickers-pro/package.json index 9d3fb05c38a8..fe442d22e5cd 100644 --- a/packages/x-date-pickers-pro/package.json +++ b/packages/x-date-pickers-pro/package.json @@ -54,7 +54,7 @@ "peerDependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", - "@mui/material": "^5.15.0", + "@mui/material": "^5.15.14", "date-fns": "^2.25.0 || ^3.2.0", "date-fns-jalali": "^2.13.0-0", "dayjs": "^1.10.7", diff --git a/packages/x-date-pickers/README.md b/packages/x-date-pickers/README.md index e29aeb5ea76d..1bbd97b61731 100644 --- a/packages/x-date-pickers/README.md +++ b/packages/x-date-pickers/README.md @@ -34,7 +34,7 @@ This component has the following peer dependencies that you will need to install ```json "peerDependencies": { - "@mui/material": "^5.15.0", + "@mui/material": "^5.15.14", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index f632410d6f6e..267014fdbc1d 100644 --- a/packages/x-date-pickers/package.json +++ b/packages/x-date-pickers/package.json @@ -56,7 +56,7 @@ "peerDependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", - "@mui/material": "^5.15.0", + "@mui/material": "^5.15.14", "date-fns": "^2.25.0 || ^3.2.0", "date-fns-jalali": "^2.13.0-0", "dayjs": "^1.10.7", diff --git a/packages/x-tree-view/README.md b/packages/x-tree-view/README.md index b9f4df3645e1..370fb4971362 100644 --- a/packages/x-tree-view/README.md +++ b/packages/x-tree-view/README.md @@ -15,7 +15,7 @@ This component has the following peer dependencies that you will need to install ```json "peerDependencies": { - "@mui/material": "^5.15.0", + "@mui/material": "^5.15.14", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, diff --git a/packages/x-tree-view/package.json b/packages/x-tree-view/package.json index b8986a8762bf..7e738ab9394b 100644 --- a/packages/x-tree-view/package.json +++ b/packages/x-tree-view/package.json @@ -54,7 +54,7 @@ "peerDependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", - "@mui/material": "^5.15.0", + "@mui/material": "^5.15.14", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" },