Skip to content

Commit b7c5bf4

Browse files
committed
fix(deps): remove a couple unnused lodash dependencies
1 parent dda542f commit b7c5bf4

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@
8080
"jest": "^26.4.2",
8181
"jest-watch-typeahead": "^0.6.1",
8282
"lint-staged": "^10.4.0",
83-
"lodash.camelcase": "^4.3.0",
8483
"lodash.has": "^4.5.2",
85-
"lodash.omit": "^4.5.0",
8684
"mkdirp": "^1.0.3",
8785
"prettier": "^2.1.2",
8886
"read-pkg-up": "^7.0.1",

yarn.lock

-10
Original file line numberDiff line numberDiff line change
@@ -6043,11 +6043,6 @@ lodash._reinterpolate@^3.0.0:
60436043
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
60446044
integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=
60456045

6046-
lodash.camelcase@^4.3.0:
6047-
version "4.3.0"
6048-
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
6049-
integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY=
6050-
60516046
lodash.has@^4.5.2:
60526047
version "4.5.2"
60536048
resolved "https://registry.yarnpkg.com/lodash.has/-/lodash.has-4.5.2.tgz#d19f4dc1095058cccbe2b0cdf4ee0fe4aa37c862"
@@ -6058,11 +6053,6 @@ lodash.map@^4.5.1:
60586053
resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"
60596054
integrity sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=
60606055

6061-
lodash.omit@^4.5.0:
6062-
version "4.5.0"
6063-
resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60"
6064-
integrity sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA=
6065-
60666056
lodash.sortby@^4.7.0:
60676057
version "4.7.0"
60686058
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"

0 commit comments

Comments
 (0)