chore: Update client dependencies

This commit is contained in:
Maksim Eltyshev
2026-02-04 17:52:04 +01:00
parent 450bd875c1
commit f8cd7474d1
17 changed files with 2310 additions and 1876 deletions
@@ -8,7 +8,7 @@ import ReactDOM from 'react-dom';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import { shallowEqual, useDispatch, useSelector } from 'react-redux';
import { Link } from 'react-router-dom';
import { Link } from 'react-router';
import { Draggable } from 'react-beautiful-dnd';
import { Button, Checkbox, Icon } from 'semantic-ui-react';
import { useDidUpdate } from '../../../../lib/hooks';