@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.
@@ -35,8 +35,8 @@ const configuration = {
35
35
  }
36
36
  };
37
37
  const packageInfo = {
38
- releaseDate: "MTc3NTUyMDAwMDAwMA==",
39
- version: "9.0.0-rc.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: "MTc3NTUyMDAwMDAwMA==",
32
- version: "9.0.0-rc.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
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-pro v9.0.0-rc.0
2
+ * @mui/x-data-grid-pro v9.0.1
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-pro v9.0.0-rc.0
2
+ * @mui/x-data-grid-pro v9.0.1
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid-pro",
3
- "version": "9.0.0-rc.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-beta.1",
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.0-rc.0",
41
- "@mui/x-internals": "9.0.0-rc.0",
42
- "@mui/x-license": "9.0.0-rc.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-beta.0 || ^9.0.0",
48
- "@mui/system": "^7.3.0 || ^9.0.0-beta.1",
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
  },