Skip to content

Commit 9ff1a10

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

File tree

2 files changed

+76
-8
lines changed

2 files changed

+76
-8
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.12.4",
5959
"flow-bin": "0.68.0",
6060
"github-changes": "1.1.2",
6161
"husky": "0.14.3",

yarn.lock

Lines changed: 75 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3825,7 +3825,7 @@ [email protected]:
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 @@ [email protected]:
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.12.4:
4272+
version "7.12.4"
4273+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.4.tgz#b1ecf26479d61aee650da612e425c53a99f48c8c"
42554274
dependencies:
4256-
doctrine "^2.0.2"
4257-
has "^1.0.1"
4275+
array-includes "^3.0.3"
4276+
doctrine "^2.1.0"
4277+
has "^1.0.3"
42584278
jsx-ast-utils "^2.0.1"
4259-
prop-types "^15.6.0"
4279+
object.fromentries "^2.0.0"
4280+
prop-types "^15.6.2"
4281+
resolve "^1.9.0"
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"
@@ -7046,6 +7084,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
70467084
version "1.0.11"
70477085
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
70487086

7087+
object-keys@^1.0.12:
7088+
version "1.0.12"
7089+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
7090+
70497091
object-keys@~0.2.0:
70507092
version "0.2.0"
70517093
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.2.0.tgz#cddec02998b091be42bf1035ae32e49f1cb6ea67"
@@ -7078,6 +7120,15 @@ object.entries@^1.0.4:
70787120
function-bind "^1.1.0"
70797121
has "^1.0.1"
70807122

7123+
object.fromentries@^2.0.0:
7124+
version "2.0.0"
7125+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
7126+
dependencies:
7127+
define-properties "^1.1.2"
7128+
es-abstract "^1.11.0"
7129+
function-bind "^1.1.1"
7130+
has "^1.0.1"
7131+
70817132
object.getownpropertydescriptors@^2.0.3:
70827133
version "2.0.3"
70837134
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -7333,6 +7384,10 @@ path-parse@^1.0.5:
73337384
version "1.0.5"
73347385
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
73357386

7387+
path-parse@^1.0.6:
7388+
version "1.0.6"
7389+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
7390+
73367391
73377392
version "0.1.7"
73387393
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -7787,6 +7842,13 @@ prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6, prop-types@^15.5.8,
77877842
loose-envify "^1.3.1"
77887843
object-assign "^4.1.1"
77897844

7845+
prop-types@^15.6.2:
7846+
version "15.6.2"
7847+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
7848+
dependencies:
7849+
loose-envify "^1.3.1"
7850+
object-assign "^4.1.1"
7851+
77907852
proxy-addr@~2.0.3:
77917853
version "2.0.3"
77927854
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.3.tgz#355f262505a621646b3130a728eb647e22055341"
@@ -8479,6 +8541,12 @@ resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0:
84798541
dependencies:
84808542
path-parse "^1.0.5"
84818543

8544+
resolve@^1.9.0:
8545+
version "1.9.0"
8546+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
8547+
dependencies:
8548+
path-parse "^1.0.6"
8549+
84828550
restore-cursor@^1.0.1:
84838551
version "1.0.1"
84848552
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"

0 commit comments

Comments
 (0)