File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
- import { cloneDeep } from 'lodash/lang '
1
+ import cloneDeep from 'lodash/cloneDeep '
2
2
import mixinToPlainObject from 'contentful-sdk-core/mixins/to-plain-object'
3
3
import freezeSys from 'contentful-sdk-core/freeze-sys'
4
4
Original file line number Diff line number Diff line change 1
- import { cloneDeep } from 'lodash/lang '
1
+ import cloneDeep from 'lodash/cloneDeep '
2
2
import mixinToPlainObject from 'contentful-sdk-core/mixins/to-plain-object'
3
3
import freezeSys from 'contentful-sdk-core/freeze-sys'
4
4
Original file line number Diff line number Diff line change 1
- import { cloneDeep } from 'lodash/lang '
2
- import { uniq } from 'lodash/array '
1
+ import cloneDeep from 'lodash/cloneDeep '
2
+ import uniq from 'lodash/uniq '
3
3
import mixinToPlainObject from 'contentful-sdk-core/mixins/to-plain-object'
4
4
import freezeSys from 'contentful-sdk-core/freeze-sys'
5
5
import mixinLinkGetters from '../mixins/link-getters'
Original file line number Diff line number Diff line change 1
- import { map , each , find } from 'lodash/collection'
2
- import { get } from 'lodash/object'
3
- import { partial , memoize } from 'lodash/function'
1
+ import map from 'lodash/map'
2
+ import each from 'lodash/each'
3
+ import find from 'lodash/find'
4
+ import get from 'lodash/get'
5
+ import partial from 'lodash/partial'
6
+ import memoize from 'lodash/memoize'
4
7
5
8
/**
6
9
* Sets getters on links for a given response
Original file line number Diff line number Diff line change 2
2
* See <a href="https://www.contentful.com/developers/docs/concepts/sync/">Synchronization</a> for more information.
3
3
* @namespace Sync
4
4
*/
5
- import { filter } from 'lodash/collection '
6
- import { cloneDeep } from 'lodash/lang '
5
+ import filter from 'lodash/filter '
6
+ import cloneDeep from 'lodash/cloneDeep '
7
7
import createRequestConfig from 'contentful-sdk-core/create-request-config'
8
8
import freezeSys from 'contentful-sdk-core/freeze-sys'
9
9
import mixinLinkGetters from './mixins/link-getters'
You can’t perform that action at this time.
0 commit comments