Skip to content

Commit 114443a

Browse files
chore(deps): update dependency eslint-plugin-react to v7.32.2
1 parent 4b09c96 commit 114443a

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"eslint-config-react-app": "6.0.0",
9797
"eslint-plugin-flowtype": "5.10.0",
9898
"eslint-plugin-jsx-a11y": "6.6.1",
99-
"eslint-plugin-react": "7.31.11",
99+
"eslint-plugin-react": "7.32.2",
100100
"eslint-plugin-react-hooks": "4.6.0",
101101
"eslint-plugin-testing-library": "4.12.4",
102102
"prettier": "2.8.0"

yarn.lock

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12259,10 +12259,10 @@ eslint-plugin-react-hooks@^4.2.0:
1225912259
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
1226012260
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
1226112261

12262-
eslint-plugin-react@7.31.11:
12263-
version "7.31.11"
12264-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8"
12265-
integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==
12262+
eslint-plugin-react@7.32.2:
12263+
version "7.32.2"
12264+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10"
12265+
integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==
1226612266
dependencies:
1226712267
array-includes "^3.1.6"
1226812268
array.prototype.flatmap "^1.3.1"
@@ -12276,7 +12276,7 @@ [email protected]:
1227612276
object.hasown "^1.1.2"
1227712277
object.values "^1.1.6"
1227812278
prop-types "^15.8.1"
12279-
resolve "^2.0.0-next.3"
12279+
resolve "^2.0.0-next.4"
1228012280
semver "^6.3.0"
1228112281
string.prototype.matchall "^4.0.8"
1228212282

@@ -15181,6 +15181,13 @@ is-core-module@^2.8.1:
1518115181
dependencies:
1518215182
has "^1.0.3"
1518315183

15184+
is-core-module@^2.9.0:
15185+
version "2.11.0"
15186+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
15187+
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
15188+
dependencies:
15189+
has "^1.0.3"
15190+
1518415191
is-data-descriptor@^0.1.4:
1518515192
version "0.1.4"
1518615193
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -21796,6 +21803,15 @@ resolve@^2.0.0-next.3:
2179621803
is-core-module "^2.2.0"
2179721804
path-parse "^1.0.6"
2179821805

21806+
resolve@^2.0.0-next.4:
21807+
version "2.0.0-next.4"
21808+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660"
21809+
integrity sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==
21810+
dependencies:
21811+
is-core-module "^2.9.0"
21812+
path-parse "^1.0.7"
21813+
supports-preserve-symlinks-flag "^1.0.0"
21814+
2179921815
response-iterator@^0.2.6:
2180021816
version "0.2.6"
2180121817
resolved "https://registry.yarnpkg.com/response-iterator/-/response-iterator-0.2.6.tgz#249005fb14d2e4eeb478a3f735a28fd8b4c9f3da"

0 commit comments

Comments
 (0)