Skip to content

Commit 8f3d351

Browse files
committed
Update dependency eslint-plugin-react to v7.18.0
1 parent 7b88902 commit 8f3d351

File tree

2 files changed

+104
-30
lines changed

2 files changed

+104
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"babel-eslint": "10.0.2",
2626
"babel-preset-react-native": "4.0.1",
2727
"eslint": "6.0.1",
28-
"eslint-plugin-react": "7.14.2",
28+
"eslint-plugin-react": "7.18.0",
2929
"metro-react-native-babel-preset": "0.55.0",
3030
"react": "16.8.6",
3131
"react-native": "0.60.3"

yarn.lock

Lines changed: 103 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,14 @@ array-includes@^3.0.3:
910910
define-properties "^1.1.2"
911911
es-abstract "^1.7.0"
912912

913+
array-includes@^3.1.1:
914+
version "3.1.1"
915+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
916+
dependencies:
917+
define-properties "^1.1.3"
918+
es-abstract "^1.17.0"
919+
is-string "^1.0.5"
920+
913921
array-map@~0.0.0:
914922
version "0.0.0"
915923
resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662"
@@ -2034,7 +2042,23 @@ errorhandler@^1.5.0:
20342042
accepts "~1.3.7"
20352043
escape-html "~1.0.3"
20362044

2037-
es-abstract@^1.11.0, es-abstract@^1.12.0, es-abstract@^1.7.0:
2045+
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1:
2046+
version "1.17.4"
2047+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.4.tgz#e3aedf19706b20e7c2594c35fc0d57605a79e184"
2048+
dependencies:
2049+
es-to-primitive "^1.2.1"
2050+
function-bind "^1.1.1"
2051+
has "^1.0.3"
2052+
has-symbols "^1.0.1"
2053+
is-callable "^1.1.5"
2054+
is-regex "^1.0.5"
2055+
object-inspect "^1.7.0"
2056+
object-keys "^1.1.1"
2057+
object.assign "^4.1.0"
2058+
string.prototype.trimleft "^2.1.1"
2059+
string.prototype.trimright "^2.1.1"
2060+
2061+
es-abstract@^1.7.0:
20382062
version "1.13.0"
20392063
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
20402064
dependencies:
@@ -2053,6 +2077,14 @@ es-to-primitive@^1.2.0:
20532077
is-date-object "^1.0.1"
20542078
is-symbol "^1.0.2"
20552079

2080+
es-to-primitive@^1.2.1:
2081+
version "1.2.1"
2082+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
2083+
dependencies:
2084+
is-callable "^1.1.4"
2085+
is-date-object "^1.0.1"
2086+
is-symbol "^1.0.2"
2087+
20562088
escape-html@~1.0.3:
20572089
version "1.0.3"
20582090
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -2061,19 +2093,19 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
20612093
version "1.0.5"
20622094
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
20632095

2064-
eslint-plugin-react@7.14.2:
2065-
version "7.14.2"
2066-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.2.tgz#94c193cc77a899ac0ecbb2766fbef88685b7ecc1"
2096+
eslint-plugin-react@7.18.0:
2097+
version "7.18.0"
2098+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.0.tgz#2317831284d005b30aff8afb7c4e906f13fa8e7e"
20672099
dependencies:
2068-
array-includes "^3.0.3"
2100+
array-includes "^3.1.1"
20692101
doctrine "^2.1.0"
20702102
has "^1.0.3"
2071-
jsx-ast-utils "^2.1.0"
2072-
object.entries "^1.1.0"
2073-
object.fromentries "^2.0.0"
2074-
object.values "^1.1.0"
2103+
jsx-ast-utils "^2.2.3"
2104+
object.entries "^1.1.1"
2105+
object.fromentries "^2.0.2"
2106+
object.values "^1.1.1"
20752107
prop-types "^15.7.2"
2076-
resolve "^1.10.1"
2108+
resolve "^1.14.2"
20772109

20782110
20792111
version "3.7.1"
@@ -2602,6 +2634,10 @@ has-symbols@^1.0.0:
26022634
version "1.0.0"
26032635
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
26042636

2637+
has-symbols@^1.0.1:
2638+
version "1.0.1"
2639+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
2640+
26052641
has-unicode@^2.0.0:
26062642
version "2.0.1"
26072643
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2798,6 +2834,10 @@ is-callable@^1.1.4:
27982834
version "1.1.4"
27992835
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
28002836

2837+
is-callable@^1.1.5:
2838+
version "1.1.5"
2839+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
2840+
28012841
is-ci@^2.0.0:
28022842
version "2.0.0"
28032843
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -2942,10 +2982,20 @@ is-regex@^1.0.4:
29422982
dependencies:
29432983
has "^1.0.1"
29442984

2985+
is-regex@^1.0.5:
2986+
version "1.0.5"
2987+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
2988+
dependencies:
2989+
has "^1.0.3"
2990+
29452991
is-stream@^1.0.1, is-stream@^1.1.0:
29462992
version "1.1.0"
29472993
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
29482994

2995+
is-string@^1.0.5:
2996+
version "1.0.5"
2997+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
2998+
29492999
is-symbol@^1.0.2:
29503000
version "1.0.2"
29513001
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
@@ -3140,9 +3190,9 @@ jsonify@~0.0.0:
31403190
version "0.0.0"
31413191
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
31423192

3143-
jsx-ast-utils@^2.1.0:
3144-
version "2.2.1"
3145-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb"
3193+
jsx-ast-utils@^2.2.3:
3194+
version "2.2.3"
3195+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
31463196
dependencies:
31473197
array-includes "^3.0.3"
31483198
object.assign "^4.1.0"
@@ -3867,7 +3917,11 @@ object-copy@^0.1.0:
38673917
define-property "^0.2.5"
38683918
kind-of "^3.0.3"
38693919

3870-
object-keys@^1.0.11, object-keys@^1.0.12:
3920+
object-inspect@^1.7.0:
3921+
version "1.7.0"
3922+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
3923+
3924+
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
38713925
version "1.1.1"
38723926
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
38733927

@@ -3886,23 +3940,23 @@ object.assign@^4.1.0:
38863940
has-symbols "^1.0.0"
38873941
object-keys "^1.0.11"
38883942

3889-
object.entries@^1.1.0:
3890-
version "1.1.0"
3891-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
3943+
object.entries@^1.1.1:
3944+
version "1.1.1"
3945+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
38923946
dependencies:
38933947
define-properties "^1.1.3"
3894-
es-abstract "^1.12.0"
3948+
es-abstract "^1.17.0-next.1"
38953949
function-bind "^1.1.1"
38963950
has "^1.0.3"
38973951

3898-
object.fromentries@^2.0.0:
3899-
version "2.0.0"
3900-
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
3952+
object.fromentries@^2.0.2:
3953+
version "2.0.2"
3954+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
39013955
dependencies:
3902-
define-properties "^1.1.2"
3903-
es-abstract "^1.11.0"
3956+
define-properties "^1.1.3"
3957+
es-abstract "^1.17.0-next.1"
39043958
function-bind "^1.1.1"
3905-
has "^1.0.1"
3959+
has "^1.0.3"
39063960

39073961
object.omit@^2.0.0:
39083962
version "2.0.1"
@@ -3917,12 +3971,12 @@ object.pick@^1.3.0:
39173971
dependencies:
39183972
isobject "^3.0.1"
39193973

3920-
object.values@^1.1.0:
3921-
version "1.1.0"
3922-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
3974+
object.values@^1.1.1:
3975+
version "1.1.1"
3976+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
39233977
dependencies:
39243978
define-properties "^1.1.3"
3925-
es-abstract "^1.12.0"
3979+
es-abstract "^1.17.0-next.1"
39263980
function-bind "^1.1.1"
39273981
has "^1.0.3"
39283982

@@ -4476,12 +4530,18 @@ resolve-url@^0.2.1:
44764530
version "0.2.1"
44774531
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
44784532

4479-
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
4533+
resolve@^1.10.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
44804534
version "1.11.1"
44814535
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
44824536
dependencies:
44834537
path-parse "^1.0.6"
44844538

4539+
resolve@^1.14.2:
4540+
version "1.15.0"
4541+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.0.tgz#1b7ca96073ebb52e741ffd799f6b39ea462c67f5"
4542+
dependencies:
4543+
path-parse "^1.0.6"
4544+
44854545
restore-cursor@^2.0.0:
44864546
version "2.0.0"
44874547
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
@@ -4842,6 +4902,20 @@ string-width@^3.0.0:
48424902
is-fullwidth-code-point "^2.0.0"
48434903
strip-ansi "^5.1.0"
48444904

4905+
string.prototype.trimleft@^2.1.1:
4906+
version "2.1.1"
4907+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
4908+
dependencies:
4909+
define-properties "^1.1.3"
4910+
function-bind "^1.1.1"
4911+
4912+
string.prototype.trimright@^2.1.1:
4913+
version "2.1.1"
4914+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
4915+
dependencies:
4916+
define-properties "^1.1.3"
4917+
function-bind "^1.1.1"
4918+
48454919
string_decoder@~1.1.1:
48464920
version "1.1.1"
48474921
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"

0 commit comments

Comments
 (0)