Skip to content

Commit b10ce01

Browse files
committed
fix(deps): update dependency eslint-plugin-react to ^7.33.1
1 parent 9c16461 commit b10ce01

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
@@ -29,7 +29,7 @@
2929
},
3030
"peerDependencies": {
3131
"eslint-plugin-jsx-a11y": "^6.7.1",
32-
"eslint-plugin-react": "^7.33.0",
32+
"eslint-plugin-react": "^7.33.1",
3333
"eslint-plugin-react-hooks": "^4.6.0",
3434
"eslint-plugin-redux-saga": "^1.3.2"
3535
},
@@ -50,7 +50,7 @@
5050
"eslint-plugin-jsx-a11y": "^6.7.1",
5151
"eslint-plugin-n": "^16.0.1",
5252
"eslint-plugin-promise": "^6.1.1",
53-
"eslint-plugin-react": "^7.33.0",
53+
"eslint-plugin-react": "^7.33.1",
5454
"eslint-plugin-react-hooks": "^4.6.0",
5555
"eslint-plugin-redux-saga": "^1.3.2",
5656
"husky": "^8.0.3",

yarn.lock

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

3447-
eslint-plugin-react@^7.33.0:
3448-
version "7.33.0"
3449-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.0.tgz#6c356fb0862fec2cd1b04426c669ea746e9b6eb3"
3450-
integrity sha512-qewL/8P34WkY8jAqdQxsiL82pDUeT7nhs8IsuXgfgnsEloKCT4miAV9N9kGtx7/KM9NH/NCGUE7Edt9iGxLXFw==
3447+
eslint-plugin-react@^7.33.1:
3448+
version "7.33.1"
3449+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.1.tgz#bc27cccf860ae45413a4a4150bf0977345c1ceab"
3450+
integrity sha512-L093k0WAMvr6VhNwReB8VgOq5s2LesZmrpPdKz/kZElQDzqS7G7+DnKoqT+w4JwuiGeAhAvHO0fvy0Eyk4ejDA==
34513451
dependencies:
34523452
array-includes "^3.1.6"
34533453
array.prototype.flatmap "^1.3.1"

0 commit comments

Comments
 (0)