Skip to content

Commit 2e5893f

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.29.1
1 parent 4e906c5 commit 2e5893f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"eslint-plugin-import": "2.25.4",
6969
"eslint-plugin-jsx-a11y": "6.5.1",
7070
"eslint-plugin-prettier": "4.0.0",
71-
"eslint-plugin-react": "7.28.0",
71+
"eslint-plugin-react": "7.29.1",
7272
"hoist-non-react-statics": "3.3.2",
7373
"html-loader": "3.1.0",
7474
"html-webpack-plugin": "5.5.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3103,22 +3103,22 @@ [email protected]:
31033103
dependencies:
31043104
prettier-linter-helpers "^1.0.0"
31053105

3106-
eslint-plugin-react@7.28.0:
3107-
version "7.28.0"
3108-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz#8f3ff450677571a659ce76efc6d80b6a525adbdf"
3109-
integrity sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==
3106+
eslint-plugin-react@7.29.1:
3107+
version "7.29.1"
3108+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.1.tgz#6c40bc83142bb63d132a1b3565e2ea655411f800"
3109+
integrity sha512-WtzRpHMhsOX05ZrkyaaqmLl2uXGqmYooCfBxftJKlkYdsltiufGgfU7uuoHwR2lBam2Kh/EIVID4aU9e3kbCMA==
31103110
dependencies:
31113111
array-includes "^3.1.4"
31123112
array.prototype.flatmap "^1.2.5"
31133113
doctrine "^2.1.0"
31143114
estraverse "^5.3.0"
31153115
jsx-ast-utils "^2.4.1 || ^3.0.0"
3116-
minimatch "^3.0.4"
3116+
minimatch "^3.1.2"
31173117
object.entries "^1.1.5"
31183118
object.fromentries "^2.0.5"
31193119
object.hasown "^1.1.0"
31203120
object.values "^1.1.5"
3121-
prop-types "^15.7.2"
3121+
prop-types "^15.8.1"
31223122
resolve "^2.0.0-next.3"
31233123
semver "^6.3.0"
31243124
string.prototype.matchall "^4.0.6"
@@ -4957,7 +4957,7 @@ minimalistic-assert@^1.0.0:
49574957
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
49584958
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
49594959

4960-
minimatch@^3.0.4:
4960+
minimatch@^3.0.4, minimatch@^3.1.2:
49614961
version "3.1.2"
49624962
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
49634963
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -5556,7 +5556,7 @@ prompts@^2.0.1:
55565556
kleur "^3.0.3"
55575557
sisteransi "^1.0.5"
55585558

5559-
prop-types@^15.5.0, prop-types@^15.7.2:
5559+
prop-types@^15.5.0, prop-types@^15.7.2, prop-types@^15.8.1:
55605560
version "15.8.1"
55615561
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
55625562
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==

0 commit comments

Comments
 (0)