Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Mar 5, 2023
1 parent 3afe67f commit 753e4ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/sandpack/code-deps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {
cloudUiVersion,
cloudVersion,
dndUiVersion,
dndVersion,
excalidrawVersion,
juiceVersion,
Expand Down Expand Up @@ -32,7 +33,7 @@ export const cloudDeps = {

export const dndDeps = {
'@udecode/plate-dnd': dndVersion,
'@udecode/plate-ui-dnd': dndVersion,
'@udecode/plate-ui-dnd': dndUiVersion,
'react-dnd': '15.1.2',
'react-dnd-html5-backend': '15.1.3',
};
Expand Down
1 change: 1 addition & 0 deletions docs/docs/sandpack/plate-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export const selectionVersion = '19.7.0';
export const cloudVersion = '19.7.0';
export const cloudUiVersion = '19.7.0';
export const dndVersion = '19.7.0';
export const dndUiVersion = '19.7.0';

0 comments on commit 753e4ec

Please sign in to comment.