Skip to content

Commit 90b3415

Browse files
committed
Update dependency eslint-plugin-react to v7
1 parent 05f2333 commit 90b3415

File tree

2 files changed

+84
-34
lines changed

2 files changed

+84
-34
lines changed

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.19.1",
4848
"eslint-plugin-jsx-a11y": "4.0.0",
49-
"eslint-plugin-react": "6.10.3",
49+
"eslint-plugin-react": "7.17.0",
5050
"flow-bin": "0.114.0",
5151
"mocha": "3.5.3",
5252
"nyc": "10.3.2",

yarn.lock

Lines changed: 83 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,6 @@ array-unique@^0.2.1:
222222
version "0.2.1"
223223
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
224224

225-
array.prototype.find@^2.0.1:
226-
version "2.0.4"
227-
resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.0.4.tgz#556a5c5362c08648323ddaeb9de9d14bc1864c90"
228-
dependencies:
229-
define-properties "^1.1.2"
230-
es-abstract "^1.7.0"
231-
232225
array.prototype.flat@^1.2.1:
233226
version "1.2.2"
234227
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.2.tgz#8f3c71d245ba349b6b64b4078f76f5576f1fd723"
@@ -1475,7 +1468,7 @@ [email protected], diff@^3.1.0:
14751468
version "3.2.0"
14761469
resolved "https://registry.yarnpkg.com/diff/-/diff-3.2.0.tgz#c9ce393a4b7cbd0b058a725c93df299027868ff9"
14771470

1478-
[email protected], doctrine@^1.2.2:
1471+
14791472
version "1.5.0"
14801473
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
14811474
dependencies:
@@ -1534,6 +1527,22 @@ es-abstract@^1.15.0:
15341527
string.prototype.trimleft "^2.1.0"
15351528
string.prototype.trimright "^2.1.0"
15361529

1530+
es-abstract@^1.17.0-next.1:
1531+
version "1.17.0-next.1"
1532+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.0-next.1.tgz#94acc93e20b05a6e96dacb5ab2f1cb3a81fc2172"
1533+
dependencies:
1534+
es-to-primitive "^1.2.1"
1535+
function-bind "^1.1.1"
1536+
has "^1.0.3"
1537+
has-symbols "^1.0.1"
1538+
is-callable "^1.1.4"
1539+
is-regex "^1.0.4"
1540+
object-inspect "^1.7.0"
1541+
object-keys "^1.1.1"
1542+
object.assign "^4.1.0"
1543+
string.prototype.trimleft "^2.1.0"
1544+
string.prototype.trimright "^2.1.0"
1545+
15371546
es-abstract@^1.7.0:
15381547
version "1.7.0"
15391548
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.7.0.tgz#dfade774e01bfcd97f96180298c449c8623fb94c"
@@ -1612,6 +1621,10 @@ eslint-module-utils@^2.4.1:
16121621
debug "^2.6.9"
16131622
pkg-dir "^2.0.0"
16141623

1624+
eslint-plugin-eslint-plugin@^2.1.0:
1625+
version "2.1.0"
1626+
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-2.1.0.tgz#a7a00f15a886957d855feacaafee264f039e62d5"
1627+
16151628
16161629
version "2.19.1"
16171630
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.19.1.tgz#5654e10b7839d064dd0d46cd1b88ec2133a11448"
@@ -1640,15 +1653,20 @@ [email protected]:
16401653
jsx-ast-utils "^1.0.0"
16411654
object-assign "^4.0.1"
16421655

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"
1656+
eslint-plugin-react@7.17.0:
1657+
version "7.17.0"
1658+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.17.0.tgz#a31b3e134b76046abe3cd278e7482bd35a1d12d7"
16461659
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"
1660+
array-includes "^3.0.3"
1661+
doctrine "^2.1.0"
1662+
eslint-plugin-eslint-plugin "^2.1.0"
1663+
has "^1.0.3"
1664+
jsx-ast-utils "^2.2.3"
1665+
object.entries "^1.1.0"
1666+
object.fromentries "^2.0.1"
1667+
object.values "^1.1.0"
1668+
prop-types "^15.7.2"
1669+
resolve "^1.13.1"
16521670

16531671
eslint-scope@^3.7.1:
16541672
version "3.7.3"
@@ -2444,14 +2462,14 @@ js-tokens@^3.0.0:
24442462
version "3.0.1"
24452463
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7"
24462464

2465+
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
2466+
version "4.0.0"
2467+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
2468+
24472469
js-tokens@^3.0.2:
24482470
version "3.0.2"
24492471
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
24502472

2451-
js-tokens@^4.0.0:
2452-
version "4.0.0"
2453-
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
2454-
24552473
24562474
version "3.8.3"
24572475
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.3.tgz#33a05ec481c850c8875929166fe1beb61c728766"
@@ -2525,10 +2543,17 @@ jsprim@^1.2.2:
25252543
json-schema "0.2.3"
25262544
verror "1.3.6"
25272545

2528-
jsx-ast-utils@^1.0.0, jsx-ast-utils@^1.3.4:
2546+
jsx-ast-utils@^1.0.0:
25292547
version "1.4.1"
25302548
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
25312549

2550+
jsx-ast-utils@^2.2.3:
2551+
version "2.2.3"
2552+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
2553+
dependencies:
2554+
array-includes "^3.0.3"
2555+
object.assign "^4.1.0"
2556+
25322557
kind-of@^3.0.2:
25332558
version "3.2.0"
25342559
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.0.tgz#b58abe4d5c044ad33726a8c1525b48cf891bff07"
@@ -2659,6 +2684,12 @@ loose-envify@^1.0.0:
26592684
dependencies:
26602685
js-tokens "^3.0.0"
26612686

2687+
loose-envify@^1.4.0:
2688+
version "1.4.0"
2689+
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
2690+
dependencies:
2691+
js-tokens "^3.0.0 || ^4.0.0"
2692+
26622693
lru-cache@^4.0.1:
26632694
version "4.0.2"
26642695
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.0.2.tgz#1d17679c069cda5d040991a09dbc2c0db377e55e"
@@ -2892,29 +2923,21 @@ oauth-sign@~0.8.1:
28922923
version "0.8.2"
28932924
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43"
28942925

2895-
object-assign@^4.0.1, object-assign@^4.1.0:
2926+
object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
28962927
version "4.1.1"
28972928
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
28982929

28992930
object-inspect@^1.7.0:
29002931
version "1.7.0"
29012932
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
29022933

2903-
object-keys@^1.0.10, object-keys@^1.0.8:
2904-
version "1.0.11"
2905-
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
2906-
29072934
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
29082935
version "1.1.1"
29092936
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
29102937

2911-
object.assign@^4.0.4:
2912-
version "4.0.4"
2913-
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.0.4.tgz#b1c9cc044ef1b9fe63606fc141abbb32e14730cc"
2914-
dependencies:
2915-
define-properties "^1.1.2"
2916-
function-bind "^1.1.0"
2917-
object-keys "^1.0.10"
2938+
object-keys@^1.0.8:
2939+
version "1.0.11"
2940+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
29182941

29192942
object.assign@^4.1.0:
29202943
version "4.1.0"
@@ -2934,6 +2957,15 @@ object.entries@^1.1.0:
29342957
function-bind "^1.1.1"
29352958
has "^1.0.3"
29362959

2960+
object.fromentries@^2.0.1:
2961+
version "2.0.2"
2962+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
2963+
dependencies:
2964+
define-properties "^1.1.3"
2965+
es-abstract "^1.17.0-next.1"
2966+
function-bind "^1.1.1"
2967+
has "^1.0.3"
2968+
29372969
object.omit@^2.0.0:
29382970
version "2.0.1"
29392971
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
@@ -3144,6 +3176,14 @@ progress@^2.0.0:
31443176
version "2.0.3"
31453177
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
31463178

3179+
prop-types@^15.7.2:
3180+
version "15.7.2"
3181+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
3182+
dependencies:
3183+
loose-envify "^1.4.0"
3184+
object-assign "^4.1.1"
3185+
react-is "^16.8.1"
3186+
31473187
pseudomap@^1.0.1:
31483188
version "1.0.2"
31493189
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
@@ -3172,6 +3212,10 @@ rc@^1.1.7:
31723212
minimist "^1.2.0"
31733213
strip-json-comments "~2.0.1"
31743214

3215+
react-is@^16.8.1:
3216+
version "16.12.0"
3217+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
3218+
31753219
read-pkg-up@^1.0.1:
31763220
version "1.0.1"
31773221
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
@@ -3352,6 +3396,12 @@ resolve@^1.12.0, resolve@^1.5.0:
33523396
dependencies:
33533397
path-parse "^1.0.6"
33543398

3399+
resolve@^1.13.1:
3400+
version "1.13.1"
3401+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.13.1.tgz#be0aa4c06acd53083505abb35f4d66932ab35d16"
3402+
dependencies:
3403+
path-parse "^1.0.6"
3404+
33553405
restore-cursor@^2.0.0:
33563406
version "2.0.0"
33573407
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"

0 commit comments

Comments
 (0)