Skip to content

Commit

Permalink
Add lodash as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
develohpanda committed May 12, 2019
1 parent f3cc09e commit c2e853a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@types/jest": "^20.0.5",
"@types/lodash.clonedeep": "^4.5.6",
"jest": "^20.0.4",
"lodash.clonedeep": "^4.5.0",
"rimraf": "^2.6.2",
"ts-jest": "^20.0.7",
"tslint": "^5.5.0",
Expand All @@ -46,5 +45,8 @@
"ts",
"js"
]
},
"peerDependencies": {
"lodash.clonedeep": "^4.5.0"
}
}
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1577,11 +1577,6 @@ locate-path@^2.0.0:
p-locate "^2.0.0"
path-exists "^3.0.0"

lodash.clonedeep@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=

lodash@^4.17.11, lodash@^4.17.4:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
Expand Down

0 comments on commit c2e853a

Please sign in to comment.