Skip to content

Commit 0ded5e2

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.11.0
1 parent 0811763 commit 0ded5e2

File tree

2 files changed

+20
-72
lines changed

2 files changed

+20
-72
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-import": "2.12.0",
4646
"eslint-plugin-jest": "21.15.1",
4747
"eslint-plugin-prettier": "2.6.0",
48-
"eslint-plugin-react": "7.8.2",
48+
"eslint-plugin-react": "7.11.0",
4949
"husky": "0.14.3",
5050
"jest": "23.0.1",
5151
"jest-serializer-html": "5.0.0",

yarn.lock

Lines changed: 19 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,6 @@ arrify@^1.0.0, arrify@^1.0.1:
327327
version "1.0.1"
328328
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
329329

330-
asap@~2.0.3:
331-
version "2.0.6"
332-
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
333-
334330
asn1@~0.2.3:
335331
version "0.2.3"
336332
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86"
@@ -1391,10 +1387,6 @@ copy-descriptor@^0.1.0:
13911387
version "0.1.1"
13921388
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
13931389

1394-
core-js@^1.0.0:
1395-
version "1.2.7"
1396-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
1397-
13981390
core-js@^2.4.0:
13991391
version "2.4.1"
14001392
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz#4de911e667b0eae9124e34254b53aea6fc618d3e"
@@ -1572,7 +1564,7 @@ [email protected]:
15721564
esutils "^2.0.2"
15731565
isarray "^1.0.0"
15741566

1575-
doctrine@^2.0.2, doctrine@^2.1.0:
1567+
doctrine@^2.1.0:
15761568
version "2.1.0"
15771569
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
15781570
dependencies:
@@ -1628,12 +1620,6 @@ elegant-spinner@^1.0.1:
16281620
version "1.0.1"
16291621
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
16301622

1631-
encoding@^0.1.11:
1632-
version "0.1.12"
1633-
resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb"
1634-
dependencies:
1635-
iconv-lite "~0.4.13"
1636-
16371623
entities@^1.1.1, entities@~1.1.1:
16381624
version "1.1.1"
16391625
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0"
@@ -1752,14 +1738,15 @@ [email protected]:
17521738
fast-diff "^1.1.1"
17531739
jest-docblock "^21.0.0"
17541740

1755-
eslint-plugin-react@7.8.2:
1756-
version "7.8.2"
1757-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.8.2.tgz#e95c9c47fece55d2303d1a67c9d01b930b88a51d"
1741+
eslint-plugin-react@7.11.0:
1742+
version "7.11.0"
1743+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.0.tgz#b3124af974c4da978e62a57ea49a7bc26f11e76d"
17581744
dependencies:
1759-
doctrine "^2.0.2"
1760-
has "^1.0.1"
1745+
array-includes "^3.0.3"
1746+
doctrine "^2.1.0"
1747+
has "^1.0.3"
17611748
jsx-ast-utils "^2.0.1"
1762-
prop-types "^15.6.0"
1749+
prop-types "^15.6.2"
17631750

17641751
eslint-scope@^3.7.1, eslint-scope@~3.7.1:
17651752
version "3.7.1"
@@ -2013,18 +2000,6 @@ fb-watchman@^2.0.0:
20132000
dependencies:
20142001
bser "^2.0.0"
20152002

2016-
fbjs@^0.8.16:
2017-
version "0.8.16"
2018-
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.16.tgz#5e67432f550dc41b572bf55847b8aca64e5337db"
2019-
dependencies:
2020-
core-js "^1.0.0"
2021-
isomorphic-fetch "^2.1.1"
2022-
loose-envify "^1.0.0"
2023-
object-assign "^4.1.0"
2024-
promise "^7.1.1"
2025-
setimmediate "^1.0.5"
2026-
ua-parser-js "^0.7.9"
2027-
20282003
figures@^1.7.0:
20292004
version "1.7.0"
20302005
resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e"
@@ -2395,6 +2370,12 @@ has@^1.0.1:
23952370
dependencies:
23962371
function-bind "^1.0.2"
23972372

2373+
has@^1.0.3:
2374+
version "1.0.3"
2375+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2376+
dependencies:
2377+
function-bind "^1.1.1"
2378+
23982379
[email protected], hawk@~3.1.3:
23992380
version "3.1.3"
24002381
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -2477,7 +2458,7 @@ [email protected]:
24772458
version "0.4.13"
24782459
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.13.tgz#1f88aba4ab0b1508e8312acc39345f36e992e2f2"
24792460

2480-
iconv-lite@^0.4.17, iconv-lite@~0.4.13:
2461+
iconv-lite@^0.4.17:
24812462
version "0.4.19"
24822463
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"
24832464

@@ -2770,7 +2751,7 @@ is-resolvable@^1.0.0:
27702751
dependencies:
27712752
tryit "^1.0.1"
27722753

2773-
is-stream@^1.0.1, is-stream@^1.1.0:
2754+
is-stream@^1.1.0:
27742755
version "1.1.0"
27752756
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
27762757

@@ -2812,13 +2793,6 @@ isobject@^3.0.0, isobject@^3.0.1:
28122793
version "3.0.1"
28132794
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
28142795

2815-
isomorphic-fetch@^2.1.1:
2816-
version "2.2.1"
2817-
resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9"
2818-
dependencies:
2819-
node-fetch "^1.0.1"
2820-
whatwg-fetch ">=0.10.0"
2821-
28222796
isstream@~0.1.2:
28232797
version "0.1.2"
28242798
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
@@ -3789,13 +3763,6 @@ natural-compare@^1.4.0:
37893763
version "1.4.0"
37903764
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
37913765

3792-
node-fetch@^1.0.1:
3793-
version "1.7.3"
3794-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
3795-
dependencies:
3796-
encoding "^0.1.11"
3797-
is-stream "^1.0.1"
3798-
37993766
node-int64@^0.4.0:
38003767
version "0.4.0"
38013768
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -4213,17 +4180,10 @@ progress@^2.0.0:
42134180
version "2.0.0"
42144181
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.0.tgz#8a1be366bf8fc23db2bd23f10c6fe920b4389d1f"
42154182

4216-
promise@^7.1.1:
4217-
version "7.3.1"
4218-
resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf"
4183+
prop-types@^15.6.2:
4184+
version "15.6.2"
4185+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
42194186
dependencies:
4220-
asap "~2.0.3"
4221-
4222-
prop-types@^15.6.0:
4223-
version "15.6.0"
4224-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.0.tgz#ceaf083022fc46b4a35f69e13ef75aed0d639856"
4225-
dependencies:
4226-
fbjs "^0.8.16"
42274187
loose-envify "^1.3.1"
42284188
object-assign "^4.1.1"
42294189

@@ -4661,10 +4621,6 @@ set-value@^2.0.0:
46614621
is-plain-object "^2.0.3"
46624622
split-string "^3.0.1"
46634623

4664-
setimmediate@^1.0.5:
4665-
version "1.0.5"
4666-
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
4667-
46684624
shebang-command@^1.2.0:
46694625
version "1.2.0"
46704626
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -5109,10 +5065,6 @@ typedarray@^0.0.6:
51095065
version "0.0.6"
51105066
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
51115067

5112-
ua-parser-js@^0.7.9:
5113-
version "0.7.17"
5114-
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.17.tgz#e9ec5f9498b9ec910e7ae3ac626a805c4d09ecac"
5115-
51165068
uglify-js@^2.6:
51175069
version "2.8.26"
51185070
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.26.tgz#3a1db8ae0a0aba7f92e1ddadadbd0293d549f90e"
@@ -5225,10 +5177,6 @@ whatwg-encoding@^1.0.1:
52255177
dependencies:
52265178
iconv-lite "0.4.13"
52275179

5228-
whatwg-fetch@>=0.10.0:
5229-
version "2.0.3"
5230-
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
5231-
52325180
whatwg-url@^6.3.0:
52335181
version "6.4.0"
52345182
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.4.0.tgz#08fdf2b9e872783a7a1f6216260a1d66cc722e08"

0 commit comments

Comments
 (0)