-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency eslint-plugin-react to v7.16.0
- Loading branch information
1 parent
88b7d69
commit 51aaf69
Showing
2 changed files
with
142 additions
and
10 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 |
---|---|---|
|
@@ -2030,6 +2030,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" | ||
|
@@ -2234,6 +2240,21 @@ error-stack-parser@^2.0.0: | |
dependencies: | ||
stackframe "^1.0.3" | ||
|
||
es-abstract@^1.12.0, es-abstract@^1.15.0: | ||
version "1.16.0" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.0.tgz#d3a26dc9c3283ac9750dca569586e976d9dcc06d" | ||
dependencies: | ||
es-to-primitive "^1.2.0" | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
has-symbols "^1.0.0" | ||
is-callable "^1.1.4" | ||
is-regex "^1.0.4" | ||
object-inspect "^1.6.0" | ||
object-keys "^1.1.1" | ||
string.prototype.trimleft "^2.1.0" | ||
string.prototype.trimright "^2.1.0" | ||
|
||
es-abstract@^1.7.0: | ||
version "1.10.0" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864" | ||
|
@@ -2252,6 +2273,14 @@ es-to-primitive@^1.1.1: | |
is-date-object "^1.0.1" | ||
is-symbol "^1.0.1" | ||
|
||
es-to-primitive@^1.2.0: | ||
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" | ||
|
||
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14: | ||
version "0.10.40" | ||
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.40.tgz#ab3d2179b943008c5e9ef241beb25ef41424c774" | ||
|
@@ -2363,14 +2392,19 @@ [email protected]: | |
fast-diff "^1.1.1" | ||
jest-docblock "^21.0.0" | ||
|
||
eslint-plugin-react@7.9.1: | ||
version "7.9.1" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.9.1.tgz#101aadd15e7c7b431ed025303ac7b421a8e3dc15" | ||
eslint-plugin-react@7.16.0: | ||
version "7.16.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.16.0.tgz#9928e4f3e2122ed3ba6a5b56d0303ba3e41d8c09" | ||
dependencies: | ||
array-includes "^3.0.3" | ||
doctrine "^2.1.0" | ||
has "^1.0.2" | ||
jsx-ast-utils "^2.0.1" | ||
prop-types "^15.6.1" | ||
has "^1.0.3" | ||
jsx-ast-utils "^2.2.1" | ||
object.entries "^1.1.0" | ||
object.fromentries "^2.0.0" | ||
object.values "^1.1.0" | ||
prop-types "^15.7.2" | ||
resolve "^1.12.0" | ||
|
||
eslint-scope@^3.7.1, eslint-scope@~3.7.1: | ||
version "3.7.1" | ||
|
@@ -3072,7 +3106,7 @@ has@^1.0.1: | |
dependencies: | ||
function-bind "^1.0.2" | ||
|
||
has@^1.0.2: | ||
has@^1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" | ||
dependencies: | ||
|
@@ -3312,6 +3346,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: | ||
version "1.1.4" | ||
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75" | ||
|
||
is-ci@^1.0.10: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5" | ||
|
@@ -3514,6 +3552,12 @@ 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.2" | ||
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38" | ||
dependencies: | ||
has-symbols "^1.0.0" | ||
|
||
is-typedarray@~1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" | ||
|
@@ -3588,6 +3632,10 @@ js-tokens@^3.0.0, js-tokens@^3.0.2: | |
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" | ||
|
||
"js-tokens@^3.0.0 || ^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" | ||
|
||
js-yaml@^3.9.0, js-yaml@^3.9.1: | ||
version "3.11.0" | ||
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef" | ||
|
@@ -3654,12 +3702,19 @@ jsprim@^1.2.2: | |
json-schema "0.2.3" | ||
verror "1.10.0" | ||
|
||
jsx-ast-utils@^2.0.0, jsx-ast-utils@^2.0.1: | ||
jsx-ast-utils@^2.0.0: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f" | ||
dependencies: | ||
array-includes "^3.0.3" | ||
|
||
jsx-ast-utils@^2.2.1: | ||
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" | ||
|
||
junk@^1.0.1: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/junk/-/junk-1.0.3.tgz#87be63488649cbdca6f53ab39bec9ccd2347f592" | ||
|
@@ -3855,6 +3910,12 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1: | |
dependencies: | ||
js-tokens "^3.0.0" | ||
|
||
loose-envify@^1.4.0: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" | ||
dependencies: | ||
js-tokens "^3.0.0 || ^4.0.0" | ||
|
||
lru-cache@^4.0.1, lru-cache@^4.1.1: | ||
version "4.1.2" | ||
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.2.tgz#45234b2e6e2f2b33da125624c4664929a0224c3f" | ||
|
@@ -4329,17 +4390,25 @@ object-copy@^0.1.0: | |
define-property "^0.2.5" | ||
kind-of "^3.0.3" | ||
|
||
object-inspect@^1.6.0: | ||
version "1.7.0" | ||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67" | ||
|
||
object-keys@^1.0.11, object-keys@^1.0.8, object-keys@~1.0.0: | ||
version "1.0.11" | ||
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d" | ||
|
||
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-visit@^1.0.0: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" | ||
dependencies: | ||
isobject "^3.0.0" | ||
|
||
object.assign@^4.0.4: | ||
object.assign@^4.0.4, object.assign@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da" | ||
dependencies: | ||
|
@@ -4348,6 +4417,24 @@ object.assign@^4.0.4: | |
has-symbols "^1.0.0" | ||
object-keys "^1.0.11" | ||
|
||
object.entries@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519" | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.12.0" | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
|
||
object.fromentries@^2.0.0: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.1.tgz#050f077855c7af8ae6649f45c80b16ee2d31e704" | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.15.0" | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
|
||
object.omit@^2.0.0: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa" | ||
|
@@ -4361,6 +4448,15 @@ object.pick@^1.3.0: | |
dependencies: | ||
isobject "^3.0.1" | ||
|
||
object.values@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9" | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.12.0" | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
|
||
on-finished@~2.3.0: | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" | ||
|
@@ -4545,6 +4641,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" | ||
|
||
[email protected]: | ||
version "0.1.7" | ||
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" | ||
|
@@ -4697,6 +4797,14 @@ [email protected], prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.6.0, | |
loose-envify "^1.3.1" | ||
object-assign "^4.1.1" | ||
|
||
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.4.0" | ||
object-assign "^4.1.1" | ||
react-is "^16.8.1" | ||
|
||
proxy-addr@~2.0.3: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.3.tgz#355f262505a621646b3130a728eb647e22055341" | ||
|
@@ -4855,6 +4963,10 @@ react-is@^16.3.1: | |
version "16.4.0" | ||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.4.0.tgz#cc9fdc855ac34d2e7d9d2eb7059bbc240d35ffcf" | ||
|
||
react-is@^16.8.1: | ||
version "16.11.0" | ||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.11.0.tgz#b85dfecd48ad1ce469ff558a882ca8e8313928fa" | ||
|
||
react-lifecycles-compat@^3.0.2: | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" | ||
|
@@ -5095,6 +5207,12 @@ [email protected]: | |
dependencies: | ||
path-parse "^1.0.5" | ||
|
||
resolve@^1.12.0: | ||
version "1.12.0" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6" | ||
dependencies: | ||
path-parse "^1.0.6" | ||
|
||
resolve@^1.3.2: | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3" | ||
|
@@ -5522,6 +5640,20 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1: | |
is-fullwidth-code-point "^2.0.0" | ||
strip-ansi "^4.0.0" | ||
|
||
string.prototype.trimleft@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634" | ||
dependencies: | ||
define-properties "^1.1.3" | ||
function-bind "^1.1.1" | ||
|
||
string.prototype.trimright@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58" | ||
dependencies: | ||
define-properties "^1.1.3" | ||
function-bind "^1.1.1" | ||
|
||
string_decoder@^1.0.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.0.tgz#384f322ee8a848e500effde99901bba849c5d403" | ||
|