chore(frontend): update dependencies to latest major version, except Mantine

This commit is contained in:
acceis-international
2025-03-26 16:50:02 +01:00
parent 81b1970099
commit be8a0d0315
3 changed files with 356 additions and 405 deletions

View File

@@ -46,7 +46,7 @@ const Dropzone = ({
const t = useTranslate();
const { classes } = useStyles();
const openRef = useRef<() => void>();
const openRef = useRef<() => void>(null);
return (
<div className={classes.wrapper}>
<MantineDropzone