Skip to content

Commit

Permalink
build(deps): bump react-virtualized-auto-sizer from 1.0.7 to 1.0.24 i…
Browse files Browse the repository at this point in the history
…n /superset-frontend (apache#28085)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <[email protected]>
  • Loading branch information
dependabot[bot] and rusackas authored Apr 22, 2024
1 parent 61b14df commit 896ba0e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
21 changes: 9 additions & 12 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"react-table": "^7.8.0",
"react-transition-group": "^2.5.3",
"react-ultimate-pagination": "^1.3.0",
"react-virtualized-auto-sizer": "^1.0.7",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.8",
"redux": "^4.2.1",
"redux-localstorage": "^0.4.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export default function DataSourcePanel({
</StyledInfoboxWrapper>
)}
<AutoSizer>
{({ height }) => (
{({ height }: { height: number }) => (
<List
width={width - BORDER_WIDTH}
height={height}
Expand Down

0 comments on commit 896ba0e

Please sign in to comment.