Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Commit 74a7387

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.12.4
1 parent 6de1bc8 commit 74a7387

File tree

2 files changed

+98
-9
lines changed

2 files changed

+98
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-jest": "20.0.3",
3636
"eslint-plugin-jsx-a11y": "5.0.3",
3737
"eslint-plugin-prettier": "2.1.1",
38-
"eslint-plugin-react": "7.0.1",
38+
"eslint-plugin-react": "7.12.4",
3939
"flow-bin": "0.47.0",
4040
"husky": "0.13.4",
4141
"jest": "20.0.4",

yarn.lock

+97-8
Original file line numberDiff line numberDiff line change
@@ -1440,6 +1440,12 @@ doctrine@^2.0.0:
14401440
esutils "^2.0.2"
14411441
isarray "^1.0.0"
14421442

1443+
doctrine@^2.1.0:
1444+
version "2.1.0"
1445+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
1446+
dependencies:
1447+
esutils "^2.0.2"
1448+
14431449
dom-walk@^0.1.0:
14441450
version "0.1.1"
14451451
resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018"
@@ -1489,6 +1495,17 @@ errorhandler@~1.4.2:
14891495
accepts "~1.3.0"
14901496
escape-html "~1.0.3"
14911497

1498+
es-abstract@^1.11.0:
1499+
version "1.13.0"
1500+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
1501+
dependencies:
1502+
es-to-primitive "^1.2.0"
1503+
function-bind "^1.1.1"
1504+
has "^1.0.3"
1505+
is-callable "^1.1.4"
1506+
is-regex "^1.0.4"
1507+
object-keys "^1.0.12"
1508+
14921509
es-abstract@^1.7.0:
14931510
version "1.7.0"
14941511
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.7.0.tgz#dfade774e01bfcd97f96180298c449c8623fb94c"
@@ -1506,6 +1523,14 @@ es-to-primitive@^1.1.1:
15061523
is-date-object "^1.0.1"
15071524
is-symbol "^1.0.1"
15081525

1526+
es-to-primitive@^1.2.0:
1527+
version "1.2.0"
1528+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
1529+
dependencies:
1530+
is-callable "^1.1.4"
1531+
is-date-object "^1.0.1"
1532+
is-symbol "^1.0.2"
1533+
15091534
es5-ext@^0.10.14, es5-ext@^0.10.9, es5-ext@~0.10.14:
15101535
version "0.10.15"
15111536
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.15.tgz#c330a5934c1ee21284a7c081a86e5fd937c91ea6"
@@ -1663,13 +1688,17 @@ [email protected]:
16631688
fast-diff "^1.1.1"
16641689
jest-docblock "^20.0.1"
16651690

1666-
eslint-plugin-react@7.0.1:
1667-
version "7.0.1"
1668-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.0.1.tgz#e78107e1e559c6e2b17786bb67c2e2a010ad0d2f"
1691+
eslint-plugin-react@7.12.4:
1692+
version "7.12.4"
1693+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.4.tgz#b1ecf26479d61aee650da612e425c53a99f48c8c"
16691694
dependencies:
1670-
doctrine "^2.0.0"
1671-
has "^1.0.1"
1672-
jsx-ast-utils "^1.3.4"
1695+
array-includes "^3.0.3"
1696+
doctrine "^2.1.0"
1697+
has "^1.0.3"
1698+
jsx-ast-utils "^2.0.1"
1699+
object.fromentries "^2.0.0"
1700+
prop-types "^15.6.2"
1701+
resolve "^1.9.0"
16731702

16741703
16751704
version "3.19.0"
@@ -2013,6 +2042,10 @@ function-bind@^1.0.2, function-bind@^1.1.0:
20132042
version "1.1.0"
20142043
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771"
20152044

2045+
function-bind@^1.1.1:
2046+
version "1.1.1"
2047+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
2048+
20162049
gauge@~1.2.5:
20172050
version "1.2.7"
20182051
resolved "https://registry.yarnpkg.com/gauge/-/gauge-1.2.7.tgz#e9cec5483d3d4ee0ef44b60a7d99e4935e136d93"
@@ -2191,6 +2224,10 @@ has-gulplog@^0.1.0:
21912224
dependencies:
21922225
sparkles "^1.0.0"
21932226

2227+
has-symbols@^1.0.0:
2228+
version "1.0.0"
2229+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
2230+
21942231
has-unicode@^2.0.0:
21952232
version "2.0.1"
21962233
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2201,6 +2238,12 @@ has@^1.0.1:
22012238
dependencies:
22022239
function-bind "^1.0.2"
22032240

2241+
has@^1.0.3:
2242+
version "1.0.3"
2243+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2244+
dependencies:
2245+
function-bind "^1.1.1"
2246+
22042247
hawk@~3.1.3:
22052248
version "3.1.3"
22062249
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -2386,6 +2429,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
23862429
version "1.1.3"
23872430
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
23882431

2432+
is-callable@^1.1.4:
2433+
version "1.1.4"
2434+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
2435+
23892436
is-ci@^1.0.10, is-ci@^1.0.9:
23902437
version "1.0.10"
23912438
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
@@ -2483,7 +2530,7 @@ is-property@^1.0.0:
24832530
version "1.0.2"
24842531
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
24852532

2486-
is-regex@^1.0.3:
2533+
is-regex@^1.0.3, is-regex@^1.0.4:
24872534
version "1.0.4"
24882535
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
24892536
dependencies:
@@ -2503,6 +2550,12 @@ is-symbol@^1.0.1:
25032550
version "1.0.1"
25042551
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
25052552

2553+
is-symbol@^1.0.2:
2554+
version "1.0.2"
2555+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
2556+
dependencies:
2557+
has-symbols "^1.0.0"
2558+
25062559
is-typedarray@~1.0.0:
25072560
version "1.0.0"
25082561
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -2953,10 +3006,16 @@ jsprim@^1.2.2:
29533006
json-schema "0.2.3"
29543007
verror "1.3.6"
29553008

2956-
jsx-ast-utils@^1.3.4, jsx-ast-utils@^1.4.0:
3009+
jsx-ast-utils@^1.4.0:
29573010
version "1.4.1"
29583011
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
29593012

3013+
jsx-ast-utils@^2.0.1:
3014+
version "2.0.1"
3015+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
3016+
dependencies:
3017+
array-includes "^3.0.3"
3018+
29603019
kind-of@^3.0.2:
29613020
version "3.2.0"
29623021
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.0.tgz#b58abe4d5c044ad33726a8c1525b48cf891bff07"
@@ -3399,10 +3458,23 @@ object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
33993458
version "4.1.1"
34003459
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
34013460

3461+
object-keys@^1.0.12:
3462+
version "1.0.12"
3463+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
3464+
34023465
object-keys@^1.0.8:
34033466
version "1.0.11"
34043467
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
34053468

3469+
object.fromentries@^2.0.0:
3470+
version "2.0.0"
3471+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
3472+
dependencies:
3473+
define-properties "^1.1.2"
3474+
es-abstract "^1.11.0"
3475+
function-bind "^1.1.1"
3476+
has "^1.0.1"
3477+
34063478
object.omit@^2.0.0:
34073479
version "2.0.1"
34083480
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
@@ -3555,6 +3627,10 @@ path-parse@^1.0.5:
35553627
version "1.0.5"
35563628
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
35573629

3630+
path-parse@^1.0.6:
3631+
version "1.0.6"
3632+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
3633+
35583634
path-type@^1.0.0:
35593635
version "1.1.0"
35603636
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -3674,6 +3750,13 @@ [email protected], prop-types@^15.5.6, prop-types@^15.5.8:
36743750
fbjs "^0.8.9"
36753751
loose-envify "^1.3.1"
36763752

3753+
prop-types@^15.6.2:
3754+
version "15.6.2"
3755+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
3756+
dependencies:
3757+
loose-envify "^1.3.1"
3758+
object-assign "^4.1.1"
3759+
36773760
prr@~0.0.0:
36783761
version "0.0.0"
36793762
resolved "https://registry.yarnpkg.com/prr/-/prr-0.0.0.tgz#1a84b85908325501411853d0081ee3fa86e2926a"
@@ -4130,6 +4213,12 @@ resolve@^1.1.6, resolve@^1.3.2:
41304213
dependencies:
41314214
path-parse "^1.0.5"
41324215

4216+
resolve@^1.9.0:
4217+
version "1.9.0"
4218+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
4219+
dependencies:
4220+
path-parse "^1.0.6"
4221+
41334222
response-time@~2.3.1:
41344223
version "2.3.2"
41354224
resolved "https://registry.yarnpkg.com/response-time/-/response-time-2.3.2.tgz#ffa71bab952d62f7c1d49b7434355fbc68dffc5a"

0 commit comments

Comments
 (0)