Skip to content

Commit 270afc8

Browse files
authored
Merge pull request #348 from raduwen/dependabot/npm_and_yarn/eslint-plugin-react-7.32.0
build(deps-dev): bump eslint-plugin-react from 7.31.11 to 7.32.0
2 parents 7f45e3e + cdf7af9 commit 270afc8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint": "^8.26.0",
3434
"eslint-config-next": "^13.0.0",
3535
"eslint-config-prettier": "^8.5.0",
36-
"eslint-plugin-react": "^7.31.11",
36+
"eslint-plugin-react": "^7.32.0",
3737
"firebase-tools": "^11.20.0",
3838
"prettier": "^2.8.2",
3939
"typescript": "^4.9.4"

yarn.lock

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

3452-
eslint-plugin-react@^7.31.11, eslint-plugin-react@^7.31.7:
3453-
version "7.31.11"
3454-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8"
3455-
integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==
3452+
eslint-plugin-react@^7.31.7, eslint-plugin-react@^7.32.0:
3453+
version "7.32.0"
3454+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.0.tgz#d80f794a638c5770f952ba2ae793f0a516be7c09"
3455+
integrity sha512-vSBi1+SrPiLZCGvxpiZIa28fMEUaMjXtCplrvxcIxGzmFiYdsXQDwInEjuv5/i/2CTTxbkS87tE8lsQ0Qxinbw==
34563456
dependencies:
34573457
array-includes "^3.1.6"
34583458
array.prototype.flatmap "^1.3.1"
@@ -3466,7 +3466,7 @@ eslint-plugin-react@^7.31.11, eslint-plugin-react@^7.31.7:
34663466
object.hasown "^1.1.2"
34673467
object.values "^1.1.6"
34683468
prop-types "^15.8.1"
3469-
resolve "^2.0.0-next.3"
3469+
resolve "^2.0.0-next.4"
34703470
semver "^6.3.0"
34713471
string.prototype.matchall "^4.0.8"
34723472

@@ -6588,7 +6588,7 @@ resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.0:
65886588
path-parse "^1.0.7"
65896589
supports-preserve-symlinks-flag "^1.0.0"
65906590

6591-
resolve@^2.0.0-next.3:
6591+
resolve@^2.0.0-next.4:
65926592
version "2.0.0-next.4"
65936593
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660"
65946594
integrity sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==

0 commit comments

Comments
 (0)