File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 46
46
},
47
47
"dependencies" : {
48
48
"lodash.castarray" : " ^4.4.0" ,
49
+ "lodash.isplainobject" : " ^4.0.6" ,
49
50
"lodash.merge" : " ^4.6.2" ,
50
51
"lodash.uniq" : " ^4.5.0"
51
52
}
Original file line number Diff line number Diff line change 1
- const isPlainObject = require ( 'lodash/isPlainObject ' )
1
+ const isPlainObject = require ( 'lodash.isplainobject ' )
2
2
3
3
module . exports = {
4
4
isUsableColor ( color , values ) {
Original file line number Diff line number Diff line change @@ -5339,6 +5339,11 @@ lodash.castarray@^4.4.0:
5339
5339
resolved "https://registry.yarnpkg.com/lodash.castarray/-/lodash.castarray-4.4.0.tgz#c02513515e309daddd4c24c60cfddcf5976d9115"
5340
5340
integrity sha1-wCUTUV4wna3dTCTGDP3c9ZdtkRU=
5341
5341
5342
+ lodash.isplainobject@^4.0.6 :
5343
+ version "4.0.6"
5344
+ resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
5345
+ integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
5346
+
5342
5347
lodash.memoize@^4.1.2 :
5343
5348
version "4.1.2"
5344
5349
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
You can’t perform that action at this time.
0 commit comments