Skip to content

Commit 1de55d6

Browse files
committed
fix: add lodash.merge as dep
1 parent 80f0cf1 commit 1de55d6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"global": "^4.3.0",
102102
"hoist-non-react-statics": "^2.5.0",
103103
"loader-utils": "^1.1.0",
104+
"lodash.merge": "^4.6.1",
104105
"prop-types": "^15.6.1",
105106
"react-lifecycles-compat": "^3.0.4",
106107
"shallowequal": "^1.0.2",

Diff for: yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -4539,6 +4539,11 @@ lodash.merge@^4.0.2:
45394539
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.0.tgz#69884ba144ac33fe699737a6086deffadd0f89c5"
45404540
integrity sha1-aYhLoUSsM/5plzemCG3v+t0PicU=
45414541

4542+
lodash.merge@^4.6.1:
4543+
version "4.6.1"
4544+
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.1.tgz#adc25d9cb99b9391c59624f379fbba60d7111d54"
4545+
integrity sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==
4546+
45424547
lodash.sortby@^4.7.0:
45434548
version "4.7.0"
45444549
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"

0 commit comments

Comments
 (0)