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:
Joey Yakimowich-Payne 2026-04-21 18:01:41 -06:00
commit 26e708be14
No known key found for this signature in database

View file

@ -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",