File tree 3 files changed +7
-6
lines changed
packages/grid/x-data-grid/src/components
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 98
98
"@types/mocha" : " ^10.0.0" ,
99
99
"@types/node" : " ^18.11.9" ,
100
100
"@types/prettier" : " ^2.7.1" ,
101
- "@types/react" : " ^18.0.24 " ,
101
+ "@types/react" : " ^18.0.25 " ,
102
102
"@types/react-dom" : " ^18.0.8" ,
103
103
"@types/requestidlecallback" : " ^0.3.5" ,
104
104
"@types/sinon" : " ^10.0.13" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ export interface AutoSizerSize {
17
17
// Credit to https://github.com/bvaughn/react-virtualized/blob/master/source/AutoSizer/AutoSizer.js
18
18
// for the sources.
19
19
20
- export interface AutoSizerProps extends Omit < React . HTMLAttributes < HTMLDivElement > , 'children' > {
20
+ export interface AutoSizerProps
21
+ extends Omit < React . HTMLAttributes < HTMLDivElement > , 'children' | 'onResize' > {
21
22
/**
22
23
* Function responsible for rendering children.
23
24
* @param {AutoSizerSize } size The grid's size.
Original file line number Diff line number Diff line change 3501
3501
dependencies:
3502
3502
"@types/react" "*"
3503
3503
3504
- "@types/react@*", "@types/react@^18.0.24 ":
3505
- version "18.0.24 "
3506
- resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.24 .tgz#2f79ed5b27f08d05107aab45c17919754cc44c20 "
3507
- integrity sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q ==
3504
+ "@types/react@*", "@types/react@^18.0.25 ":
3505
+ version "18.0.25 "
3506
+ resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.25 .tgz#8b1dcd7e56fe7315535a4af25435e0bb55c8ae44 "
3507
+ integrity sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g ==
3508
3508
dependencies:
3509
3509
"@types/prop-types" "*"
3510
3510
"@types/scheduler" "*"
You can’t perform that action at this time.
0 commit comments