Merge pull request #19403 from backstage/renovate/react-virtualized-auto-sizer-1.x-lockfile

fix(deps): update dependency react-virtualized-auto-sizer to v1.0.20
This commit is contained in:
Fredrik Adelöw
2023-09-02 13:02:49 +02:00
committed by GitHub
2 changed files with 5 additions and 4 deletions
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import Box from '@material-ui/core/Box';
import IconButton from '@material-ui/core/IconButton';
import CopyIcon from '@material-ui/icons/FileCopy';
@@ -69,7 +70,7 @@ export function RealLogViewer(props: RealLogViewerProps) {
return (
<AutoSizer>
{({ height, width }) => (
{({ height, width }: { height?: number; width?: number }) => (
<Box style={{ width, height }} className={classes.root}>
<Box className={classes.header}>
<LogViewerControls {...search} />