Skip to content

Commit 05d0446

Browse files
committed
fix(deps): update dependency eslint-plugin-react to ^7.31.10
1 parent 5502234 commit 05d0446

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"peerDependencies": {
3030
"eslint-plugin-jsx-a11y": "^6.6.1",
31-
"eslint-plugin-react": "^7.31.9",
31+
"eslint-plugin-react": "^7.31.10",
3232
"eslint-plugin-react-hooks": "^4.6.0",
3333
"eslint-plugin-redux-saga": "^1.3.2"
3434
},
@@ -49,7 +49,7 @@
4949
"eslint-plugin-jsx-a11y": "^6.6.1",
5050
"eslint-plugin-n": "^15.3.0",
5151
"eslint-plugin-promise": "^6.0.1",
52-
"eslint-plugin-react": "^7.31.9",
52+
"eslint-plugin-react": "^7.31.10",
5353
"eslint-plugin-react-hooks": "^4.6.0",
5454
"eslint-plugin-redux-saga": "^1.3.2",
5555
"husky": "^8.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2939,10 +2939,10 @@ eslint-plugin-react-hooks@^4.6.0:
29392939
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
29402940
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
29412941

2942-
eslint-plugin-react@^7.31.9:
2943-
version "7.31.9"
2944-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.9.tgz#7474ad4e21db368f61d17e1f2e78d43dbbdd50b2"
2945-
integrity sha512-vrVJwusIw4L99lyfXjtCw8HWdloajsiYslMavogrBe2Gl8gr95TJsJnOMRasN4b4N24I3XuJf6aAV6MhyGmjqw==
2942+
eslint-plugin-react@^7.31.10:
2943+
version "7.31.10"
2944+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz#6782c2c7fe91c09e715d536067644bbb9491419a"
2945+
integrity sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==
29462946
dependencies:
29472947
array-includes "^3.1.5"
29482948
array.prototype.flatmap "^1.3.0"

0 commit comments

Comments
 (0)