Skip to content

Commit 03200cf

Browse files
committed
add lodash.isplainobject as dedicated dependency
1 parent 33b47fd commit 03200cf

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
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
}

Diff for: src/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const isPlainObject = require('lodash/isPlainObject')
1+
const isPlainObject = require('lodash.isplainobject')
22

33
module.exports = {
44
isUsableColor(color, values) {

Diff for: yarn.lock

+5
Original file line numberDiff line numberDiff 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+
53425347
lodash.memoize@^4.1.2:
53435348
version "4.1.2"
53445349
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"

0 commit comments

Comments
 (0)