Skip to content

Commit

Permalink
chore: replace react-beautiful-dnd with @hello-pangea/dnd
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Dec 17, 2024
1 parent b1d1292 commit a4d3efa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/li-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@formily/antd-v5": "^1.1.2",
"@formily/core": "^2.2.24",
"@formily/react": "^2.2.24",
"@hello-pangea/dnd": "^17.0.0",
"@monaco-editor/react": "^4.5.1",
"@tanstack/query-core": "^5.0.0",
"@turf/turf": "^6.5.0",
Expand All @@ -54,7 +55,6 @@
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"papaparse": "^5.3.2",
"react-beautiful-dnd": "^13.1.0",
"react-error-boundary": "^4.0.10",
"shapefile": "^0.6.6",
"xlsx": "^0.18.5"
Expand All @@ -67,7 +67,6 @@
"@types/lodash-es": "^4.17.6",
"@types/papaparse": "^5.3.3",
"@types/react": "^18.0.0",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^18.0.0",
"@types/shapefile": "^0.6.1",
"antd": "^5.5.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import classNames from 'classnames';
import React, { useCallback } from 'react';
import type { DropResult } from 'react-beautiful-dnd';
import { DragDropContext, Draggable, Droppable } from 'react-beautiful-dnd';
import type { DropResult } from '@hello-pangea/dnd';
import { DragDropContext, Draggable, Droppable } from '@hello-pangea/dnd';
import { usePrefixCls } from '../../../../hooks';
import useStyle from './style';

Expand Down

0 comments on commit a4d3efa

Please sign in to comment.