@mui/docs 5.15.5 → 5.15.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,7 +11,7 @@ npm install @mui/docs
11
11
  ```
12
12
 
13
13
  The docs has a peer dependency on the core components.
14
- If you are not already using MUI in your project, you can add it with:
14
+ If you are not already using Material UI in your project, you can add it with:
15
15
 
16
16
  ```bash
17
17
  npm install @mui/material
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/docs v5.15.5
2
+ * @mui/docs v5.15.6
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/docs v5.15.5
2
+ * @mui/docs v5.15.6
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/docs v5.15.5
2
+ * @mui/docs v5.15.6
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/docs",
3
- "version": "5.15.5",
3
+ "version": "5.15.6",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "MUI Docs - Documentation building blocks.",
@@ -26,13 +26,13 @@
26
26
  "@babel/runtime": "^7.23.8",
27
27
  "nprogress": "^0.2.0",
28
28
  "prop-types": "^15.8.1",
29
- "@mui/base": "5.0.0-beta.32",
30
- "@mui/utils": "^5.15.5"
29
+ "@mui/base": "5.0.0-beta.33",
30
+ "@mui/utils": "^5.15.6"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@types/react": "^17.0.0 || ^18.0.0",
34
34
  "react": "^17.0.0 || ^18.0.0",
35
- "@mui/material": "^5.15.5"
35
+ "@mui/material": "^5.15.6"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "@types/react": {