File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- import cloneDeep from 'lodash/cloneDeep' ;
1+ // eslint-disable-next-line import/extensions
2+ import { cloneDeep } from '../../src/internal/utils/cloneDeep' ;
23import {
34 createTestURL ,
45 createTestURLUsingRealLegacy
6+ // eslint-disable-next-line import/extensions
57} from "./transformationLegacyTests/utils/createTestURL" ;
68
79type CompatibilityTestCase = {
Original file line number Diff line number Diff line change 44
55
66import pkg from '../../../package.json' ;
7+ // eslint-disable-next-line import/extensions
78import { createNewImageWithAnalytics } from "./testUtils/createNewImageWithAnalytics" ;
89
910// Since packageVersion value is only set during build, we need to mock it during tests
Original file line number Diff line number Diff line change 8787 "typescript" : " ^3.9.3" ,
8888 "webpack" : " ^4.44.1"
8989 },
90- "dependencies" : {
91- "@types/lodash.clonedeep" : " ^4.5.6" ,
92- "lodash.clonedeep" : " ^4.5.0"
93- },
9490 "exports" : {
9591 "./bundles/umd/package.json" : " ./bundles/umd/package.json" ,
9692 "./package.json" : " ./package.json" ,
110106 "default" : " ./index.js"
111107 }
112108 }
113- }
109+ }
You can’t perform that action at this time.
0 commit comments