@mui/x-data-grid-premium 8.5.1 → 8.5.2

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 CHANGED
@@ -5,6 +5,98 @@
5
5
  All notable changes to this project will be documented in this file.
6
6
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
7
 
8
+ ## 8.5.2
9
+
10
+ _Jun 12, 2025_
11
+
12
+ We'd like to extend a big thank you to the 15 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ - 📊 Improve Data Grid selectors performance
15
+ - 🐞 Fix `useSyncExternalStore` import error in React 17
16
+
17
+ Special thanks go out to the community members for their valuable contributions:
18
+ @alisasanib, @noobyogi0010.
19
+
20
+ The following are all team members who have contributed to this release:
21
+ @alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @JCQuintas, @KenanYusuf, @LukasTy, @mapache-salvaje, @michelengelen, @noraleonte, @oliviertassinari, @prakhargupta1, @romgrk.
22
+
23
+ ### Data Grid
24
+
25
+ #### `@mui/x-data-grid@8.5.2`
26
+
27
+ - [DataGrid] Improve selectors performance (#18234) @romgrk
28
+ - [DataGrid] Fix data grid palette when using CSS vars (#18310) @KenanYusuf
29
+ - [DataGrid] Ignore data source request if the grid got unmounted (#18268) @arminmeh
30
+
31
+ #### `@mui/x-data-grid-pro@8.5.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
32
+
33
+ Same changes as in `@mui/x-data-grid@8.5.2`, plus:
34
+
35
+ - [DataGridPro] Fix flex column width if it is a pinned column (#18293) @alisasanib
36
+ - [DataGridPro] Fix inconsistent filtering results with aggregation (#17954) @cherniavskii
37
+
38
+ #### `@mui/x-data-grid-premium@8.5.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
39
+
40
+ Same changes as in `@mui/x-data-grid-pro@8.5.2`.
41
+
42
+ ### Date and Time Pickers
43
+
44
+ #### `@mui/x-date-pickers@8.5.2`
45
+
46
+ - [pickers] Add `PickerDay2` and `DateRangePickerDay2` components (#15921) @noraleonte
47
+ - [pickers] Fix `hiddenLabel` prop propagation (#18195) @noobyogi0010
48
+
49
+ #### `@mui/x-date-pickers-pro@8.5.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
50
+
51
+ Same changes as in `@mui/x-date-pickers@8.5.2`.
52
+
53
+ ### Charts
54
+
55
+ #### `@mui/x-charts@8.5.2`
56
+
57
+ - [charts] Add a default value formatter for continuous scales (#18178) @bernardobelchior
58
+ - [charts] Add margin-bottom to charts toolbar (#18326) @bernardobelchior
59
+ - [charts] Fix grid with band scale (#18295) @alexfauquette
60
+ - [charts] Remove unnecessary style changes in tests (#18317) @JCQuintas
61
+ - [charts] Remove `sx` prop merging from `useComponentRenderer` (#18235) @bernardobelchior
62
+ - [charts] Fix `useSyncExternalStore` import error in React 17 (#18314) @bernardobelchior
63
+
64
+ #### `@mui/x-charts-pro@8.5.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
65
+
66
+ Same changes as in `@mui/x-charts@8.5.2`, plus:
67
+
68
+ - [charts-pro] Document zoom slider tooltip value formatting (#18261) @bernardobelchior
69
+ - [charts-pro] Funnel `gap` prop does not impact the drawing area (#18233) @JCQuintas
70
+ - [charts-pro] Use `ChartsToolbarPro` types in pro charts (#18243) @bernardobelchior
71
+
72
+ ### Tree View
73
+
74
+ #### `@mui/x-tree-view@8.5.2`
75
+
76
+ - [tree-view] Fix `useSyncExternalStore` import error in React 17 (#18314) @bernardobelchior
77
+
78
+ #### `@mui/x-tree-view-pro@8.5.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
79
+
80
+ Same changes as in `@mui/x-tree-view@8.5.2`.
81
+
82
+ ### Docs
83
+
84
+ - [docs] Add toolbar custom trigger and panel recipe (#18297) @KenanYusuf
85
+ - [docs] Copyedit the Priority support page (#18311) @mapache-salvaje
86
+ - [docs] Remove confusing opt-out mention in telemetry docs (#18257) @prakhargupta1
87
+ - [docs] Revise the Master Detail doc (#17927) @mapache-salvaje
88
+ - [docs] Revise the list view doc (#17928) @mapache-salvaje
89
+ - [docs] Audit and revise the Pro column docs (#17844) @mapache-salvaje
90
+ - [docs] Add some more context on Heatmap (#18256) @oliviertassinari
91
+ - [x-telemetry] Reduce Telemetry overhead (#18292) @oliviertassinari
92
+ - [code-infra] Align Node version used in CI to v22 (#18319) @LukasTy
93
+ - [code-infra] Fix pkg.pr.new publishing (#18316) @bernardobelchior
94
+ - [code-infra] Revert `React` to `19.0.0` (#18265) @LukasTy
95
+ - [code-infra] Use `catalog` for reused dependencies (#18302) @LukasTy
96
+ - [infra] Remove unused karma/mocha deps and files (#18340) @JCQuintas
97
+ - [infra] Update github label references to use 'scope' instead of 'component' (#18260) @michelengelen
98
+ - [infra] Use a single browser server in CI (#18230) @JCQuintas
99
+
8
100
  ## 8.5.1
9
101
 
10
102
  <!-- generated comparing v8.5.0..master -->
@@ -40,7 +40,7 @@ const configuration = {
40
40
  }
41
41
  }
42
42
  };
43
- const releaseInfo = "MTc0OTA3MDgwMDAwMA==";
43
+ const releaseInfo = "MTc0OTY3OTIwMDAwMA==";
44
44
  const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_xLicense.Watermark, {
45
45
  packageName: "x-data-grid-premium",
46
46
  releaseInfo: releaseInfo
@@ -33,7 +33,7 @@ const configuration = {
33
33
  }
34
34
  }
35
35
  };
36
- const releaseInfo = "MTc0OTA3MDgwMDAwMA==";
36
+ const releaseInfo = "MTc0OTY3OTIwMDAwMA==";
37
37
  const watermark = /*#__PURE__*/_jsx(Watermark, {
38
38
  packageName: "x-data-grid-premium",
39
39
  releaseInfo: releaseInfo
@@ -7,16 +7,22 @@ export declare const gridAggregationStateSelector: import("@mui/x-data-grid").Ou
7
7
  * If a column is not in the model, it is not aggregated.
8
8
  * @category Aggregation
9
9
  */
10
- export declare const gridAggregationModelSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAggregationInterfaces.js").GridAggregationState, import("./gridAggregationInterfaces.js").GridAggregationModel>;
10
+ export declare const gridAggregationModelSelector: (args_0: import("react").RefObject<{
11
+ state: GridStatePremium;
12
+ } | null>) => import("./gridAggregationInterfaces.js").GridAggregationModel;
11
13
  /**
12
14
  * Get the aggregation results as a lookup.
13
15
  * @category Aggregation
14
16
  */
15
- export declare const gridAggregationLookupSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAggregationInterfaces.js").GridAggregationState, import("./gridAggregationInterfaces.js").GridAggregationLookup>;
16
- export declare const gridCellAggregationResultSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, {
17
+ export declare const gridAggregationLookupSelector: (args_0: import("react").RefObject<{
18
+ state: GridStatePremium;
19
+ } | null>) => import("./gridAggregationInterfaces.js").GridAggregationLookup;
20
+ export declare const gridCellAggregationResultSelector: (args_0: import("react").RefObject<{
21
+ state: GridStatePremium;
22
+ } | null>, args_1: {
17
23
  id: GridRowId;
18
24
  field: string;
19
- }, {
25
+ }) => {
20
26
  position: GridAggregationPosition;
21
27
  value: any;
22
- } | null>;
28
+ } | null;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { RefObject } from '@mui/x-internals/types';
3
- import { GridColDef, GridFilterOperator } from '@mui/x-data-grid-pro';
3
+ import { GridColDef } from '@mui/x-data-grid-pro';
4
4
  import { type GridBaseColDef } from '@mui/x-data-grid-pro/internals';
5
5
  import { GridApiPremium } from "../../../models/gridApiPremium.js";
6
6
  import type { GridAggregationRule } from "./gridAggregationInterfaces.js";
@@ -46,7 +46,7 @@ export declare const unwrapColumnFromAggregation: (column: GridColDef) => GridBa
46
46
  hideSortIcons?: boolean;
47
47
  disableColumnMenu?: boolean;
48
48
  filterable?: boolean;
49
- filterOperators?: readonly GridFilterOperator<import("@mui/x-data-grid").GridValidRowModel, any, any, any>[] | undefined;
49
+ filterOperators?: readonly import("@mui/x-data-grid").GridFilterOperator<import("@mui/x-data-grid").GridValidRowModel, any, any, any>[] | undefined;
50
50
  getApplyQuickFilterFn?: import("@mui/x-data-grid").GetApplyQuickFilterFn<import("@mui/x-data-grid").GridValidRowModel, any> | undefined;
51
51
  disableReorder?: boolean;
52
52
  disableExport?: boolean;
@@ -88,33 +88,6 @@ const getAggregationValueWrappedRenderCell = ({
88
88
  return wrappedRenderCell;
89
89
  };
90
90
 
91
- /**
92
- * Skips the filtering for aggregated rows
93
- */
94
- const getWrappedFilterOperators = ({
95
- value: filterOperators,
96
- apiRef,
97
- getCellAggregationResult
98
- }) => filterOperators.map(operator => {
99
- const baseGetApplyFilterFn = operator.getApplyFilterFn;
100
- const getApplyFilterFn = (filterItem, colDef) => {
101
- const filterFn = baseGetApplyFilterFn(filterItem, colDef);
102
- if (!filterFn) {
103
- return null;
104
- }
105
- return (value, row, column, api) => {
106
- const rowId = gridRowIdSelector(apiRef, row);
107
- if (getCellAggregationResult(rowId, column.field) != null) {
108
- return true;
109
- }
110
- return filterFn(value, row, column, api);
111
- };
112
- };
113
- return _extends({}, operator, {
114
- getApplyFilterFn
115
- });
116
- });
117
-
118
91
  /**
119
92
  * Add the aggregation method around the header name
120
93
  */
@@ -192,7 +165,6 @@ export const wrapColumnWithAggregationValue = (column, aggregationRule, apiRef)
192
165
  wrapColumnProperty('valueFormatter', getAggregationValueWrappedValueFormatter);
193
166
  wrapColumnProperty('renderCell', getAggregationValueWrappedRenderCell);
194
167
  wrapColumnProperty('renderHeader', getWrappedRenderHeader);
195
- wrapColumnProperty('filterOperators', getWrappedFilterOperators);
196
168
  if (!didWrapSomeProperty) {
197
169
  return column;
198
170
  }
@@ -1,5 +1,11 @@
1
1
  import type { GridStatePremium } from "../../../models/gridStatePremium.js";
2
2
  import { Conversation } from "./gridAiAssistantInterfaces.js";
3
- export declare const gridAiAssistantActiveConversationIndexSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAiAssistantInterfaces.js").GridAiAssistantState, number>;
4
- export declare const gridAiAssistantConversationsSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAiAssistantInterfaces.js").GridAiAssistantState, Conversation[]>;
5
- export declare const gridAiAssistantActiveConversationSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, number, Conversation | undefined>;
3
+ export declare const gridAiAssistantActiveConversationIndexSelector: (args_0: import("react").RefObject<{
4
+ state: GridStatePremium;
5
+ } | null>) => number;
6
+ export declare const gridAiAssistantConversationsSelector: (args_0: import("react").RefObject<{
7
+ state: GridStatePremium;
8
+ } | null>) => Conversation[];
9
+ export declare const gridAiAssistantActiveConversationSelector: (args_0: import("react").RefObject<{
10
+ state: GridStatePremium;
11
+ } | null>) => Conversation | undefined;
@@ -1,4 +1,8 @@
1
1
  import type { GridStatePremium } from "../../../models/gridStatePremium.js";
2
- export declare const gridPivotModelSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridPivotingInterfaces.js").GridPivotingState, import("./gridPivotingInterfaces.js").GridPivotModel>;
3
- export declare const gridPivotPropsOverridesSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridPivotingInterfaces.js").GridPivotingState, import("./gridPivotingInterfaces.js").GridPivotingPropsOverrides | undefined>;
2
+ export declare const gridPivotModelSelector: (args_0: import("react").RefObject<{
3
+ state: GridStatePremium;
4
+ } | null>) => import("./gridPivotingInterfaces.js").GridPivotModel;
5
+ export declare const gridPivotPropsOverridesSelector: (args_0: import("react").RefObject<{
6
+ state: GridStatePremium;
7
+ } | null>) => import("./gridPivotingInterfaces.js").GridPivotingPropsOverrides | undefined;
4
8
  export { gridPivotActiveSelector, gridPivotInitialColumnsSelector, gridPivotPanelOpenSelector } from '@mui/x-data-grid/internals';
@@ -1,3 +1,7 @@
1
1
  import { GridStatePremium } from "../../../models/gridStatePremium.js";
2
- export declare const gridRowGroupingModelSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridRowGroupingInterfaces.js").GridRowGroupingState, import("./gridRowGroupingInterfaces.js").GridRowGroupingModel>;
3
- export declare const gridRowGroupingSanitizedModelSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("@mui/x-data-grid").GridColumnLookup, string[]>;
2
+ export declare const gridRowGroupingModelSelector: (args_0: import("react").RefObject<{
3
+ state: GridStatePremium;
4
+ } | null>) => import("./gridRowGroupingInterfaces.js").GridRowGroupingModel;
5
+ export declare const gridRowGroupingSanitizedModelSelector: (args_0: import("react").RefObject<{
6
+ state: GridStatePremium;
7
+ } | null>) => string[];
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v8.5.1
2
+ * @mui/x-data-grid-premium v8.5.2
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -7,16 +7,22 @@ export declare const gridAggregationStateSelector: import("@mui/x-data-grid").Ou
7
7
  * If a column is not in the model, it is not aggregated.
8
8
  * @category Aggregation
9
9
  */
10
- export declare const gridAggregationModelSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAggregationInterfaces.js").GridAggregationState, import("./gridAggregationInterfaces.js").GridAggregationModel>;
10
+ export declare const gridAggregationModelSelector: (args_0: import("react").RefObject<{
11
+ state: GridStatePremium;
12
+ } | null>) => import("./gridAggregationInterfaces.js").GridAggregationModel;
11
13
  /**
12
14
  * Get the aggregation results as a lookup.
13
15
  * @category Aggregation
14
16
  */
15
- export declare const gridAggregationLookupSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAggregationInterfaces.js").GridAggregationState, import("./gridAggregationInterfaces.js").GridAggregationLookup>;
16
- export declare const gridCellAggregationResultSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, {
17
+ export declare const gridAggregationLookupSelector: (args_0: import("react").RefObject<{
18
+ state: GridStatePremium;
19
+ } | null>) => import("./gridAggregationInterfaces.js").GridAggregationLookup;
20
+ export declare const gridCellAggregationResultSelector: (args_0: import("react").RefObject<{
21
+ state: GridStatePremium;
22
+ } | null>, args_1: {
17
23
  id: GridRowId;
18
24
  field: string;
19
- }, {
25
+ }) => {
20
26
  position: GridAggregationPosition;
21
27
  value: any;
22
- } | null>;
28
+ } | null;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { RefObject } from '@mui/x-internals/types';
3
- import { GridColDef, GridFilterOperator } from '@mui/x-data-grid-pro';
3
+ import { GridColDef } from '@mui/x-data-grid-pro';
4
4
  import { type GridBaseColDef } from '@mui/x-data-grid-pro/internals';
5
5
  import { GridApiPremium } from "../../../models/gridApiPremium.js";
6
6
  import type { GridAggregationRule } from "./gridAggregationInterfaces.js";
@@ -46,7 +46,7 @@ export declare const unwrapColumnFromAggregation: (column: GridColDef) => GridBa
46
46
  hideSortIcons?: boolean;
47
47
  disableColumnMenu?: boolean;
48
48
  filterable?: boolean;
49
- filterOperators?: readonly GridFilterOperator<import("@mui/x-data-grid").GridValidRowModel, any, any, any>[] | undefined;
49
+ filterOperators?: readonly import("@mui/x-data-grid").GridFilterOperator<import("@mui/x-data-grid").GridValidRowModel, any, any, any>[] | undefined;
50
50
  getApplyQuickFilterFn?: import("@mui/x-data-grid").GetApplyQuickFilterFn<import("@mui/x-data-grid").GridValidRowModel, any> | undefined;
51
51
  disableReorder?: boolean;
52
52
  disableExport?: boolean;
@@ -96,33 +96,6 @@ const getAggregationValueWrappedRenderCell = ({
96
96
  return wrappedRenderCell;
97
97
  };
98
98
 
99
- /**
100
- * Skips the filtering for aggregated rows
101
- */
102
- const getWrappedFilterOperators = ({
103
- value: filterOperators,
104
- apiRef,
105
- getCellAggregationResult
106
- }) => filterOperators.map(operator => {
107
- const baseGetApplyFilterFn = operator.getApplyFilterFn;
108
- const getApplyFilterFn = (filterItem, colDef) => {
109
- const filterFn = baseGetApplyFilterFn(filterItem, colDef);
110
- if (!filterFn) {
111
- return null;
112
- }
113
- return (value, row, column, api) => {
114
- const rowId = (0, _xDataGridPro.gridRowIdSelector)(apiRef, row);
115
- if (getCellAggregationResult(rowId, column.field) != null) {
116
- return true;
117
- }
118
- return filterFn(value, row, column, api);
119
- };
120
- };
121
- return (0, _extends2.default)({}, operator, {
122
- getApplyFilterFn
123
- });
124
- });
125
-
126
99
  /**
127
100
  * Add the aggregation method around the header name
128
101
  */
@@ -200,7 +173,6 @@ const wrapColumnWithAggregationValue = (column, aggregationRule, apiRef) => {
200
173
  wrapColumnProperty('valueFormatter', getAggregationValueWrappedValueFormatter);
201
174
  wrapColumnProperty('renderCell', getAggregationValueWrappedRenderCell);
202
175
  wrapColumnProperty('renderHeader', getWrappedRenderHeader);
203
- wrapColumnProperty('filterOperators', getWrappedFilterOperators);
204
176
  if (!didWrapSomeProperty) {
205
177
  return column;
206
178
  }
@@ -1,5 +1,11 @@
1
1
  import type { GridStatePremium } from "../../../models/gridStatePremium.js";
2
2
  import { Conversation } from "./gridAiAssistantInterfaces.js";
3
- export declare const gridAiAssistantActiveConversationIndexSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAiAssistantInterfaces.js").GridAiAssistantState, number>;
4
- export declare const gridAiAssistantConversationsSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAiAssistantInterfaces.js").GridAiAssistantState, Conversation[]>;
5
- export declare const gridAiAssistantActiveConversationSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, number, Conversation | undefined>;
3
+ export declare const gridAiAssistantActiveConversationIndexSelector: (args_0: import("react").RefObject<{
4
+ state: GridStatePremium;
5
+ } | null>) => number;
6
+ export declare const gridAiAssistantConversationsSelector: (args_0: import("react").RefObject<{
7
+ state: GridStatePremium;
8
+ } | null>) => Conversation[];
9
+ export declare const gridAiAssistantActiveConversationSelector: (args_0: import("react").RefObject<{
10
+ state: GridStatePremium;
11
+ } | null>) => Conversation | undefined;
@@ -1,4 +1,8 @@
1
1
  import type { GridStatePremium } from "../../../models/gridStatePremium.js";
2
- export declare const gridPivotModelSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridPivotingInterfaces.js").GridPivotingState, import("./gridPivotingInterfaces.js").GridPivotModel>;
3
- export declare const gridPivotPropsOverridesSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridPivotingInterfaces.js").GridPivotingState, import("./gridPivotingInterfaces.js").GridPivotingPropsOverrides | undefined>;
2
+ export declare const gridPivotModelSelector: (args_0: import("react").RefObject<{
3
+ state: GridStatePremium;
4
+ } | null>) => import("./gridPivotingInterfaces.js").GridPivotModel;
5
+ export declare const gridPivotPropsOverridesSelector: (args_0: import("react").RefObject<{
6
+ state: GridStatePremium;
7
+ } | null>) => import("./gridPivotingInterfaces.js").GridPivotingPropsOverrides | undefined;
4
8
  export { gridPivotActiveSelector, gridPivotInitialColumnsSelector, gridPivotPanelOpenSelector } from '@mui/x-data-grid/internals';
@@ -1,3 +1,7 @@
1
1
  import { GridStatePremium } from "../../../models/gridStatePremium.js";
2
- export declare const gridRowGroupingModelSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridRowGroupingInterfaces.js").GridRowGroupingState, import("./gridRowGroupingInterfaces.js").GridRowGroupingModel>;
3
- export declare const gridRowGroupingSanitizedModelSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("@mui/x-data-grid").GridColumnLookup, string[]>;
2
+ export declare const gridRowGroupingModelSelector: (args_0: import("react").RefObject<{
3
+ state: GridStatePremium;
4
+ } | null>) => import("./gridRowGroupingInterfaces.js").GridRowGroupingModel;
5
+ export declare const gridRowGroupingSanitizedModelSelector: (args_0: import("react").RefObject<{
6
+ state: GridStatePremium;
7
+ } | null>) => string[];
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v8.5.1
2
+ * @mui/x-data-grid-premium v8.5.2
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid-premium",
3
- "version": "8.5.1",
3
+ "version": "8.5.2",
4
4
  "author": "MUI Team",
5
5
  "description": "The Premium plan edition of the MUI X Data Grid Components.",
6
6
  "main": "./index.js",
@@ -35,17 +35,16 @@
35
35
  "directory": "packages/x-data-grid-premium"
36
36
  },
37
37
  "dependencies": {
38
- "@babel/runtime": "^7.27.4",
38
+ "@babel/runtime": "^7.27.6",
39
39
  "@mui/utils": "^7.1.1",
40
40
  "@types/format-util": "^1.0.4",
41
41
  "clsx": "^2.1.1",
42
42
  "exceljs": "^4.4.0",
43
43
  "prop-types": "^15.8.1",
44
- "reselect": "^5.1.1",
45
- "@mui/x-data-grid": "8.5.1",
46
- "@mui/x-internals": "8.5.1",
47
- "@mui/x-license": "8.5.1",
48
- "@mui/x-data-grid-pro": "8.5.1"
44
+ "@mui/x-data-grid": "8.5.2",
45
+ "@mui/x-data-grid-pro": "8.5.2",
46
+ "@mui/x-internals": "8.5.2",
47
+ "@mui/x-license": "8.5.2"
49
48
  },
50
49
  "peerDependencies": {
51
50
  "@emotion/react": "^11.9.0",