Skip to content

Commit 79b2f0d

Browse files
committed
Update dependency eslint-plugin-react to v7
1 parent 43d15d2 commit 79b2f0d

2 files changed

Lines changed: 96 additions & 34 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-config-airbnb": "18.0.1",
4747
"eslint-plugin-import": "2.18.2",
4848
"eslint-plugin-jsx-a11y": "4.0.0",
49-
"eslint-plugin-react": "6.10.3",
49+
"eslint-plugin-react": "7.16.0",
5050
"flow-bin": "0.112.0",
5151
"mocha": "3.5.3",
5252
"nyc": "10.3.2",

yarn.lock

Lines changed: 95 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,6 @@ array-unique@^0.2.1:
209209
version "0.2.1"
210210
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
211211

212-
array.prototype.find@^2.0.1:
213-
version "2.0.4"
214-
resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.0.4.tgz#556a5c5362c08648323ddaeb9de9d14bc1864c90"
215-
dependencies:
216-
define-properties "^1.1.2"
217-
es-abstract "^1.7.0"
218-
219212
arrify@^1.0.0, arrify@^1.0.1:
220213
version "1.0.1"
221214
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -1437,7 +1430,7 @@ diff@3.2.0, diff@^3.1.0:
14371430
version "3.2.0"
14381431
resolved "https://registry.yarnpkg.com/diff/-/diff-3.2.0.tgz#c9ce393a4b7cbd0b058a725c93df299027868ff9"
14391432

1440-
doctrine@1.5.0, doctrine@^1.2.2:
1433+
doctrine@1.5.0:
14411434
version "1.5.0"
14421435
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
14431436
dependencies:
@@ -1451,6 +1444,12 @@ doctrine@^2.0.0:
14511444
esutils "^2.0.2"
14521445
isarray "^1.0.0"
14531446

1447+
doctrine@^2.1.0:
1448+
version "2.1.0"
1449+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
1450+
dependencies:
1451+
esutils "^2.0.2"
1452+
14541453
ecc-jsbn@~0.1.1:
14551454
version "0.1.1"
14561455
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505"
@@ -1482,6 +1481,21 @@ es-abstract@^1.12.0:
14821481
is-regex "^1.0.4"
14831482
object-keys "^1.0.12"
14841483

1484+
es-abstract@^1.15.0:
1485+
version "1.16.0"
1486+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.0.tgz#d3a26dc9c3283ac9750dca569586e976d9dcc06d"
1487+
dependencies:
1488+
es-to-primitive "^1.2.0"
1489+
function-bind "^1.1.1"
1490+
has "^1.0.3"
1491+
has-symbols "^1.0.0"
1492+
is-callable "^1.1.4"
1493+
is-regex "^1.0.4"
1494+
object-inspect "^1.6.0"
1495+
object-keys "^1.1.1"
1496+
string.prototype.trimleft "^2.1.0"
1497+
string.prototype.trimright "^2.1.0"
1498+
14851499
es-abstract@^1.7.0:
14861500
version "1.7.0"
14871501
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.7.0.tgz#dfade774e01bfcd97f96180298c449c8623fb94c"
@@ -1640,15 +1654,19 @@ eslint-plugin-jsx-a11y@4.0.0:
16401654
jsx-ast-utils "^1.0.0"
16411655
object-assign "^4.0.1"
16421656

1643-
eslint-plugin-react@6.10.3:
1644-
version "6.10.3"
1645-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.10.3.tgz#c5435beb06774e12c7db2f6abaddcbf900cd3f78"
1657+
eslint-plugin-react@7.16.0:
1658+
version "7.16.0"
1659+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.16.0.tgz#9928e4f3e2122ed3ba6a5b56d0303ba3e41d8c09"
16461660
dependencies:
1647-
array.prototype.find "^2.0.1"
1648-
doctrine "^1.2.2"
1649-
has "^1.0.1"
1650-
jsx-ast-utils "^1.3.4"
1651-
object.assign "^4.0.4"
1661+
array-includes "^3.0.3"
1662+
doctrine "^2.1.0"
1663+
has "^1.0.3"
1664+
jsx-ast-utils "^2.2.1"
1665+
object.entries "^1.1.0"
1666+
object.fromentries "^2.0.0"
1667+
object.values "^1.1.0"
1668+
prop-types "^15.7.2"
1669+
resolve "^1.12.0"
16521670

16531671
eslint-visitor-keys@^1.0.0:
16541672
version "1.1.0"
@@ -2434,14 +2452,14 @@ js-tokens@^3.0.0:
24342452
version "3.0.1"
24352453
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7"
24362454

2455+
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
2456+
version "4.0.0"
2457+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
2458+
24372459
js-tokens@^3.0.2:
24382460
version "3.0.2"
24392461
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
24402462

2441-
js-tokens@^4.0.0:
2442-
version "4.0.0"
2443-
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
2444-
24452463
js-yaml@3.x, js-yaml@^3.5.1:
24462464
version "3.8.3"
24472465
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.3.tgz#33a05ec481c850c8875929166fe1beb61c728766"
@@ -2504,10 +2522,17 @@ jsprim@^1.2.2:
25042522
json-schema "0.2.3"
25052523
verror "1.3.6"
25062524

2507-
jsx-ast-utils@^1.0.0, jsx-ast-utils@^1.3.4:
2525+
jsx-ast-utils@^1.0.0:
25082526
version "1.4.1"
25092527
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
25102528

2529+
jsx-ast-utils@^2.2.1:
2530+
version "2.2.3"
2531+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
2532+
dependencies:
2533+
array-includes "^3.0.3"
2534+
object.assign "^4.1.0"
2535+
25112536
kind-of@^3.0.2:
25122537
version "3.2.0"
25132538
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.0.tgz#b58abe4d5c044ad33726a8c1525b48cf891bff07"
@@ -2638,6 +2663,12 @@ loose-envify@^1.0.0:
26382663
dependencies:
26392664
js-tokens "^3.0.0"
26402665

2666+
loose-envify@^1.4.0:
2667+
version "1.4.0"
2668+
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
2669+
dependencies:
2670+
js-tokens "^3.0.0 || ^4.0.0"
2671+
26412672
lru-cache@^4.0.1:
26422673
version "4.0.2"
26432674
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.0.2.tgz#1d17679c069cda5d040991a09dbc2c0db377e55e"
@@ -2867,25 +2898,21 @@ oauth-sign@~0.8.1:
28672898
version "0.8.2"
28682899
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43"
28692900

2870-
object-assign@^4.0.1, object-assign@^4.1.0:
2901+
object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
28712902
version "4.1.1"
28722903
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
28732904

2874-
object-keys@^1.0.10, object-keys@^1.0.8:
2875-
version "1.0.11"
2876-
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
2905+
object-inspect@^1.6.0:
2906+
version "1.7.0"
2907+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
28772908

2878-
object-keys@^1.0.11, object-keys@^1.0.12:
2909+
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
28792910
version "1.1.1"
28802911
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
28812912

2882-
object.assign@^4.0.4:
2883-
version "4.0.4"
2884-
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.0.4.tgz#b1c9cc044ef1b9fe63606fc141abbb32e14730cc"
2885-
dependencies:
2886-
define-properties "^1.1.2"
2887-
function-bind "^1.1.0"
2888-
object-keys "^1.0.10"
2913+
object-keys@^1.0.8:
2914+
version "1.0.11"
2915+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
28892916

28902917
object.assign@^4.1.0:
28912918
version "4.1.0"
@@ -2905,6 +2932,15 @@ object.entries@^1.1.0:
29052932
function-bind "^1.1.1"
29062933
has "^1.0.3"
29072934

2935+
object.fromentries@^2.0.0:
2936+
version "2.0.1"
2937+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.1.tgz#050f077855c7af8ae6649f45c80b16ee2d31e704"
2938+
dependencies:
2939+
define-properties "^1.1.3"
2940+
es-abstract "^1.15.0"
2941+
function-bind "^1.1.1"
2942+
has "^1.0.3"
2943+
29082944
object.omit@^2.0.0:
29092945
version "2.0.1"
29102946
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
@@ -3113,6 +3149,14 @@ progress@^1.1.8:
31133149
version "1.1.8"
31143150
resolved "https://registry.yarnpkg.com/progress/-/progress-1.1.8.tgz#e260c78f6161cdd9b0e56cc3e0a85de17c7a57be"
31153151

3152+
prop-types@^15.7.2:
3153+
version "15.7.2"
3154+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
3155+
dependencies:
3156+
loose-envify "^1.4.0"
3157+
object-assign "^4.1.1"
3158+
react-is "^16.8.1"
3159+
31163160
pseudomap@^1.0.1:
31173161
version "1.0.2"
31183162
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
@@ -3141,6 +3185,10 @@ rc@^1.1.7:
31413185
minimist "^1.2.0"
31423186
strip-json-comments "~2.0.1"
31433187

3188+
react-is@^16.8.1:
3189+
version "16.11.0"
3190+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.11.0.tgz#b85dfecd48ad1ce469ff558a882ca8e8313928fa"
3191+
31443192
read-pkg-up@^1.0.1:
31453193
version "1.0.1"
31463194
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
@@ -3526,6 +3574,20 @@ string-width@^2.0.0:
35263574
is-fullwidth-code-point "^2.0.0"
35273575
strip-ansi "^3.0.0"
35283576

3577+
string.prototype.trimleft@^2.1.0:
3578+
version "2.1.0"
3579+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
3580+
dependencies:
3581+
define-properties "^1.1.3"
3582+
function-bind "^1.1.1"
3583+
3584+
string.prototype.trimright@^2.1.0:
3585+
version "2.1.0"
3586+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
3587+
dependencies:
3588+
define-properties "^1.1.3"
3589+
function-bind "^1.1.1"
3590+
35293591
string_decoder@~1.0.0:
35303592
version "1.0.0"
35313593
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.0.tgz#f06f41157b664d86069f84bdbdc9b0d8ab281667"

0 commit comments

Comments
 (0)