File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 51
51
"hardhat-gas-reporter" : " ^1.0.8" ,
52
52
"husky" : " ^7.0.4" ,
53
53
"lint-staged" : " 14.0.1" ,
54
+ "lodash.isequal" : " ^4.5.0" ,
55
+ "lodash.uniqwith" : " ^4.5.0" ,
54
56
"prettier" : " ^2.5.1" ,
55
57
"prettier-plugin-solidity" : " ^1.0.0-beta.19" ,
56
58
"rimraf" : " ^3.0.2" ,
Original file line number Diff line number Diff line change @@ -2891,11 +2891,21 @@ lodash.camelcase@^4.3.0:
2891
2891
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
2892
2892
integrity sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==
2893
2893
2894
+ lodash.isequal@^4.5.0 :
2895
+ version "4.5.0"
2896
+ resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
2897
+ integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==
2898
+
2894
2899
lodash.truncate@^4.4.2 :
2895
2900
version "4.4.2"
2896
2901
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
2897
2902
integrity sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==
2898
2903
2904
+ lodash.uniqwith@^4.5.0 :
2905
+ version "4.5.0"
2906
+ resolved "https://registry.yarnpkg.com/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz#7a0cbf65f43b5928625a9d4d0dc54b18cadc7ef3"
2907
+ integrity sha512-7lYL8bLopMoy4CTICbxygAUq6CdRJ36vFc80DucPueUee+d5NBRxz3FdT9Pes/HEx5mPoT9jwnsEJWz1N7uq7Q==
2908
+
2899
2909
lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.21 :
2900
2910
version "4.17.21"
2901
2911
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
You can’t perform that action at this time.
0 commit comments