@mui/x-date-pickers-pro 9.1.0 → 9.3.0

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.
@@ -19,8 +19,8 @@ export const useDesktopRangePicker = _ref => {
19
19
  } = _ref,
20
20
  pickerParams = _objectWithoutPropertiesLoose(_ref, _excluded);
21
21
  useLicenseVerifier({
22
- releaseDate: "MTc3ODE5ODQwMDAwMA==",
23
- version: "9.1.0",
22
+ releaseDate: "MTc3OTMyMTYwMDAwMA==",
23
+ version: "9.3.0",
24
24
  name: 'x-date-pickers-pro'
25
25
  });
26
26
  const {
@@ -28,8 +28,8 @@ const useMobileRangePicker = _ref => {
28
28
  } = _ref,
29
29
  pickerParams = (0, _objectWithoutPropertiesLoose2.default)(_ref, _excluded);
30
30
  (0, _internals.useLicenseVerifier)({
31
- releaseDate: "MTc3ODE5ODQwMDAwMA==",
32
- version: "9.1.0",
31
+ releaseDate: "MTc3OTMyMTYwMDAwMA==",
32
+ version: "9.3.0",
33
33
  name: 'x-date-pickers-pro'
34
34
  });
35
35
  const {
@@ -21,8 +21,8 @@ export const useMobileRangePicker = _ref => {
21
21
  } = _ref,
22
22
  pickerParams = _objectWithoutPropertiesLoose(_ref, _excluded);
23
23
  useLicenseVerifier({
24
- releaseDate: "MTc3ODE5ODQwMDAwMA==",
25
- version: "9.1.0",
24
+ releaseDate: "MTc3OTMyMTYwMDAwMA==",
25
+ version: "9.3.0",
26
26
  name: 'x-date-pickers-pro'
27
27
  });
28
28
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-date-pickers-pro",
3
- "version": "9.1.0",
3
+ "version": "9.3.0",
4
4
  "author": "MUI Team",
5
5
  "description": "The Pro plan edition of the MUI X Date and Time Picker components.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -31,13 +31,13 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.29.2",
34
- "@mui/utils": "9.0.0",
34
+ "@mui/utils": "9.0.1",
35
35
  "clsx": "^2.1.1",
36
36
  "prop-types": "^15.8.1",
37
37
  "react-transition-group": "^4.4.5",
38
- "@mui/x-date-pickers": "^9.1.0",
39
- "@mui/x-internals": "^9.1.0",
40
- "@mui/x-license": "^9.1.0"
38
+ "@mui/x-date-pickers": "^9.3.0",
39
+ "@mui/x-license": "^9.2.0",
40
+ "@mui/x-internals": "^9.1.0"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@emotion/react": "^11.9.0",