Skip to content

Commit 8be4348

Browse files
committed
Update dependency eslint-plugin-react to v7.12.2
1 parent a69daed commit 8be4348

File tree

2 files changed

+55
-10
lines changed

2 files changed

+55
-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.12.2",
5555
"flow-bin": "0.54.1",
5656
"flow-typed": "2.2.3",
5757
"now-pipeline": "1.10.0",

yarn.lock

+54-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:
@@ -2431,6 +2431,16 @@ error-stack-parser@^2.0.0:
24312431
dependencies:
24322432
stackframe "^1.0.3"
24332433

2434+
es-abstract@^1.11.0:
2435+
version "1.12.0"
2436+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
2437+
dependencies:
2438+
es-to-primitive "^1.1.1"
2439+
function-bind "^1.1.1"
2440+
has "^1.0.1"
2441+
is-callable "^1.1.3"
2442+
is-regex "^1.0.4"
2443+
24342444
es-abstract@^1.5.0, es-abstract@^1.7.0:
24352445
version "1.8.2"
24362446
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.8.2.tgz#25103263dc4decbda60e0c737ca32313518027ee"
@@ -2577,14 +2587,17 @@ [email protected]:
25772587
emoji-regex "^6.1.0"
25782588
jsx-ast-utils "^1.4.0"
25792589

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"
2590+
eslint-plugin-react@7.12.2:
2591+
version "7.12.2"
2592+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.2.tgz#95a4d8117011787824625ea57be9e38401d33548"
25832593
dependencies:
2584-
doctrine "^2.0.0"
2585-
has "^1.0.1"
2586-
jsx-ast-utils "^2.0.0"
2587-
prop-types "^15.5.10"
2594+
array-includes "^3.0.3"
2595+
doctrine "^2.1.0"
2596+
has "^1.0.3"
2597+
jsx-ast-utils "^2.0.1"
2598+
object.fromentries "^2.0.0"
2599+
prop-types "^15.6.2"
2600+
resolve "^1.9.0"
25882601

25892602
eslint-restricted-globals@^0.1.1:
25902603
version "0.1.1"
@@ -3413,6 +3426,12 @@ has@^1.0.1, has@~1.0.1:
34133426
dependencies:
34143427
function-bind "^1.0.2"
34153428

3429+
has@^1.0.3:
3430+
version "1.0.3"
3431+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3432+
dependencies:
3433+
function-bind "^1.1.1"
3434+
34163435
hash-base@^2.0.0:
34173436
version "2.0.2"
34183437
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4005,7 +4024,7 @@ jsx-ast-utils@^1.4.0:
40054024
version "1.4.1"
40064025
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
40074026

4008-
jsx-ast-utils@^2.0.0:
4027+
jsx-ast-utils@^2.0.1:
40094028
version "2.0.1"
40104029
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
40114030
dependencies:
@@ -4932,6 +4951,15 @@ object.assign@^4.0.4:
49324951
function-bind "^1.1.0"
49334952
object-keys "^1.0.10"
49344953

4954+
object.fromentries@^2.0.0:
4955+
version "2.0.0"
4956+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
4957+
dependencies:
4958+
define-properties "^1.1.2"
4959+
es-abstract "^1.11.0"
4960+
function-bind "^1.1.1"
4961+
has "^1.0.1"
4962+
49354963
object.omit@^2.0.0:
49364964
version "2.0.1"
49374965
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
@@ -5155,6 +5183,10 @@ path-parse@^1.0.5:
51555183
version "1.0.5"
51565184
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
51575185

5186+
path-parse@^1.0.6:
5187+
version "1.0.6"
5188+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
5189+
51585190
path-to-regexp@^1.0.0, path-to-regexp@^1.1.1:
51595191
version "1.7.0"
51605192
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.7.0.tgz#59fde0f435badacba103a84e9d3bc64e96b9937d"
@@ -5642,6 +5674,13 @@ prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.8:
56425674
fbjs "^0.8.9"
56435675
loose-envify "^1.3.1"
56445676

5677+
prop-types@^15.6.2:
5678+
version "15.6.2"
5679+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
5680+
dependencies:
5681+
loose-envify "^1.3.1"
5682+
object-assign "^4.1.1"
5683+
56455684
proto-list@~1.2.1:
56465685
version "1.2.4"
56475686
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
@@ -6200,6 +6239,12 @@ resolve@^1.2.0, resolve@~1.4.0:
62006239
dependencies:
62016240
path-parse "^1.0.5"
62026241

6242+
resolve@^1.9.0:
6243+
version "1.9.0"
6244+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
6245+
dependencies:
6246+
path-parse "^1.0.6"
6247+
62036248
restore-cursor@^2.0.0:
62046249
version "2.0.0"
62056250
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"

0 commit comments

Comments
 (0)