File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4646 },
4747 "dependencies" : {
4848 "lodash.castarray" : " ^4.4.0" ,
49+ "lodash.isplainobject" : " ^4.0.6" ,
4950 "lodash.merge" : " ^4.6.2" ,
5051 "lodash.uniq" : " ^4.5.0"
5152 }
Original file line number Diff line number Diff line change 1- const isPlainObject = require ( 'lodash/isPlainObject ' )
1+ const isPlainObject = require ( 'lodash.isplainobject ' )
22
33module . exports = {
44 isUsableColor ( color , values ) {
Original file line number Diff line number Diff line change @@ -5339,6 +5339,11 @@ lodash.castarray@^4.4.0:
53395339 resolved "https://registry.yarnpkg.com/lodash.castarray/-/lodash.castarray-4.4.0.tgz#c02513515e309daddd4c24c60cfddcf5976d9115"
53405340 integrity sha1-wCUTUV4wna3dTCTGDP3c9ZdtkRU=
53415341
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+
53425347lodash.memoize@^4.1.2 :
53435348 version "4.1.2"
53445349 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