chore(deps): lock file maintenance (#4171)

* chore(deps): lock file maintenance

* chore: fix lint error

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: erezrokah <erezrokah@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2020-08-17 12:59:08 +03:00
committed by GitHub
parent d649e960f0
commit e9134e0775
3 changed files with 749 additions and 687 deletions

View File

@ -10,6 +10,7 @@ jest.mock('lodash/debounce', () => {
return func;
};
});
// eslint-disable-next-line react/display-name
jest.mock('../EditorInterface', () => props => <mock-editor-interface {...props} />);
jest.mock('netlify-cms-ui-default', () => {
return {