Skip to content
Snippets Groups Projects
Commit 1abe5beb authored by Chris Beer's avatar Chris Beer
Browse files

Replace react-beautiful-dnd with hello-pangea/dnd, a maintained fork

parent 3a75133a
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import { shallow } from 'enzyme';
import Input from '@material-ui/core/Input';
import Slider from '@material-ui/core/Slider';
import Typography from '@material-ui/core/Typography';
import { DragDropContext, Droppable, Draggable } from 'react-beautiful-dnd';
import { DragDropContext, Droppable, Draggable } from '@hello-pangea/dnd';
import { CanvasLayers } from '../../../src/components/CanvasLayers';
import IIIFThumbnail from '../../../src/containers/IIIFThumbnail';
......
......@@ -33,6 +33,7 @@
],
"repository": "https://github.com/ProjectMirador/mirador",
"dependencies": {
"@hello-pangea/dnd": "^16.0.1",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.53",
......@@ -54,7 +55,6 @@
"prop-types": "^15.6.2",
"re-reselect": "^4.0.0",
"react-aria-live": "^2.0.5",
"react-beautiful-dnd": "^13.0.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
......
......@@ -14,7 +14,7 @@ import VisibilityIcon from '@material-ui/icons/VisibilitySharp';
import VisibilityOffIcon from '@material-ui/icons/VisibilityOffSharp';
import OpacityIcon from '@material-ui/icons/OpacitySharp';
import Typography from '@material-ui/core/Typography';
import { DragDropContext, Droppable, Draggable } from 'react-beautiful-dnd';
import { DragDropContext, Droppable, Draggable } from '@hello-pangea/dnd';
import MiradorMenuButton from '../containers/MiradorMenuButton';
import IIIFThumbnail from '../containers/IIIFThumbnail';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment