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

Commit 1b63d5d

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency eslint-plugin-react to v7.18.1
1 parent 8c8a868 commit 1b63d5d

File tree

2 files changed

+43
-5
lines changed

2 files changed

+43
-5
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.0",
101+
"eslint-plugin-react": "7.18.1",
102102
"husky": "3.0.9",
103103
"jest": "24.9.0",
104104
"lint-staged": "8.2.1",

yarn.lock

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3519,10 +3519,10 @@ eslint-plugin-promise@^3.7.0:
35193519
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz#65ebf27a845e3c1e9d6f6a5622ddd3801694b621"
35203520
integrity sha512-JiFL9UFR15NKpHyGii1ZcvmtIqa3UTwiDAGb8atSffe43qJ3+1czVGN6UtkklpcJ2DVnqvTMzEKRaJdBkAL2aQ==
35213521

3522-
eslint-plugin-react@7.18.0:
3523-
version "7.18.0"
3524-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.0.tgz#2317831284d005b30aff8afb7c4e906f13fa8e7e"
3525-
integrity sha512-p+PGoGeV4SaZRDsXqdj9OWcOrOpZn8gXoGPcIQTzo2IDMbAKhNDnME9myZWqO3Ic4R3YmwAZ1lDjWl2R2hMUVQ==
3522+
eslint-plugin-react@7.18.1:
3523+
version "7.18.1"
3524+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.1.tgz#6e305532ccd8393f45f35f058903fb1d0bf83235"
3525+
integrity sha512-GTAhnWckqzzQzbbmqfoOPtpuVJAUPGliNyJRedvyboxAnZlui0INTmfVzQB0WjK9lbqKXixptMsd98LKamccPA==
35263526
dependencies:
35273527
array-includes "^3.1.1"
35283528
doctrine "^2.1.0"
@@ -3533,6 +3533,7 @@ eslint-plugin-react@7.18.0:
35333533
object.values "^1.1.1"
35343534
prop-types "^15.7.2"
35353535
resolve "^1.14.2"
3536+
string.prototype.matchall "^4.0.2"
35363537

35373538
eslint-plugin-unicorn@^4.0.3:
35383539
version "4.0.3"
@@ -4741,6 +4742,15 @@ inquirer@^6.2.1:
47414742
strip-ansi "^5.1.0"
47424743
through "^2.3.6"
47434744

4745+
internal-slot@^1.0.2:
4746+
version "1.0.2"
4747+
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.2.tgz#9c2e9fb3cd8e5e4256c6f45fe310067fcfa378a3"
4748+
integrity sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g==
4749+
dependencies:
4750+
es-abstract "^1.17.0-next.1"
4751+
has "^1.0.3"
4752+
side-channel "^1.0.2"
4753+
47444754
invariant@^2.2.2, invariant@^2.2.4:
47454755
version "2.2.4"
47464756
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
@@ -7940,6 +7950,14 @@ regex-not@^1.0.0, regex-not@^1.0.2:
79407950
extend-shallow "^3.0.2"
79417951
safe-regex "^1.1.0"
79427952

7953+
regexp.prototype.flags@^1.3.0:
7954+
version "1.3.0"
7955+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz#7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75"
7956+
integrity sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==
7957+
dependencies:
7958+
define-properties "^1.1.3"
7959+
es-abstract "^1.17.0-next.1"
7960+
79437961
regexpp@^1.0.1:
79447962
version "1.1.0"
79457963
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.1.0.tgz#0e3516dd0b7904f413d2d4193dce4618c3a689ab"
@@ -8450,6 +8468,14 @@ shellwords@^0.1.1:
84508468
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
84518469
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
84528470

8471+
side-channel@^1.0.2:
8472+
version "1.0.2"
8473+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.2.tgz#df5d1abadb4e4bf4af1cd8852bf132d2f7876947"
8474+
integrity sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA==
8475+
dependencies:
8476+
es-abstract "^1.17.0-next.1"
8477+
object-inspect "^1.7.0"
8478+
84538479
signal-exit@^3.0.0, signal-exit@^3.0.2:
84548480
version "3.0.2"
84558481
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
@@ -8749,6 +8775,18 @@ string-width@^3.0.0, string-width@^3.1.0:
87498775
is-fullwidth-code-point "^2.0.0"
87508776
strip-ansi "^5.1.0"
87518777

8778+
string.prototype.matchall@^4.0.2:
8779+
version "4.0.2"
8780+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz#48bb510326fb9fdeb6a33ceaa81a6ea04ef7648e"
8781+
integrity sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg==
8782+
dependencies:
8783+
define-properties "^1.1.3"
8784+
es-abstract "^1.17.0"
8785+
has-symbols "^1.0.1"
8786+
internal-slot "^1.0.2"
8787+
regexp.prototype.flags "^1.3.0"
8788+
side-channel "^1.0.2"
8789+
87528790
string.prototype.trim@^1.2.1:
87538791
version "1.2.1"
87548792
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.1.tgz#141233dff32c82bfad80684d7e5f0869ee0fb782"

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