Skip to content

Commit ecd98cf

Browse files
committed
Add lodash to dev dep
1 parent c2e853a commit ecd98cf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@types/jest": "^20.0.5",
3232
"@types/lodash.clonedeep": "^4.5.6",
3333
"jest": "^20.0.4",
34+
"lodash.clonedeep": "^4.5.0",
3435
"rimraf": "^2.6.2",
3536
"ts-jest": "^20.0.7",
3637
"tslint": "^5.5.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,6 +1577,11 @@ 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+
15801585
lodash@^4.17.11, lodash@^4.17.4:
15811586
version "4.17.11"
15821587
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"

0 commit comments

Comments
 (0)