fix(deps): update dependency array-move to v4 (#5713)
* fix(deps): update dependency array-move to v4 * Update withFileControl.js Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
This commit is contained in:
@ -10,7 +10,7 @@ import { oneLine } from 'common-tags';
|
||||
import { lengths, components, buttons, borders, effects, shadows } from 'netlify-cms-ui-default';
|
||||
import { basename } from 'netlify-cms-lib-util';
|
||||
import { SortableContainer, SortableElement } from 'react-sortable-hoc';
|
||||
import arrayMove from 'array-move';
|
||||
import { arrayMoveImmutable as arrayMove } from 'array-move';
|
||||
|
||||
const MAX_DISPLAY_LENGTH = 50;
|
||||
|
||||
|
Reference in New Issue
Block a user