Skip to content

Commit

Permalink
refactor(core): refactor dnd list
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk committed Dec 26, 2024
1 parent 7bdc570 commit 09c2c01
Show file tree
Hide file tree
Showing 8 changed files with 471 additions and 393 deletions.
6 changes: 5 additions & 1 deletion packages/libro-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,18 @@
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"dnd-core": "^16.0.1",
"lodash": "^4.17.21",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"resize-observer-polyfill": "^1.5.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/react": "^18.2.25",
"@types/uuid": "^9.0.2"
"@types/react-dom": "^18.2.4",
"@types/uuid": "^9.0.2",
"@types/lodash": "^4.17.13"
},
"peerDependencies": {
"antd": "^5.8.6",
Expand Down
144 changes: 0 additions & 144 deletions packages/libro-core/src/components/dnd-component/custom-drag-layer.tsx

This file was deleted.

Loading

0 comments on commit 09c2c01

Please sign in to comment.