Skip to content

Commit e83c436

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.13.0
1 parent 93d5760 commit e83c436

File tree

2 files changed

+99
-10
lines changed

2 files changed

+99
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"eslint-plugin-jest": "21.15.0",
5656
"eslint-plugin-jsx-a11y": "6.0.3",
5757
"eslint-plugin-prettier": "2.6.0",
58-
"eslint-plugin-react": "7.7.0",
58+
"eslint-plugin-react": "7.13.0",
5959
"flow-bin": "0.68.0",
6060
"github-changes": "1.1.2",
6161
"husky": "0.14.3",

yarn.lock

Lines changed: 98 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3825,7 +3825,7 @@ doctrine@1.5.0:
38253825
esutils "^2.0.2"
38263826
isarray "^1.0.0"
38273827

3828-
doctrine@^2.0.0, doctrine@^2.0.2, doctrine@^2.1.0:
3828+
doctrine@^2.0.0, doctrine@^2.1.0:
38293829
version "2.1.0"
38303830
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
38313831
dependencies:
@@ -4069,6 +4069,17 @@ es-abstract@^1.10.0, es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.6.1,
40694069
is-callable "^1.1.3"
40704070
is-regex "^1.0.4"
40714071

4072+
es-abstract@^1.11.0:
4073+
version "1.13.0"
4074+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
4075+
dependencies:
4076+
es-to-primitive "^1.2.0"
4077+
function-bind "^1.1.1"
4078+
has "^1.0.3"
4079+
is-callable "^1.1.4"
4080+
is-regex "^1.0.4"
4081+
object-keys "^1.0.12"
4082+
40724083
es-to-primitive@^1.1.1:
40734084
version "1.1.1"
40744085
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -4077,6 +4088,14 @@ es-to-primitive@^1.1.1:
40774088
is-date-object "^1.0.1"
40784089
is-symbol "^1.0.1"
40794090

4091+
es-to-primitive@^1.2.0:
4092+
version "1.2.0"
4093+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
4094+
dependencies:
4095+
is-callable "^1.1.4"
4096+
is-date-object "^1.0.1"
4097+
is-symbol "^1.0.2"
4098+
40804099
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
40814100
version "0.10.41"
40824101
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.41.tgz#bab3e982d750f0112f0cb9e6abed72c59eb33eb2"
@@ -4249,14 +4268,17 @@ eslint-plugin-prettier@2.6.0:
42494268
fast-diff "^1.1.1"
42504269
jest-docblock "^21.0.0"
42514270

4252-
eslint-plugin-react@7.7.0:
4253-
version "7.7.0"
4254-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.7.0.tgz#f606c719dbd8a1a2b3d25c16299813878cca0160"
4271+
eslint-plugin-react@7.13.0:
4272+
version "7.13.0"
4273+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.13.0.tgz#bc13fd7101de67996ea51b33873cd9dc2b7e5758"
42554274
dependencies:
4256-
doctrine "^2.0.2"
4257-
has "^1.0.1"
4258-
jsx-ast-utils "^2.0.1"
4259-
prop-types "^15.6.0"
4275+
array-includes "^3.0.3"
4276+
doctrine "^2.1.0"
4277+
has "^1.0.3"
4278+
jsx-ast-utils "^2.1.0"
4279+
object.fromentries "^2.0.0"
4280+
prop-types "^15.7.2"
4281+
resolve "^1.10.1"
42604282

42614283
eslint-restricted-globals@^0.1.1:
42624284
version "0.1.1"
@@ -5084,6 +5106,12 @@ has@^1.0.1:
50845106
dependencies:
50855107
function-bind "^1.0.2"
50865108

5109+
has@^1.0.3:
5110+
version "1.0.3"
5111+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
5112+
dependencies:
5113+
function-bind "^1.1.1"
5114+
50875115
hash-base@^2.0.0:
50885116
version "2.0.2"
50895117
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -5489,6 +5517,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
54895517
version "1.1.3"
54905518
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
54915519

5520+
is-callable@^1.1.4:
5521+
version "1.1.4"
5522+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
5523+
54925524
is-ci@^1.0.10:
54935525
version "1.1.0"
54945526
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -5719,6 +5751,12 @@ is-symbol@^1.0.1:
57195751
version "1.0.1"
57205752
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
57215753

5754+
is-symbol@^1.0.2:
5755+
version "1.0.2"
5756+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
5757+
dependencies:
5758+
has-symbols "^1.0.0"
5759+
57225760
is-typedarray@~1.0.0:
57235761
version "1.0.0"
57245762
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -6119,6 +6157,10 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
61196157
version "3.0.2"
61206158
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
61216159

6160+
"js-tokens@^3.0.0 || ^4.0.0":
6161+
version "4.0.0"
6162+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
6163+
61226164
js-yaml@^3.4.3, js-yaml@^3.7.0, js-yaml@^3.9.0, js-yaml@^3.9.1:
61236165
version "3.11.0"
61246166
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
@@ -6231,12 +6273,18 @@ jsprim@^1.2.2:
62316273
json-schema "0.2.3"
62326274
verror "1.10.0"
62336275

6234-
jsx-ast-utils@^2.0.0, jsx-ast-utils@^2.0.1:
6276+
jsx-ast-utils@^2.0.0:
62356277
version "2.0.1"
62366278
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
62376279
dependencies:
62386280
array-includes "^3.0.3"
62396281

6282+
jsx-ast-utils@^2.1.0:
6283+
version "2.1.0"
6284+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.1.0.tgz#0ee4e2c971fb9601c67b5641b71be80faecf0b36"
6285+
dependencies:
6286+
array-includes "^3.0.3"
6287+
62406288
keycode@^2.1.9:
62416289
version "2.1.9"
62426290
resolved "https://registry.yarnpkg.com/keycode/-/keycode-2.1.9.tgz#964a23c54e4889405b4861a5c9f0480d45141dfa"
@@ -6517,6 +6565,12 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1:
65176565
dependencies:
65186566
js-tokens "^3.0.0"
65196567

6568+
loose-envify@^1.4.0:
6569+
version "1.4.0"
6570+
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
6571+
dependencies:
6572+
js-tokens "^3.0.0 || ^4.0.0"
6573+
65206574
lower-case@^1.1.1:
65216575
version "1.1.4"
65226576
resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac"
@@ -7046,6 +7100,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
70467100
version "1.0.11"
70477101
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
70487102

7103+
object-keys@^1.0.12:
7104+
version "1.1.1"
7105+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
7106+
70497107
object-keys@~0.2.0:
70507108
version "0.2.0"
70517109
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.2.0.tgz#cddec02998b091be42bf1035ae32e49f1cb6ea67"
@@ -7078,6 +7136,15 @@ object.entries@^1.0.4:
70787136
function-bind "^1.1.0"
70797137
has "^1.0.1"
70807138

7139+
object.fromentries@^2.0.0:
7140+
version "2.0.0"
7141+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
7142+
dependencies:
7143+
define-properties "^1.1.2"
7144+
es-abstract "^1.11.0"
7145+
function-bind "^1.1.1"
7146+
has "^1.0.1"
7147+
70817148
object.getownpropertydescriptors@^2.0.3:
70827149
version "2.0.3"
70837150
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -7333,6 +7400,10 @@ path-parse@^1.0.5:
73337400
version "1.0.5"
73347401
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
73357402

7403+
path-parse@^1.0.6:
7404+
version "1.0.6"
7405+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
7406+
73367407
path-to-regexp@0.1.7:
73377408
version "0.1.7"
73387409
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -7787,6 +7858,14 @@ prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6, prop-types@^15.5.8,
77877858
loose-envify "^1.3.1"
77887859
object-assign "^4.1.1"
77897860

7861+
prop-types@^15.7.2:
7862+
version "15.7.2"
7863+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
7864+
dependencies:
7865+
loose-envify "^1.4.0"
7866+
object-assign "^4.1.1"
7867+
react-is "^16.8.1"
7868+
77907869
proxy-addr@~2.0.3:
77917870
version "2.0.3"
77927871
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.3.tgz#355f262505a621646b3130a728eb647e22055341"
@@ -8006,6 +8085,10 @@ react-inspector@^2.2.2:
80068085
babel-runtime "^6.26.0"
80078086
is-dom "^1.0.9"
80088087

8088+
react-is@^16.8.1:
8089+
version "16.8.6"
8090+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
8091+
80098092
react-modal@^3.1.10:
80108093
version "3.3.2"
80118094
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.3.2.tgz#b13da9490653a7c76bc0e9600323eb1079c620e7"
@@ -8479,6 +8562,12 @@ resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0:
84798562
dependencies:
84808563
path-parse "^1.0.5"
84818564

8565+
resolve@^1.10.1:
8566+
version "1.10.1"
8567+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.1.tgz#664842ac960795bbe758221cdccda61fb64b5f18"
8568+
dependencies:
8569+
path-parse "^1.0.6"
8570+
84828571
restore-cursor@^1.0.1:
84838572
version "1.0.1"
84848573
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"

0 commit comments

Comments
 (0)