File tree 2 files changed +3
-6
lines changed 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 31
31
"@types/jest" : " ^20.0.5" ,
32
32
"@types/lodash.clonedeep" : " ^4.5.6" ,
33
33
"jest" : " ^20.0.4" ,
34
- "lodash.clonedeep" : " ^4.5.0" ,
35
34
"rimraf" : " ^2.6.2" ,
36
35
"ts-jest" : " ^20.0.7" ,
37
36
"tslint" : " ^5.5.0" ,
46
45
" ts" ,
47
46
" js"
48
47
]
48
+ },
49
+ "peerDependencies" : {
50
+ "lodash.clonedeep" : " ^4.5.0"
49
51
}
50
52
}
Original file line number Diff line number Diff line change @@ -1577,11 +1577,6 @@ locate-path@^2.0.0:
1577
1577
p-locate "^2.0.0"
1578
1578
path-exists "^3.0.0"
1579
1579
1580
- lodash.clonedeep@^4.5.0 :
1581
- version "4.5.0"
1582
- resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
1583
- integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
1584
-
1585
1580
lodash@^4.17.11, lodash@^4.17.4 :
1586
1581
version "4.17.11"
1587
1582
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
You can’t perform that action at this time.
0 commit comments