Skip to content

Commit d1aea5f

Browse files
committed
fix(deps): update dependency eslint-plugin-react to ^7.33.0
1 parent 7e9d220 commit d1aea5f

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
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.32.2",
32+
"eslint-plugin-react": "^7.33.0",
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.32.2",
53+
"eslint-plugin-react": "^7.33.0",
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: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3296,10 +3296,10 @@ eslint-plugin-react-hooks@^4.6.0:
32963296
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
32973297
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
32983298

3299-
eslint-plugin-react@^7.32.2:
3300-
version "7.32.2"
3301-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10"
3302-
integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==
3299+
eslint-plugin-react@^7.33.0:
3300+
version "7.33.0"
3301+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.0.tgz#6c356fb0862fec2cd1b04426c669ea746e9b6eb3"
3302+
integrity sha512-qewL/8P34WkY8jAqdQxsiL82pDUeT7nhs8IsuXgfgnsEloKCT4miAV9N9kGtx7/KM9NH/NCGUE7Edt9iGxLXFw==
33033303
dependencies:
33043304
array-includes "^3.1.6"
33053305
array.prototype.flatmap "^1.3.1"
@@ -3314,7 +3314,7 @@ eslint-plugin-react@^7.32.2:
33143314
object.values "^1.1.6"
33153315
prop-types "^15.8.1"
33163316
resolve "^2.0.0-next.4"
3317-
semver "^6.3.0"
3317+
semver "^6.3.1"
33183318
string.prototype.matchall "^4.0.8"
33193319

33203320
eslint-plugin-redux-saga@^1.3.2:
@@ -7361,6 +7361,11 @@ semver@^6.0.0, semver@^6.3.0:
73617361
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
73627362
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
73637363

7364+
semver@^6.3.1:
7365+
version "6.3.1"
7366+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
7367+
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
7368+
73647369
semver@^7.0.0, semver@^7.1.1, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
73657370
version "7.3.7"
73667371
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"

0 commit comments

Comments
 (0)