Feature/update dependencies (#685)

* Update dependencies

* Add missing "graphql" peer dependency
This commit is contained in:
schroda
2024-03-31 23:34:40 +02:00
committed by GitHub
parent 25b7d149ba
commit dc1a6cbd16
5 changed files with 805 additions and 1033 deletions

View File

@@ -12,7 +12,7 @@ import { Button, Tooltip } from '@mui/material';
import Checkbox from '@mui/material/Checkbox';
import IconButton from '@mui/material/IconButton';
import MoreVertIcon from '@mui/icons-material/MoreVert';
import { PopupState } from 'material-ui-popup-state/es/hooks';
import { PopupState } from 'material-ui-popup-state/hooks';
import { bindTrigger } from 'material-ui-popup-state';
import { isMobile } from 'react-device-detect';
import { SelectableCollectionReturnType } from '@/components/collection/useSelectableCollection.ts';