Skip to content

Commit 2248ed0

Browse files
committed
fix(deps): update dependency eslint-plugin-react to ^7.32.1
1 parent e156986 commit 2248ed0

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.7.1",
31-
"eslint-plugin-react": "^7.32.0",
31+
"eslint-plugin-react": "^7.32.1",
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.7.1",
5050
"eslint-plugin-n": "^15.6.1",
5151
"eslint-plugin-promise": "^6.1.1",
52-
"eslint-plugin-react": "^7.32.0",
52+
"eslint-plugin-react": "^7.32.1",
5353
"eslint-plugin-react-hooks": "^4.6.0",
5454
"eslint-plugin-redux-saga": "^1.3.2",
5555
"husky": "^8.0.3",

yarn.lock

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

3155-
eslint-plugin-react@^7.32.0:
3156-
version "7.32.0"
3157-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.0.tgz#d80f794a638c5770f952ba2ae793f0a516be7c09"
3158-
integrity sha512-vSBi1+SrPiLZCGvxpiZIa28fMEUaMjXtCplrvxcIxGzmFiYdsXQDwInEjuv5/i/2CTTxbkS87tE8lsQ0Qxinbw==
3155+
eslint-plugin-react@^7.32.1:
3156+
version "7.32.1"
3157+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.1.tgz#88cdeb4065da8ca0b64e1274404f53a0f9890200"
3158+
integrity sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www==
31593159
dependencies:
31603160
array-includes "^3.1.6"
31613161
array.prototype.flatmap "^1.3.1"

0 commit comments

Comments
 (0)