Skip to content

Commit c2e853a

Browse files
committed
Add lodash as a peer dependency
1 parent f3cc09e commit c2e853a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"@types/jest": "^20.0.5",
3232
"@types/lodash.clonedeep": "^4.5.6",
3333
"jest": "^20.0.4",
34-
"lodash.clonedeep": "^4.5.0",
3534
"rimraf": "^2.6.2",
3635
"ts-jest": "^20.0.7",
3736
"tslint": "^5.5.0",
@@ -46,5 +45,8 @@
4645
"ts",
4746
"js"
4847
]
48+
},
49+
"peerDependencies": {
50+
"lodash.clonedeep": "^4.5.0"
4951
}
5052
}

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,11 +1577,6 @@ locate-path@^2.0.0:
15771577
p-locate "^2.0.0"
15781578
path-exists "^3.0.0"
15791579

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-
15851580
lodash@^4.17.11, lodash@^4.17.4:
15861581
version "4.17.11"
15871582
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"

0 commit comments

Comments
 (0)