Skip to content
This repository was archived by the owner on May 14, 2019. It is now read-only.

Commit 5c216f5

Browse files
renovate[bot]fusion-bot[bot]
authored andcommitted
Update dependency eslint-plugin-react to v7.12.4
#119
1 parent 247d711 commit 5c216f5

File tree

2 files changed

+61
-6
lines changed

2 files changed

+61
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-flowtype": "2.50.3",
2727
"eslint-plugin-import": "2.14.0",
2828
"eslint-plugin-prettier": "2.6.2",
29-
"eslint-plugin-react": "7.11.1",
29+
"eslint-plugin-react": "7.12.4",
3030
"glob": "7.1.3",
3131
"jscodeshift": "0.6.2",
3232
"refactoring-codemods": "0.3.4"

yarn.lock

Lines changed: 60 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,6 +1203,18 @@ error-ex@^1.2.0:
12031203
dependencies:
12041204
is-arrayish "^0.2.1"
12051205

1206+
es-abstract@^1.11.0:
1207+
version "1.13.0"
1208+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
1209+
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
1210+
dependencies:
1211+
es-to-primitive "^1.2.0"
1212+
function-bind "^1.1.1"
1213+
has "^1.0.3"
1214+
is-callable "^1.1.4"
1215+
is-regex "^1.0.4"
1216+
object-keys "^1.0.12"
1217+
12061218
es-abstract@^1.7.0:
12071219
version "1.10.0"
12081220
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -1223,6 +1235,15 @@ es-to-primitive@^1.1.1:
12231235
is-date-object "^1.0.1"
12241236
is-symbol "^1.0.1"
12251237

1238+
es-to-primitive@^1.2.0:
1239+
version "1.2.0"
1240+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
1241+
integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==
1242+
dependencies:
1243+
is-callable "^1.1.4"
1244+
is-date-object "^1.0.1"
1245+
is-symbol "^1.0.2"
1246+
12261247
es6-promise@^4.0.3:
12271248
version "4.2.4"
12281249
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.4.tgz#dc4221c2b16518760bd8c39a52d8f356fc00ed29"
@@ -1335,16 +1356,18 @@ [email protected]:
13351356
fast-diff "^1.1.1"
13361357
jest-docblock "^21.0.0"
13371358

1338-
eslint-plugin-react@7.11.1:
1339-
version "7.11.1"
1340-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
1341-
integrity sha512-cVVyMadRyW7qsIUh3FHp3u6QHNhOgVrLQYdQEB1bPWBsgbNCHdFAeNMquBMCcZJu59eNthX053L70l7gRt4SCw==
1359+
eslint-plugin-react@7.12.4:
1360+
version "7.12.4"
1361+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.4.tgz#b1ecf26479d61aee650da612e425c53a99f48c8c"
1362+
integrity sha512-1puHJkXJY+oS1t467MjbqjvX53uQ05HXwjqDgdbGBqf5j9eeydI54G3KwiJmWciQ0HTBacIKw2jgwSBSH3yfgQ==
13421363
dependencies:
13431364
array-includes "^3.0.3"
13441365
doctrine "^2.1.0"
13451366
has "^1.0.3"
13461367
jsx-ast-utils "^2.0.1"
1368+
object.fromentries "^2.0.0"
13471369
prop-types "^15.6.2"
1370+
resolve "^1.9.0"
13481371

13491372
13501373
version "3.7.1"
@@ -1697,6 +1720,11 @@ has-flag@^3.0.0:
16971720
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
16981721
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
16991722

1723+
has-symbols@^1.0.0:
1724+
version "1.0.0"
1725+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
1726+
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
1727+
17001728
has-value@^0.3.1:
17011729
version "0.3.1"
17021730
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
@@ -1865,6 +1893,11 @@ is-callable@^1.1.1, is-callable@^1.1.3:
18651893
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
18661894
integrity sha1-hut1OSgF3cM69xySoO7fdO52BLI=
18671895

1896+
is-callable@^1.1.4:
1897+
version "1.1.4"
1898+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
1899+
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
1900+
18681901
is-data-descriptor@^0.1.4:
18691902
version "0.1.4"
18701903
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -1974,6 +2007,13 @@ is-symbol@^1.0.1:
19742007
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
19752008
integrity sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI=
19762009

2010+
is-symbol@^1.0.2:
2011+
version "1.0.2"
2012+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
2013+
integrity sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==
2014+
dependencies:
2015+
has-symbols "^1.0.0"
2016+
19772017
is-windows@^1.0.2:
19782018
version "1.0.2"
19792019
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -2347,6 +2387,11 @@ object-copy@^0.1.0:
23472387
define-property "^0.2.5"
23482388
kind-of "^3.0.3"
23492389

2390+
object-keys@^1.0.12:
2391+
version "1.0.12"
2392+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
2393+
integrity sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==
2394+
23502395
object-keys@^1.0.8:
23512396
version "1.0.11"
23522397
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
@@ -2359,6 +2404,16 @@ object-visit@^1.0.0:
23592404
dependencies:
23602405
isobject "^3.0.0"
23612406

2407+
object.fromentries@^2.0.0:
2408+
version "2.0.0"
2409+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
2410+
integrity sha512-9iLiI6H083uiqUuvzyY6qrlmc/Gz8hLQFOcb/Ri/0xXFkSNS3ctV+CbE6yM2+AnkYfOB3dGjdzC0wrMLIhQICA==
2411+
dependencies:
2412+
define-properties "^1.1.2"
2413+
es-abstract "^1.11.0"
2414+
function-bind "^1.1.1"
2415+
has "^1.0.1"
2416+
23622417
object.pick@^1.3.0:
23632418
version "1.3.0"
23642419
resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
@@ -2688,7 +2743,7 @@ resolve@^1.1.6, resolve@^1.5.0:
26882743
dependencies:
26892744
path-parse "^1.0.5"
26902745

2691-
resolve@^1.3.2:
2746+
resolve@^1.3.2, resolve@^1.9.0:
26922747
version "1.9.0"
26932748
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
26942749
integrity sha512-TZNye00tI67lwYvzxCxHGjwTNlUV70io54/Ed4j6PscB8xVfuBJpRenI/o6dVk0cY0PYTY27AgCoGGxRnYuItQ==

0 commit comments

Comments
 (0)