Merge pull request #142 from ajnart/dnd

Drag and drop ! (v0.5.0)
This commit is contained in:
Thomas Camlong
2022-05-23 17:02:18 +02:00
committed by GitHub
10 changed files with 230 additions and 177 deletions

View File

@@ -25,6 +25,8 @@
"ci": "yarn test && yarn lint --fix && yarn typecheck && yarn prettier:write"
},
"dependencies": {
"@dnd-kit/core": "^6.0.1",
"@dnd-kit/sortable": "^7.0.0",
"@mantine/core": "^4.2.6",
"@mantine/dates": "^4.2.6",
"@mantine/dropzone": "^4.2.6",