Skip to content

Commit 3006d3b

Browse files
committed
fix(deps): update dependency eslint-plugin-react to ^7.37.2
1 parent 5edc1fe commit 3006d3b

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
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"eslint-config-txo-typescript": "^4.0.68",
3434
"eslint-plugin-jsx-a11y": "^6.10.1",
35-
"eslint-plugin-react": "^7.37.1",
35+
"eslint-plugin-react": "^7.37.2",
3636
"eslint-plugin-react-hooks": "^5.0.0"
3737
},
3838
"devDependencies": {

yarn.lock

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

2952-
es-iterator-helpers@^1.0.19, es-iterator-helpers@^1.1.0:
2952+
es-iterator-helpers@^1.1.0:
29532953
version "1.1.0"
29542954
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz#f6d745d342aea214fe09497e7152170dc333a7a6"
29552955
integrity sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==
@@ -3178,17 +3178,17 @@ eslint-plugin-react-hooks@^5.0.0:
31783178
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101"
31793179
integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==
31803180

3181-
eslint-plugin-react@^7.37.1:
3182-
version "7.37.1"
3183-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz#56493d7d69174d0d828bc83afeffe96903fdadbd"
3184-
integrity sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==
3181+
eslint-plugin-react@^7.37.2:
3182+
version "7.37.2"
3183+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz#cd0935987876ba2900df2f58339f6d92305acc7a"
3184+
integrity sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==
31853185
dependencies:
31863186
array-includes "^3.1.8"
31873187
array.prototype.findlast "^1.2.5"
31883188
array.prototype.flatmap "^1.3.2"
31893189
array.prototype.tosorted "^1.1.4"
31903190
doctrine "^2.1.0"
3191-
es-iterator-helpers "^1.0.19"
3191+
es-iterator-helpers "^1.1.0"
31923192
estraverse "^5.3.0"
31933193
hasown "^2.0.2"
31943194
jsx-ast-utils "^2.4.1 || ^3.0.0"

0 commit comments

Comments
 (0)