File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 52
52
"xo" : " ^0.24.0"
53
53
},
54
54
"dependencies" : {
55
- "lodash" : " ^4.17.15"
55
+ "lodash.isplainobject" : " ^4.0.6" ,
56
+ "lodash.isstring" : " ^4.0.1"
56
57
},
57
58
"xo" : {
58
59
"prettier" : true ,
Original file line number Diff line number Diff line change 1
- import { isPlainObject , isString } from 'lodash' ;
1
+ import isPlainObject from 'lodash.isplainobject' ;
2
+ import isString from 'lodash.isstring' ;
2
3
3
4
export function isFSA ( action ) {
4
5
return (
Original file line number Diff line number Diff line change @@ -3918,6 +3918,16 @@ lodash.isequal@^4.5.0:
3918
3918
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
3919
3919
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
3920
3920
3921
+ lodash.isplainobject@^4.0.6 :
3922
+ version "4.0.6"
3923
+ resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
3924
+ integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
3925
+
3926
+ lodash.isstring@^4.0.1 :
3927
+ version "4.0.1"
3928
+ resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
3929
+ integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
3930
+
3921
3931
lodash.kebabcase@^4.0.1 :
3922
3932
version "4.1.1"
3923
3933
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
You can’t perform that action at this time.
0 commit comments