Skip to content

Commit 805962d

Browse files
authored
Update eslint-plugin-react to version 7.37.2 (#590)
1 parent ff2b034 commit 805962d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"eslint-plugin-import": "2.31.0",
5858
"eslint-plugin-jsx-a11y": "6.10.1",
5959
"eslint-plugin-prettier": "5.2.1",
60-
"eslint-plugin-react": "7.37.1",
60+
"eslint-plugin-react": "7.37.2",
6161
"eslint-plugin-react-hooks": "4.6.2",
6262
"prettier": "3.3.3",
6363
"react": "18.3.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2517,7 +2517,7 @@ es-errors@^1.2.1, es-errors@^1.3.0:
25172517
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
25182518
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
25192519

2520-
es-iterator-helpers@^1.0.19, es-iterator-helpers@^1.1.0:
2520+
es-iterator-helpers@^1.1.0:
25212521
version "1.1.0"
25222522
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz#f6d745d342aea214fe09497e7152170dc333a7a6"
25232523
integrity sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==
@@ -2716,17 +2716,17 @@ eslint-plugin-react-hooks@4.6.2:
27162716
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
27172717
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
27182718

2719-
eslint-plugin-react@7.37.1:
2720-
version "7.37.1"
2721-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz#56493d7d69174d0d828bc83afeffe96903fdadbd"
2722-
integrity sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==
2719+
eslint-plugin-react@7.37.2:
2720+
version "7.37.2"
2721+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz#cd0935987876ba2900df2f58339f6d92305acc7a"
2722+
integrity sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==
27232723
dependencies:
27242724
array-includes "^3.1.8"
27252725
array.prototype.findlast "^1.2.5"
27262726
array.prototype.flatmap "^1.3.2"
27272727
array.prototype.tosorted "^1.1.4"
27282728
doctrine "^2.1.0"
2729-
es-iterator-helpers "^1.0.19"
2729+
es-iterator-helpers "^1.1.0"
27302730
estraverse "^5.3.0"
27312731
hasown "^2.0.2"
27322732
jsx-ast-utils "^2.4.1 || ^3.0.0"

0 commit comments

Comments
 (0)