diff --git a/package.json b/package.json index 7bfed35044b..66c2c8e70eb 100644 --- a/package.json +++ b/package.json @@ -62,10 +62,10 @@ "test-staged" ], "dependencies": { + "@hello-pangea/dnd": "^16.2.0", "@types/chroma-js": "^2.0.0", "@types/lodash": "^4.14.194", "@types/numeral": "^0.0.28", - "@types/react-beautiful-dnd": "^13.1.2", "@types/react-input-autosize": "^2.2.1", "@types/react-virtualized-auto-sizer": "^1.0.1", "@types/react-window": "^1.8.5", @@ -78,7 +78,6 @@ "mdast-util-to-hast": "^10.0.0", "numeral": "^2.0.6", "prop-types": "^15.6.0", - "react-beautiful-dnd": "^13.1.0", "react-dropzone": "^11.5.3", "react-element-to-jsx-string": "^14.3.4", "react-focus-on": "^3.7.0", diff --git a/src-docs/src/views/drag_and_drop/drag_and_drop_example.js b/src-docs/src/views/drag_and_drop/drag_and_drop_example.js index 0a74ac9c829..96b5d177fdb 100644 --- a/src-docs/src/views/drag_and_drop/drag_and_drop_example.js +++ b/src-docs/src/views/drag_and_drop/drag_and_drop_example.js @@ -42,10 +42,14 @@ export const DragAndDropExample = {

An extension of{' '} + + @hello-pangea/dnd + {' '} + (which is an actively maintained fork of{' '} react-beautiful-dnd - {' '} - with a compatible API and built-in style opinions. Functionality + + ) with a compatible API and built-in style opinions. Functionality results from 3 components working together: