chore(chess): add @dnd-kit deps for upcoming visual-builder block list
Brings forward from T28: @dnd-kit/core ^6.3.1, @dnd-kit/sortable ^8.0.0, @dnd-kit/utilities ^3.2.2. Wave 3's BlockList (T18) imports these for accessible drag-and-drop reordering.
This commit is contained in:
parent
19ae096acd
commit
26e708be14
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@
|
|||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dnd-kit/core": "^6",
|
||||
"@dnd-kit/sortable": "^8",
|
||||
"@dnd-kit/utilities": "^3",
|
||||
"@paratype/rete": "workspace:*",
|
||||
"@tailwindcss/vite": "^4.2.2",
|
||||
"canvas-confetti": "^1.9.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue