@mui/material 6.0.0-alpha.4 → 6.0.0-dev.240424162023-9968b4889d
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/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +5 -5
- package/umd/material-ui.development.js +1 -1
- package/umd/material-ui.production.min.js +1 -1
package/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/material",
|
|
3
|
-
"version": "6.0.0-
|
|
3
|
+
"version": "6.0.0-dev.240424162023-9968b4889d",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"prop-types": "^15.8.1",
|
|
35
35
|
"react-is": "^18.2.0",
|
|
36
36
|
"react-transition-group": "^4.4.5",
|
|
37
|
+
"@mui/base": "5.0.0-beta.42",
|
|
38
|
+
"@mui/core-downloads-tracker": "^6.0.0-dev.240424162023-9968b4889d",
|
|
39
|
+
"@mui/system": "^6.0.0-dev.240424162023-9968b4889d",
|
|
37
40
|
"@mui/types": "^7.2.14",
|
|
38
|
-
"@mui/
|
|
39
|
-
"@mui/core-downloads-tracker": "^6.0.0-alpha.4",
|
|
40
|
-
"@mui/utils": "^6.0.0-alpha.3",
|
|
41
|
-
"@mui/base": "5.0.0-beta.42"
|
|
41
|
+
"@mui/utils": "^6.0.0-alpha.3"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@emotion/react": "^11.5.0",
|