@mui/x-data-grid-pro 9.0.0-rc.0 → 9.0.1
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/CHANGELOG.md +207 -6892
- package/DataGridPro/DataGridPro.js +2 -2
- package/DataGridPro/DataGridPro.mjs +2 -2
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +7 -7
|
@@ -35,8 +35,8 @@ const configuration = {
|
|
|
35
35
|
}
|
|
36
36
|
};
|
|
37
37
|
const packageInfo = {
|
|
38
|
-
releaseDate: "
|
|
39
|
-
version: "9.0.
|
|
38
|
+
releaseDate: "MTc3NTYwNjQwMDAwMA==",
|
|
39
|
+
version: "9.0.1",
|
|
40
40
|
name: 'x-data-grid-pro'
|
|
41
41
|
};
|
|
42
42
|
const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_internals.Watermark, {
|
|
@@ -28,8 +28,8 @@ const configuration = {
|
|
|
28
28
|
}
|
|
29
29
|
};
|
|
30
30
|
const packageInfo = {
|
|
31
|
-
releaseDate: "
|
|
32
|
-
version: "9.0.
|
|
31
|
+
releaseDate: "MTc3NTYwNjQwMDAwMA==",
|
|
32
|
+
version: "9.0.1",
|
|
33
33
|
name: 'x-data-grid-pro'
|
|
34
34
|
};
|
|
35
35
|
const watermark = /*#__PURE__*/_jsx(Watermark, {
|
package/index.js
CHANGED
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-data-grid-pro",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The Pro plan edition of the MUI X Data Grid components.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@babel/runtime": "^7.28.6",
|
|
37
|
-
"@mui/utils": "9.0.0
|
|
37
|
+
"@mui/utils": "9.0.0",
|
|
38
38
|
"clsx": "^2.1.1",
|
|
39
39
|
"prop-types": "^15.8.1",
|
|
40
|
-
"@mui/x-data-grid": "9.0.
|
|
41
|
-
"@mui/x-internals": "9.0.0
|
|
42
|
-
"@mui/x-license": "9.0.0
|
|
40
|
+
"@mui/x-data-grid": "^9.0.1",
|
|
41
|
+
"@mui/x-internals": "^9.0.0",
|
|
42
|
+
"@mui/x-license": "^9.0.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@emotion/react": "^11.9.0",
|
|
46
46
|
"@emotion/styled": "^11.8.1",
|
|
47
|
-
"@mui/material": "^7.3.0 || ^9.0.0
|
|
48
|
-
"@mui/system": "^7.3.0 || ^9.0.0
|
|
47
|
+
"@mui/material": "^7.3.0 || ^9.0.0",
|
|
48
|
+
"@mui/system": "^7.3.0 || ^9.0.0",
|
|
49
49
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
50
50
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
51
51
|
},
|