Skip to content

Commit be9fa3f

Browse files
committed
fix(deps): update dependency eslint-plugin-react to ^7.31.9
1 parent 001f5ec commit be9fa3f

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.8",
31+
"eslint-plugin-react": "^7.31.9",
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.8",
52+
"eslint-plugin-react": "^7.31.9",
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
@@ -2938,10 +2938,10 @@ eslint-plugin-react-hooks@^4.6.0:
29382938
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
29392939
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
29402940

2941-
eslint-plugin-react@^7.31.8:
2942-
version "7.31.8"
2943-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.8.tgz#3a4f80c10be1bcbc8197be9e8b641b2a3ef219bf"
2944-
integrity sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw==
2941+
eslint-plugin-react@^7.31.9:
2942+
version "7.31.9"
2943+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.9.tgz#7474ad4e21db368f61d17e1f2e78d43dbbdd50b2"
2944+
integrity sha512-vrVJwusIw4L99lyfXjtCw8HWdloajsiYslMavogrBe2Gl8gr95TJsJnOMRasN4b4N24I3XuJf6aAV6MhyGmjqw==
29452945
dependencies:
29462946
array-includes "^3.1.5"
29472947
array.prototype.flatmap "^1.3.0"

0 commit comments

Comments
 (0)