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:
@ -23,7 +23,7 @@
|
||||
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward"
|
||||
},
|
||||
"dependencies": {
|
||||
"array-move": "3.0.1",
|
||||
"array-move": "4.0.0",
|
||||
"common-tags": "^1.8.0",
|
||||
"react-sortable-hoc": "^2.0.0"
|
||||
},
|
||||
|
@ -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