-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency eslint-plugin-react to v7.18.0
- Loading branch information
1 parent
5960465
commit 9baa924
Showing
2 changed files
with
149 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,6 +110,14 @@ array-includes@^3.0.3: | |
define-properties "^1.1.2" | ||
es-abstract "^1.7.0" | ||
|
||
array-includes@^3.1.1: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348" | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.0" | ||
is-string "^1.0.5" | ||
|
||
array-union@^1.0.1: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" | ||
|
@@ -602,6 +610,12 @@ define-properties@^1.1.2: | |
foreach "^2.0.5" | ||
object-keys "^1.0.8" | ||
|
||
define-properties@^1.1.3: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" | ||
dependencies: | ||
object-keys "^1.0.12" | ||
|
||
define-property@^0.2.5: | ||
version "0.2.5" | ||
resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" | ||
|
@@ -686,6 +700,22 @@ es-abstract@^1.10.0, es-abstract@^1.6.1, es-abstract@^1.7.0: | |
is-callable "^1.1.3" | ||
is-regex "^1.0.4" | ||
|
||
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1: | ||
version "1.17.2" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.2.tgz#965b10af56597b631da15872c17a405e86c1fd46" | ||
dependencies: | ||
es-to-primitive "^1.2.1" | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
has-symbols "^1.0.1" | ||
is-callable "^1.1.5" | ||
is-regex "^1.0.5" | ||
object-inspect "^1.7.0" | ||
object-keys "^1.1.1" | ||
object.assign "^4.1.0" | ||
string.prototype.trimleft "^2.1.1" | ||
string.prototype.trimright "^2.1.1" | ||
|
||
es-to-primitive@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d" | ||
|
@@ -694,6 +724,14 @@ es-to-primitive@^1.1.1: | |
is-date-object "^1.0.1" | ||
is-symbol "^1.0.1" | ||
|
||
es-to-primitive@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" | ||
dependencies: | ||
is-callable "^1.1.4" | ||
is-date-object "^1.0.1" | ||
is-symbol "^1.0.2" | ||
|
||
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.3, escape-string-regexp@^1.0.5: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" | ||
|
@@ -762,15 +800,19 @@ [email protected]: | |
has "^1.0.3" | ||
jsx-ast-utils "^2.0.1" | ||
|
||
eslint-plugin-react@7.11.0: | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.0.tgz#b3124af974c4da978e62a57ea49a7bc26f11e76d" | ||
eslint-plugin-react@7.18.0: | ||
version "7.18.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.0.tgz#2317831284d005b30aff8afb7c4e906f13fa8e7e" | ||
dependencies: | ||
array-includes "^3.0.3" | ||
array-includes "^3.1.1" | ||
doctrine "^2.1.0" | ||
has "^1.0.3" | ||
jsx-ast-utils "^2.0.1" | ||
prop-types "^15.6.2" | ||
jsx-ast-utils "^2.2.3" | ||
object.entries "^1.1.1" | ||
object.fromentries "^2.0.2" | ||
object.values "^1.1.1" | ||
prop-types "^15.7.2" | ||
resolve "^1.14.2" | ||
|
||
eslint-restricted-globals@^0.1.1: | ||
version "0.1.1" | ||
|
@@ -1161,6 +1203,10 @@ has-symbols@^1.0.0: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44" | ||
|
||
has-symbols@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" | ||
|
||
has-value@^0.3.1: | ||
version "0.3.1" | ||
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" | ||
|
@@ -1306,6 +1352,10 @@ is-callable@^1.1.1, is-callable@^1.1.3: | |
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2" | ||
|
||
is-callable@^1.1.4, is-callable@^1.1.5: | ||
version "1.1.5" | ||
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab" | ||
|
||
is-data-descriptor@^0.1.4: | ||
version "0.1.4" | ||
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" | ||
|
@@ -1412,6 +1462,12 @@ is-regex@^1.0.4: | |
dependencies: | ||
has "^1.0.1" | ||
|
||
is-regex@^1.0.5: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae" | ||
dependencies: | ||
has "^1.0.3" | ||
|
||
is-resolvable@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88" | ||
|
@@ -1420,10 +1476,20 @@ is-stream@^1.1.0: | |
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" | ||
|
||
is-string@^1.0.5: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6" | ||
|
||
is-symbol@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572" | ||
|
||
is-symbol@^1.0.2: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937" | ||
dependencies: | ||
has-symbols "^1.0.1" | ||
|
||
is-typedarray@~1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" | ||
|
@@ -1570,6 +1636,13 @@ jsx-ast-utils@^2.0.1: | |
dependencies: | ||
array-includes "^3.0.3" | ||
|
||
jsx-ast-utils@^2.2.3: | ||
version "2.2.3" | ||
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f" | ||
dependencies: | ||
array-includes "^3.0.3" | ||
object.assign "^4.1.0" | ||
|
||
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: | ||
version "3.2.2" | ||
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" | ||
|
@@ -1659,7 +1732,7 @@ loose-envify@^1.0.0: | |
dependencies: | ||
js-tokens "^3.0.0" | ||
|
||
loose-envify@^1.3.1: | ||
loose-envify@^1.4.0: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" | ||
dependencies: | ||
|
@@ -1904,10 +1977,18 @@ object-copy@^0.1.0: | |
define-property "^0.2.5" | ||
kind-of "^3.0.3" | ||
|
||
object-inspect@^1.7.0: | ||
version "1.7.0" | ||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67" | ||
|
||
object-keys@^1.0.11: | ||
version "1.0.12" | ||
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2" | ||
|
||
object-keys@^1.0.12, object-keys@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" | ||
|
||
object-keys@^1.0.8: | ||
version "1.0.11" | ||
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d" | ||
|
@@ -1936,12 +2017,39 @@ object.entries@^1.0.4: | |
function-bind "^1.1.0" | ||
has "^1.0.1" | ||
|
||
object.entries@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b" | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.0-next.1" | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
|
||
object.fromentries@^2.0.2: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9" | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.0-next.1" | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
|
||
object.pick@^1.3.0: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" | ||
dependencies: | ||
isobject "^3.0.1" | ||
|
||
object.values@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e" | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.0-next.1" | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
|
||
once@^1.3.0: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" | ||
|
@@ -2052,6 +2160,10 @@ path-parse@^1.0.5: | |
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1" | ||
|
||
path-parse@^1.0.6: | ||
version "1.0.6" | ||
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" | ||
|
||
path-type@^1.0.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" | ||
|
@@ -2114,12 +2226,13 @@ progress@^2.0.0: | |
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.0.tgz#8a1be366bf8fc23db2bd23f10c6fe920b4389d1f" | ||
|
||
prop-types@^15.6.2: | ||
version "15.6.2" | ||
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102" | ||
prop-types@^15.7.2: | ||
version "15.7.2" | ||
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" | ||
dependencies: | ||
loose-envify "^1.3.1" | ||
loose-envify "^1.4.0" | ||
object-assign "^4.1.1" | ||
react-is "^16.8.1" | ||
|
||
pseudomap@^1.0.2: | ||
version "1.0.2" | ||
|
@@ -2137,6 +2250,10 @@ qs@~6.5.1: | |
version "6.5.2" | ||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" | ||
|
||
react-is@^16.8.1: | ||
version "16.12.0" | ||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c" | ||
|
||
read-pkg-up@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" | ||
|
@@ -2267,6 +2384,12 @@ resolve-url@^0.2.1: | |
version "0.2.1" | ||
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" | ||
|
||
resolve@^1.14.2: | ||
version "1.14.2" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.2.tgz#dbf31d0fa98b1f29aa5169783b9c290cb865fea2" | ||
dependencies: | ||
path-parse "^1.0.6" | ||
|
||
resolve@^1.2.0: | ||
version "1.5.0" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36" | ||
|
@@ -2539,6 +2662,20 @@ string.prototype.matchall@^2.0.0: | |
has-symbols "^1.0.0" | ||
regexp.prototype.flags "^1.2.0" | ||
|
||
string.prototype.trimleft@^2.1.1: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74" | ||
dependencies: | ||
define-properties "^1.1.3" | ||
function-bind "^1.1.1" | ||
|
||
string.prototype.trimright@^2.1.1: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9" | ||
dependencies: | ||
define-properties "^1.1.3" | ||
function-bind "^1.1.1" | ||
|
||
string_decoder@~1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab" | ||
|