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

Commit 5f3513d

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.14.2
1 parent 6de1bc8 commit 5f3513d

File tree

2 files changed

+149
-9
lines changed

2 files changed

+149
-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.14.2",
3939
"flow-bin": "0.47.0",
4040
"husky": "0.13.4",
4141
"jest": "20.0.4",

yarn.lock

+148-8
Original file line numberDiff line numberDiff line change
@@ -1380,6 +1380,12 @@ define-properties@^1.1.2:
13801380
foreach "^2.0.5"
13811381
object-keys "^1.0.8"
13821382

1383+
define-properties@^1.1.3:
1384+
version "1.1.3"
1385+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
1386+
dependencies:
1387+
object-keys "^1.0.12"
1388+
13831389
del@^2.0.2:
13841390
version "2.2.2"
13851391
resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8"
@@ -1440,6 +1446,12 @@ doctrine@^2.0.0:
14401446
esutils "^2.0.2"
14411447
isarray "^1.0.0"
14421448

1449+
doctrine@^2.1.0:
1450+
version "2.1.0"
1451+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
1452+
dependencies:
1453+
esutils "^2.0.2"
1454+
14431455
dom-walk@^0.1.0:
14441456
version "0.1.1"
14451457
resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018"
@@ -1489,6 +1501,17 @@ errorhandler@~1.4.2:
14891501
accepts "~1.3.0"
14901502
escape-html "~1.0.3"
14911503

1504+
es-abstract@^1.11.0, es-abstract@^1.12.0:
1505+
version "1.13.0"
1506+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
1507+
dependencies:
1508+
es-to-primitive "^1.2.0"
1509+
function-bind "^1.1.1"
1510+
has "^1.0.3"
1511+
is-callable "^1.1.4"
1512+
is-regex "^1.0.4"
1513+
object-keys "^1.0.12"
1514+
14921515
es-abstract@^1.7.0:
14931516
version "1.7.0"
14941517
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.7.0.tgz#dfade774e01bfcd97f96180298c449c8623fb94c"
@@ -1506,6 +1529,14 @@ es-to-primitive@^1.1.1:
15061529
is-date-object "^1.0.1"
15071530
is-symbol "^1.0.1"
15081531

1532+
es-to-primitive@^1.2.0:
1533+
version "1.2.0"
1534+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
1535+
dependencies:
1536+
is-callable "^1.1.4"
1537+
is-date-object "^1.0.1"
1538+
is-symbol "^1.0.2"
1539+
15091540
es5-ext@^0.10.14, es5-ext@^0.10.9, es5-ext@~0.10.14:
15101541
version "0.10.15"
15111542
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.15.tgz#c330a5934c1ee21284a7c081a86e5fd937c91ea6"
@@ -1663,13 +1694,19 @@ eslint-plugin-prettier@2.1.1:
16631694
fast-diff "^1.1.1"
16641695
jest-docblock "^20.0.1"
16651696

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"
1697+
eslint-plugin-react@7.14.2:
1698+
version "7.14.2"
1699+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.2.tgz#94c193cc77a899ac0ecbb2766fbef88685b7ecc1"
16691700
dependencies:
1670-
doctrine "^2.0.0"
1671-
has "^1.0.1"
1672-
jsx-ast-utils "^1.3.4"
1701+
array-includes "^3.0.3"
1702+
doctrine "^2.1.0"
1703+
has "^1.0.3"
1704+
jsx-ast-utils "^2.1.0"
1705+
object.entries "^1.1.0"
1706+
object.fromentries "^2.0.0"
1707+
object.values "^1.1.0"
1708+
prop-types "^15.7.2"
1709+
resolve "^1.10.1"
16731710

16741711
eslint@3.19.0:
16751712
version "3.19.0"
@@ -2013,6 +2050,10 @@ function-bind@^1.0.2, function-bind@^1.1.0:
20132050
version "1.1.0"
20142051
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771"
20152052

2053+
function-bind@^1.1.1:
2054+
version "1.1.1"
2055+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
2056+
20162057
gauge@~1.2.5:
20172058
version "1.2.7"
20182059
resolved "https://registry.yarnpkg.com/gauge/-/gauge-1.2.7.tgz#e9cec5483d3d4ee0ef44b60a7d99e4935e136d93"
@@ -2191,6 +2232,10 @@ has-gulplog@^0.1.0:
21912232
dependencies:
21922233
sparkles "^1.0.0"
21932234

2235+
has-symbols@^1.0.0:
2236+
version "1.0.0"
2237+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
2238+
21942239
has-unicode@^2.0.0:
21952240
version "2.0.1"
21962241
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2201,6 +2246,12 @@ has@^1.0.1:
22012246
dependencies:
22022247
function-bind "^1.0.2"
22032248

2249+
has@^1.0.3:
2250+
version "1.0.3"
2251+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2252+
dependencies:
2253+
function-bind "^1.1.1"
2254+
22042255
hawk@~3.1.3:
22052256
version "3.1.3"
22062257
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -2386,6 +2437,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
23862437
version "1.1.3"
23872438
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
23882439

2440+
is-callable@^1.1.4:
2441+
version "1.1.4"
2442+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
2443+
23892444
is-ci@^1.0.10, is-ci@^1.0.9:
23902445
version "1.0.10"
23912446
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
@@ -2483,7 +2538,7 @@ is-property@^1.0.0:
24832538
version "1.0.2"
24842539
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
24852540

2486-
is-regex@^1.0.3:
2541+
is-regex@^1.0.3, is-regex@^1.0.4:
24872542
version "1.0.4"
24882543
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
24892544
dependencies:
@@ -2503,6 +2558,12 @@ is-symbol@^1.0.1:
25032558
version "1.0.1"
25042559
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
25052560

2561+
is-symbol@^1.0.2:
2562+
version "1.0.2"
2563+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
2564+
dependencies:
2565+
has-symbols "^1.0.0"
2566+
25062567
is-typedarray@~1.0.0:
25072568
version "1.0.0"
25082569
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -2861,6 +2922,10 @@ js-tokens@^3.0.0:
28612922
version "3.0.1"
28622923
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7"
28632924

2925+
"js-tokens@^3.0.0 || ^4.0.0":
2926+
version "4.0.0"
2927+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
2928+
28642929
js-yaml@^3.5.1, js-yaml@^3.7.0:
28652930
version "3.8.3"
28662931
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.3.tgz#33a05ec481c850c8875929166fe1beb61c728766"
@@ -2953,10 +3018,17 @@ jsprim@^1.2.2:
29533018
json-schema "0.2.3"
29543019
verror "1.3.6"
29553020

2956-
jsx-ast-utils@^1.3.4, jsx-ast-utils@^1.4.0:
3021+
jsx-ast-utils@^1.4.0:
29573022
version "1.4.1"
29583023
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
29593024

3025+
jsx-ast-utils@^2.1.0:
3026+
version "2.2.1"
3027+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb"
3028+
dependencies:
3029+
array-includes "^3.0.3"
3030+
object.assign "^4.1.0"
3031+
29603032
kind-of@^3.0.2:
29613033
version "3.2.0"
29623034
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.0.tgz#b58abe4d5c044ad33726a8c1525b48cf891bff07"
@@ -3161,6 +3233,12 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1:
31613233
dependencies:
31623234
js-tokens "^3.0.0"
31633235

3236+
loose-envify@^1.4.0:
3237+
version "1.4.0"
3238+
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
3239+
dependencies:
3240+
js-tokens "^3.0.0 || ^4.0.0"
3241+
31643242
lru-cache@^4.0.1:
31653243
version "4.0.2"
31663244
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.0.2.tgz#1d17679c069cda5d040991a09dbc2c0db377e55e"
@@ -3399,17 +3477,57 @@ object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
33993477
version "4.1.1"
34003478
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
34013479

3480+
object-keys@^1.0.11, object-keys@^1.0.12:
3481+
version "1.1.1"
3482+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
3483+
34023484
object-keys@^1.0.8:
34033485
version "1.0.11"
34043486
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
34053487

3488+
object.assign@^4.1.0:
3489+
version "4.1.0"
3490+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
3491+
dependencies:
3492+
define-properties "^1.1.2"
3493+
function-bind "^1.1.1"
3494+
has-symbols "^1.0.0"
3495+
object-keys "^1.0.11"
3496+
3497+
object.entries@^1.1.0:
3498+
version "1.1.0"
3499+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
3500+
dependencies:
3501+
define-properties "^1.1.3"
3502+
es-abstract "^1.12.0"
3503+
function-bind "^1.1.1"
3504+
has "^1.0.3"
3505+
3506+
object.fromentries@^2.0.0:
3507+
version "2.0.0"
3508+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
3509+
dependencies:
3510+
define-properties "^1.1.2"
3511+
es-abstract "^1.11.0"
3512+
function-bind "^1.1.1"
3513+
has "^1.0.1"
3514+
34063515
object.omit@^2.0.0:
34073516
version "2.0.1"
34083517
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
34093518
dependencies:
34103519
for-own "^0.1.4"
34113520
is-extendable "^0.1.1"
34123521

3522+
object.values@^1.1.0:
3523+
version "1.1.0"
3524+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
3525+
dependencies:
3526+
define-properties "^1.1.3"
3527+
es-abstract "^1.12.0"
3528+
function-bind "^1.1.1"
3529+
has "^1.0.3"
3530+
34133531
on-finished@~2.3.0:
34143532
version "2.3.0"
34153533
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
@@ -3555,6 +3673,10 @@ path-parse@^1.0.5:
35553673
version "1.0.5"
35563674
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
35573675

3676+
path-parse@^1.0.6:
3677+
version "1.0.6"
3678+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
3679+
35583680
path-type@^1.0.0:
35593681
version "1.1.0"
35603682
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -3674,6 +3796,14 @@ prop-types@15.5.10, prop-types@^15.5.6, prop-types@^15.5.8:
36743796
fbjs "^0.8.9"
36753797
loose-envify "^1.3.1"
36763798

3799+
prop-types@^15.7.2:
3800+
version "15.7.2"
3801+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
3802+
dependencies:
3803+
loose-envify "^1.4.0"
3804+
object-assign "^4.1.1"
3805+
react-is "^16.8.1"
3806+
36773807
prr@~0.0.0:
36783808
version "0.0.0"
36793809
resolved "https://registry.yarnpkg.com/prr/-/prr-0.0.0.tgz#1a84b85908325501411853d0081ee3fa86e2926a"
@@ -3768,6 +3898,10 @@ react-intl@2.3.0:
37683898
intl-relativeformat "^1.3.0"
37693899
invariant "^2.1.1"
37703900

3901+
react-is@^16.8.1:
3902+
version "16.8.6"
3903+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
3904+
37713905
react-native-drawer@2.3.0:
37723906
version "2.3.0"
37733907
resolved "https://registry.yarnpkg.com/react-native-drawer/-/react-native-drawer-2.3.0.tgz#a0369ec80ff0b61c9f152dbdea91fe76c843113a"
@@ -4130,6 +4264,12 @@ resolve@^1.1.6, resolve@^1.3.2:
41304264
dependencies:
41314265
path-parse "^1.0.5"
41324266

4267+
resolve@^1.10.1:
4268+
version "1.11.1"
4269+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
4270+
dependencies:
4271+
path-parse "^1.0.6"
4272+
41334273
response-time@~2.3.1:
41344274
version "2.3.2"
41354275
resolved "https://registry.yarnpkg.com/response-time/-/response-time-2.3.2.tgz#ffa71bab952d62f7c1d49b7434355fbc68dffc5a"

0 commit comments

Comments
 (0)