Skip to content

Commit 12cb400

Browse files
authored
Update eslint-plugin-react 7.37.1 → 7.37.2 (patch) (#630)
1 parent 39591fe commit 12cb400

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint-plugin-import": "2.31.0",
7373
"eslint-plugin-jsx-a11y": "6.10.1",
7474
"eslint-plugin-prettier": "5.2.1",
75-
"eslint-plugin-react": "7.37.1",
75+
"eslint-plugin-react": "7.37.2",
7676
"eslint-plugin-react-hooks": "4.6.2",
7777
"jest": "29.7.0",
7878
"prettier": "3.3.3",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -2537,7 +2537,7 @@ es-errors@^1.2.1, es-errors@^1.3.0:
25372537
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
25382538
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
25392539

2540-
es-iterator-helpers@^1.0.19, es-iterator-helpers@^1.1.0:
2540+
es-iterator-helpers@^1.1.0:
25412541
version "1.1.0"
25422542
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz#f6d745d342aea214fe09497e7152170dc333a7a6"
25432543
integrity sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==
@@ -2709,17 +2709,17 @@ [email protected]:
27092709
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
27102710
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
27112711

2712-
2713-
version "7.37.1"
2714-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz#56493d7d69174d0d828bc83afeffe96903fdadbd"
2715-
integrity sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==
2712+
2713+
version "7.37.2"
2714+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz#cd0935987876ba2900df2f58339f6d92305acc7a"
2715+
integrity sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==
27162716
dependencies:
27172717
array-includes "^3.1.8"
27182718
array.prototype.findlast "^1.2.5"
27192719
array.prototype.flatmap "^1.3.2"
27202720
array.prototype.tosorted "^1.1.4"
27212721
doctrine "^2.1.0"
2722-
es-iterator-helpers "^1.0.19"
2722+
es-iterator-helpers "^1.1.0"
27232723
estraverse "^5.3.0"
27242724
hasown "^2.0.2"
27252725
jsx-ast-utils "^2.4.1 || ^3.0.0"

0 commit comments

Comments
 (0)