Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 258a8b6

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency eslint-plugin-react to v7.19.0
1 parent ee096d2 commit 258a8b6

File tree

2 files changed

+37
-10
lines changed

2 files changed

+37
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"enzyme-adapter-react-16": "1.15.2",
9999
"enzyme-to-json": "3.4.4",
100100
"eslint-config-prettier": "6.5.0",
101-
"eslint-plugin-react": "7.18.3",
101+
"eslint-plugin-react": "7.19.0",
102102
"husky": "3.0.9",
103103
"jest": "24.9.0",
104104
"lint-staged": "8.2.1",

yarn.lock

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,14 @@
696696
core-js "^2.5.7"
697697
regenerator-runtime "^0.12.0"
698698

699+
"@babel/runtime-corejs3@^7.8.3":
700+
version "7.8.7"
701+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.8.7.tgz#8209d9dff2f33aa2616cb319c83fe159ffb07b8c"
702+
integrity sha512-sc7A+H4I8kTd7S61dgB9RomXu/C+F4IrRr4Ytze4dnfx7AXEpCrejSNpjx7vq6y/Bak9S6Kbk65a/WgMLtg43Q==
703+
dependencies:
704+
core-js-pure "^3.0.0"
705+
regenerator-runtime "^0.13.4"
706+
699707
"@babel/runtime@7.1.2":
700708
version "7.1.2"
701709
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.1.2.tgz#81c89935f4647706fc54541145e6b4ecfef4b8e3"
@@ -2577,6 +2585,11 @@ core-assert@^0.2.0:
25772585
buf-compare "^1.0.0"
25782586
is-error "^2.2.0"
25792587

2588+
core-js-pure@^3.0.0:
2589+
version "3.6.4"
2590+
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.6.4.tgz#4bf1ba866e25814f149d4e9aaa08c36173506e3a"
2591+
integrity sha512-epIhRLkXdgv32xIUFaaAry2wdxZYBi6bgM7cB136dzzXXa+dFyRLTZeLUJxnd8ShrmyVXBub63n2NHo2JAt8Cw==
2592+
25802593
core-js@^2.0.0, core-js@^2.4.0, core-js@^2.5.7:
25812594
version "2.6.10"
25822595
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.10.tgz#8a5b8391f8cc7013da703411ce5b585706300d7f"
@@ -3519,10 +3532,10 @@ eslint-plugin-promise@^3.7.0:
35193532
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz#65ebf27a845e3c1e9d6f6a5622ddd3801694b621"
35203533
integrity sha512-JiFL9UFR15NKpHyGii1ZcvmtIqa3UTwiDAGb8atSffe43qJ3+1czVGN6UtkklpcJ2DVnqvTMzEKRaJdBkAL2aQ==
35213534

3522-
eslint-plugin-react@7.18.3:
3523-
version "7.18.3"
3524-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.3.tgz#8be671b7f6be095098e79d27ac32f9580f599bc8"
3525-
integrity sha512-Bt56LNHAQCoou88s8ViKRjMB2+36XRejCQ1VoLj716KI1MoE99HpTVvIThJ0rvFmG4E4Gsq+UgToEjn+j044Bg==
3535+
eslint-plugin-react@7.19.0:
3536+
version "7.19.0"
3537+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.19.0.tgz#6d08f9673628aa69c5559d33489e855d83551666"
3538+
integrity sha512-SPT8j72CGuAP+JFbT0sJHOB80TX/pu44gQ4vXH/cq+hQTiY2PuZ6IHkqXJV6x1b28GDdo1lbInjKUrrdUf0LOQ==
35263539
dependencies:
35273540
array-includes "^3.1.1"
35283541
doctrine "^2.1.0"
@@ -3532,8 +3545,10 @@ eslint-plugin-react@7.18.3:
35323545
object.fromentries "^2.0.2"
35333546
object.values "^1.1.1"
35343547
prop-types "^15.7.2"
3535-
resolve "^1.14.2"
3548+
resolve "^1.15.1"
3549+
semver "^6.3.0"
35363550
string.prototype.matchall "^4.0.2"
3551+
xregexp "^4.3.0"
35373552

35383553
eslint-plugin-unicorn@^4.0.3:
35393554
version "4.0.3"
@@ -7935,6 +7950,11 @@ regenerator-runtime@^0.13.2:
79357950
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
79367951
integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==
79377952

7953+
regenerator-runtime@^0.13.4:
7954+
version "0.13.4"
7955+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.4.tgz#e96bf612a3362d12bb69f7e8f74ffeab25c7ac91"
7956+
integrity sha512-plpwicqEzfEyTQohIKktWigcLzmNStMGwbOUbykx51/29Z3JOGYldaaNGK7ngNXV+UcoqvIMmloZ48Sr74sd+g==
7957+
79387958
regenerator-transform@^0.14.0:
79397959
version "0.14.1"
79407960
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb"
@@ -8155,10 +8175,10 @@ resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.3.
81558175
dependencies:
81568176
path-parse "^1.0.6"
81578177

8158-
resolve@^1.14.2:
8159-
version "1.14.2"
8160-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.2.tgz#dbf31d0fa98b1f29aa5169783b9c290cb865fea2"
8161-
integrity sha512-EjlOBLBO1kxsUxsKjLt7TAECyKW6fOh1VRkykQkKGzcBbjjPIxBqGh0jf7GJ3k/f5mxMqW3htMD3WdTUVtW8HQ==
8178+
resolve@^1.15.1:
8179+
version "1.15.1"
8180+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
8181+
integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
81628182
dependencies:
81638183
path-parse "^1.0.6"
81648184

@@ -9978,6 +9998,13 @@ xo@0.21.1:
99789998
update-notifier "^2.3.0"
99799999
xo-init "^0.7.0"
998010000

10001+
xregexp@^4.3.0:
10002+
version "4.3.0"
10003+
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.3.0.tgz#7e92e73d9174a99a59743f67a4ce879a04b5ae50"
10004+
integrity sha512-7jXDIFXh5yJ/orPn4SXjuVrWWoi4Cr8jfV1eHv9CixKSbU+jY4mxfrBwAuDvupPNKpMUY+FeIqsVw/JLT9+B8g==
10005+
dependencies:
10006+
"@babel/runtime-corejs3" "^7.8.3"
10007+
998110008
xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1:
998210009
version "4.0.2"
998310010
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy