Skip to content

Commit 9b832e2

Browse files
chore(deps): update dependency eslint-plugin-react to v7.34.4 (#309)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a117fd1 commit 9b832e2

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-jest": "23.20.0",
4141
"eslint-plugin-jsx-a11y": "6.9.0",
4242
"eslint-plugin-prettier": "3.4.1",
43-
"eslint-plugin-react": "7.34.3",
43+
"eslint-plugin-react": "7.34.4",
4444
"husky": "3.1.0",
4545
"jest": "24.9.0",
4646
"lint-staged": "9.5.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3060,10 +3060,10 @@ [email protected]:
30603060
dependencies:
30613061
prettier-linter-helpers "^1.0.0"
30623062

3063-
3064-
version "7.34.3"
3065-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
3066-
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
3063+
3064+
version "7.34.4"
3065+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb"
3066+
integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==
30673067
dependencies:
30683068
array-includes "^3.1.8"
30693069
array.prototype.findlast "^1.2.5"
@@ -3073,16 +3073,17 @@ [email protected]:
30733073
doctrine "^2.1.0"
30743074
es-iterator-helpers "^1.0.19"
30753075
estraverse "^5.3.0"
3076+
hasown "^2.0.2"
30763077
jsx-ast-utils "^2.4.1 || ^3.0.0"
30773078
minimatch "^3.1.2"
30783079
object.entries "^1.1.8"
30793080
object.fromentries "^2.0.8"
3080-
object.hasown "^1.1.4"
30813081
object.values "^1.2.0"
30823082
prop-types "^15.8.1"
30833083
resolve "^2.0.0-next.5"
30843084
semver "^6.3.1"
30853085
string.prototype.matchall "^4.0.11"
3086+
string.prototype.repeat "^1.0.0"
30863087

30873088
eslint-scope@^5.0.0:
30883089
version "5.0.0"
@@ -7000,15 +7001,6 @@ object.groupby@^1.0.1:
70007001
es-abstract "^1.22.1"
70017002
get-intrinsic "^1.2.1"
70027003

7003-
object.hasown@^1.1.4:
7004-
version "1.1.4"
7005-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
7006-
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
7007-
dependencies:
7008-
define-properties "^1.2.1"
7009-
es-abstract "^1.23.2"
7010-
es-object-atoms "^1.0.0"
7011-
70127004
object.pick@^1.3.0:
70137005
version "1.3.0"
70147006
resolved "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
@@ -8807,6 +8799,14 @@ string.prototype.matchall@^4.0.11:
88078799
set-function-name "^2.0.2"
88088800
side-channel "^1.0.6"
88098801

8802+
string.prototype.repeat@^1.0.0:
8803+
version "1.0.0"
8804+
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
8805+
integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
8806+
dependencies:
8807+
define-properties "^1.1.3"
8808+
es-abstract "^1.17.5"
8809+
88108810
string.prototype.trim@^1.2.8:
88118811
version "1.2.8"
88128812
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"

0 commit comments

Comments
 (0)