Skip to content
This repository was archived by the owner on Jan 29, 2021. It is now read-only.

Commit 950bc6b

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.16.0
1 parent ca6c4de commit 950bc6b

File tree

2 files changed

+121
-15
lines changed

2 files changed

+121
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-config-airbnb": "17.1.0",
5555
"eslint-formatter-pretty": "2.0.0",
5656
"eslint-plugin-import": "2.14.0",
57-
"eslint-plugin-react": "7.11.1",
57+
"eslint-plugin-react": "7.16.0",
5858
"husky": "1.1.4",
5959
"eslint-plugin-jsx-a11y": "6.1.2",
6060
"validate-commit-msg": "2.14.0"

yarn.lock

Lines changed: 120 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ deep-is@~0.1.3:
520520
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
521521
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
522522

523-
define-properties@^1.1.2:
523+
define-properties@^1.1.2, define-properties@^1.1.3:
524524
version "1.1.3"
525525
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
526526
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
@@ -595,6 +595,22 @@ error-ex@^1.2.0, error-ex@^1.3.1:
595595
dependencies:
596596
is-arrayish "^0.2.1"
597597

598+
es-abstract@^1.12.0, es-abstract@^1.15.0:
599+
version "1.16.0"
600+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.0.tgz#d3a26dc9c3283ac9750dca569586e976d9dcc06d"
601+
integrity sha512-xdQnfykZ9JMEiasTAJZJdMWCQ1Vm00NBw79/AWi7ELfZuuPCSOMDZbT9mkOfSctVtfhb+sAAzrm+j//GjjLHLg==
602+
dependencies:
603+
es-to-primitive "^1.2.0"
604+
function-bind "^1.1.1"
605+
has "^1.0.3"
606+
has-symbols "^1.0.0"
607+
is-callable "^1.1.4"
608+
is-regex "^1.0.4"
609+
object-inspect "^1.6.0"
610+
object-keys "^1.1.1"
611+
string.prototype.trimleft "^2.1.0"
612+
string.prototype.trimright "^2.1.0"
613+
598614
es-abstract@^1.6.1, es-abstract@^1.7.0:
599615
version "1.12.0"
600616
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
@@ -615,6 +631,15 @@ es-to-primitive@^1.1.1:
615631
is-date-object "^1.0.1"
616632
is-symbol "^1.0.2"
617633

634+
es-to-primitive@^1.2.0:
635+
version "1.2.1"
636+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
637+
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
638+
dependencies:
639+
is-callable "^1.1.4"
640+
is-date-object "^1.0.1"
641+
is-symbol "^1.0.2"
642+
618643
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
619644
version "1.0.5"
620645
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -697,16 +722,20 @@ [email protected]:
697722
has "^1.0.3"
698723
jsx-ast-utils "^2.0.1"
699724

700-
eslint-plugin-react@7.11.1:
701-
version "7.11.1"
702-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
703-
integrity sha512-cVVyMadRyW7qsIUh3FHp3u6QHNhOgVrLQYdQEB1bPWBsgbNCHdFAeNMquBMCcZJu59eNthX053L70l7gRt4SCw==
725+
eslint-plugin-react@7.16.0:
726+
version "7.16.0"
727+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.16.0.tgz#9928e4f3e2122ed3ba6a5b56d0303ba3e41d8c09"
728+
integrity sha512-GacBAATewhhptbK3/vTP09CbFrgUJmBSaaRcWdbQLFvUZy9yVcQxigBNHGPU/KE2AyHpzj3AWXpxoMTsIDiHug==
704729
dependencies:
705730
array-includes "^3.0.3"
706731
doctrine "^2.1.0"
707732
has "^1.0.3"
708-
jsx-ast-utils "^2.0.1"
709-
prop-types "^15.6.2"
733+
jsx-ast-utils "^2.2.1"
734+
object.entries "^1.1.0"
735+
object.fromentries "^2.0.0"
736+
object.values "^1.1.0"
737+
prop-types "^15.7.2"
738+
resolve "^1.12.0"
710739

711740
eslint-restricted-globals@^0.1.1:
712741
version "0.1.1"
@@ -1543,6 +1572,14 @@ jsx-ast-utils@^2.0.1:
15431572
dependencies:
15441573
array-includes "^3.0.3"
15451574

1575+
jsx-ast-utils@^2.2.1:
1576+
version "2.2.3"
1577+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
1578+
integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA==
1579+
dependencies:
1580+
array-includes "^3.0.3"
1581+
object.assign "^4.1.0"
1582+
15461583
kind-of@^3.0.2:
15471584
version "3.2.2"
15481585
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
@@ -1623,7 +1660,7 @@ longest@^1.0.1:
16231660
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
16241661
integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=
16251662

1626-
loose-envify@^1.3.1:
1663+
loose-envify@^1.4.0:
16271664
version "1.4.0"
16281665
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
16291666
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -1760,11 +1797,21 @@ object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
17601797
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
17611798
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
17621799

1800+
object-inspect@^1.6.0:
1801+
version "1.6.0"
1802+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
1803+
integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==
1804+
17631805
object-keys@^1.0.11, object-keys@^1.0.12:
17641806
version "1.0.12"
17651807
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
17661808
integrity sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==
17671809

1810+
object-keys@^1.1.1:
1811+
version "1.1.1"
1812+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
1813+
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
1814+
17681815
object.assign@^4.1.0:
17691816
version "4.1.0"
17701817
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
@@ -1785,6 +1832,26 @@ object.entries@^1.0.4:
17851832
function-bind "^1.1.0"
17861833
has "^1.0.1"
17871834

1835+
object.entries@^1.1.0:
1836+
version "1.1.0"
1837+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
1838+
integrity sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA==
1839+
dependencies:
1840+
define-properties "^1.1.3"
1841+
es-abstract "^1.12.0"
1842+
function-bind "^1.1.1"
1843+
has "^1.0.3"
1844+
1845+
object.fromentries@^2.0.0:
1846+
version "2.0.1"
1847+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.1.tgz#050f077855c7af8ae6649f45c80b16ee2d31e704"
1848+
integrity sha512-PUQv8Hbg3j2QX0IQYv3iAGCbGcu4yY4KQ92/dhA4sFSixBmSmp13UpDLs6jGK8rBtbmhNNIK99LD2k293jpiGA==
1849+
dependencies:
1850+
define-properties "^1.1.3"
1851+
es-abstract "^1.15.0"
1852+
function-bind "^1.1.1"
1853+
has "^1.0.3"
1854+
17881855
object.omit@^2.0.0:
17891856
version "2.0.1"
17901857
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
@@ -1793,6 +1860,16 @@ object.omit@^2.0.0:
17931860
for-own "^0.1.4"
17941861
is-extendable "^0.1.1"
17951862

1863+
object.values@^1.1.0:
1864+
version "1.1.0"
1865+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
1866+
integrity sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==
1867+
dependencies:
1868+
define-properties "^1.1.3"
1869+
es-abstract "^1.12.0"
1870+
function-bind "^1.1.1"
1871+
has "^1.0.3"
1872+
17961873
once@^1.3.0, once@^1.3.1, once@^1.4.0:
17971874
version "1.4.0"
17981875
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -1966,7 +2043,7 @@ path-key@^2.0.0, path-key@^2.0.1:
19662043
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
19672044
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
19682045

1969-
path-parse@^1.0.5:
2046+
path-parse@^1.0.5, path-parse@^1.0.6:
19702047
version "1.0.6"
19712048
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
19722049
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
@@ -2053,13 +2130,14 @@ progress@^2.0.0:
20532130
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.0.tgz#8a1be366bf8fc23db2bd23f10c6fe920b4389d1f"
20542131
integrity sha1-ihvjZr+Pwj2yvSPxDG/pILQ4nR8=
20552132

2056-
prop-types@^15.6.2:
2057-
version "15.6.2"
2058-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
2059-
integrity sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ==
2133+
prop-types@^15.7.2:
2134+
version "15.7.2"
2135+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
2136+
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
20602137
dependencies:
2061-
loose-envify "^1.3.1"
2138+
loose-envify "^1.4.0"
20622139
object-assign "^4.1.1"
2140+
react-is "^16.8.1"
20632141

20642142
pump@^3.0.0:
20652143
version "3.0.0"
@@ -2083,6 +2161,11 @@ randomatic@^3.0.0:
20832161
kind-of "^6.0.0"
20842162
math-random "^1.0.1"
20852163

2164+
react-is@^16.8.1:
2165+
version "16.11.0"
2166+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.11.0.tgz#b85dfecd48ad1ce469ff558a882ca8e8313928fa"
2167+
integrity sha512-gbBVYR2p8mnriqAwWx9LbuUrShnAuSCNnuPGyc7GJrMVQtPDAh8iLpv7FRuMPFb56KkaVZIYSz1PrjI9q0QPCw==
2168+
20862169
read-pkg-up@^2.0.0:
20872170
version "2.0.0"
20882171
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
@@ -2201,6 +2284,13 @@ resolve@^1.1.6, resolve@^1.5.0, resolve@^1.6.0:
22012284
dependencies:
22022285
path-parse "^1.0.5"
22032286

2287+
resolve@^1.12.0:
2288+
version "1.12.0"
2289+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
2290+
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
2291+
dependencies:
2292+
path-parse "^1.0.6"
2293+
22042294
restore-cursor@^1.0.1:
22052295
version "1.0.1"
22062296
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
@@ -2377,6 +2467,22 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
23772467
is-fullwidth-code-point "^2.0.0"
23782468
strip-ansi "^4.0.0"
23792469

2470+
string.prototype.trimleft@^2.1.0:
2471+
version "2.1.0"
2472+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
2473+
integrity sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==
2474+
dependencies:
2475+
define-properties "^1.1.3"
2476+
function-bind "^1.1.1"
2477+
2478+
string.prototype.trimright@^2.1.0:
2479+
version "2.1.0"
2480+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
2481+
integrity sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg==
2482+
dependencies:
2483+
define-properties "^1.1.3"
2484+
function-bind "^1.1.1"
2485+
23802486
string_decoder@~1.1.1:
23812487
version "1.1.1"
23822488
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"

0 commit comments

Comments
 (0)