Skip to content

Commit e9b1246

Browse files
committed
Update dependency eslint-plugin-react to v7.10.0
1 parent 613c40d commit e9b1246

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-plugin-flowtype": "2.41.0",
5252
"eslint-plugin-import": "2.8.0",
5353
"eslint-plugin-jsx-a11y": "5.1.1",
54-
"eslint-plugin-react": "7.3.0",
54+
"eslint-plugin-react": "7.10.0",
5555
"flow-bin": "0.54.1",
5656
"flow-typed": "2.2.3",
5757
"now-pipeline": "1.10.0",

yarn.lock

+22-9
Original file line numberDiff line numberDiff line change
@@ -2293,7 +2293,7 @@ doctrine@^2.0.0:
22932293
esutils "^2.0.2"
22942294
isarray "^1.0.0"
22952295

2296-
doctrine@^2.0.2:
2296+
doctrine@^2.0.2, doctrine@^2.1.0:
22972297
version "2.1.0"
22982298
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
22992299
dependencies:
@@ -2577,14 +2577,14 @@ [email protected]:
25772577
emoji-regex "^6.1.0"
25782578
jsx-ast-utils "^1.4.0"
25792579

2580-
eslint-plugin-react@7.3.0:
2581-
version "7.3.0"
2582-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.3.0.tgz#ca9368da36f733fbdc05718ae4e91f778f38e344"
2580+
eslint-plugin-react@7.10.0:
2581+
version "7.10.0"
2582+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.10.0.tgz#af5c1fef31c4704db02098f9be18202993828b50"
25832583
dependencies:
2584-
doctrine "^2.0.0"
2585-
has "^1.0.1"
2586-
jsx-ast-utils "^2.0.0"
2587-
prop-types "^15.5.10"
2584+
doctrine "^2.1.0"
2585+
has "^1.0.3"
2586+
jsx-ast-utils "^2.0.1"
2587+
prop-types "^15.6.2"
25882588

25892589
eslint-restricted-globals@^0.1.1:
25902590
version "0.1.1"
@@ -3413,6 +3413,12 @@ has@^1.0.1, has@~1.0.1:
34133413
dependencies:
34143414
function-bind "^1.0.2"
34153415

3416+
has@^1.0.3:
3417+
version "1.0.3"
3418+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3419+
dependencies:
3420+
function-bind "^1.1.1"
3421+
34163422
hash-base@^2.0.0:
34173423
version "2.0.2"
34183424
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4005,7 +4011,7 @@ jsx-ast-utils@^1.4.0:
40054011
version "1.4.1"
40064012
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
40074013

4008-
jsx-ast-utils@^2.0.0:
4014+
jsx-ast-utils@^2.0.1:
40094015
version "2.0.1"
40104016
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
40114017
dependencies:
@@ -5642,6 +5648,13 @@ prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.8:
56425648
fbjs "^0.8.9"
56435649
loose-envify "^1.3.1"
56445650

5651+
prop-types@^15.6.2:
5652+
version "15.6.2"
5653+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
5654+
dependencies:
5655+
loose-envify "^1.3.1"
5656+
object-assign "^4.1.1"
5657+
56455658
proto-list@~1.2.1:
56465659
version "1.2.4"
56475660
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"

0 commit comments

Comments
 (0)