Skip to content

Commit 4122786

Browse files
chore(dependencies): upgrade monitor-ui and set tanstack dependencies iso-monitorui
1 parent 34d6474 commit 4122786

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

frontend/package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"test:unit:watch": "npm run test:unit -- --watch"
2727
},
2828
"dependencies": {
29-
"@mtes-mct/monitor-ui": "24.14.0",
29+
"@mtes-mct/monitor-ui": "24.14.1",
3030
"@react-pdf/renderer": "4.2.1",
3131
"@reduxjs/toolkit": "2.5.1",
3232
"@sentry/browser": "8.54.0",
3333
"@sentry/react": "8.54.0",
3434
"@sentry/tracing": "7.120.3",
3535
"@svgr/webpack": "8.1.0",
3636
"@tanstack/react-table": "8.21.2",
37-
"@tanstack/react-virtual": "beta",
37+
"@tanstack/react-virtual": "3.13.2",
3838
"classnames": "2.5.1",
3939
"compressorjs": "1.2.1",
4040
"dayjs": "1.11.13",

frontend/src/components/Table/PaddingForVirtualizeTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function PaddingForVirtualizeTable({
1717
}
1818

1919
export const getPaddingValuesForVirtualizeTable = (
20-
virtualRows: VirtualItem<any>[],
20+
virtualRows: VirtualItem[],
2121
rowVirtualizer: Virtualizer<HTMLDivElement, Element>
2222
): [number, number] =>
2323
virtualRows?.length > 0

0 commit comments

Comments
 (0)