Skip to content

Commit 8037ecb

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.26.0
1 parent d0ea8ff commit 8037ecb

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"eslint-plugin-import": "2.24.2",
7272
"eslint-plugin-jsx-a11y": "6.4.1",
7373
"eslint-plugin-prettier": "4.0.0",
74-
"eslint-plugin-react": "7.25.1",
74+
"eslint-plugin-react": "7.26.0",
7575
"eslint-plugin-react-hooks": "4.2.0",
7676
"husky": "7.0.2",
7777
"lint-staged": "11.1.2",

yarn.lock

+30-2
Original file line numberDiff line numberDiff line change
@@ -5656,7 +5656,7 @@ error-stack-parser@^2.0.6:
56565656
dependencies:
56575657
stackframe "^1.1.1"
56585658

5659-
es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2:
5659+
es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.1, es-abstract@^1.18.2:
56605660
version "1.18.6"
56615661
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.6.tgz#2c44e3ea7a6255039164d26559777a6d978cb456"
56625662
integrity sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ==
@@ -5865,7 +5865,27 @@ [email protected], eslint-plugin-react-hooks@^4.2.0:
58655865
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
58665866
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
58675867

5868-
[email protected], eslint-plugin-react@^7.24.0:
5868+
5869+
version "7.26.0"
5870+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.0.tgz#3ae019a35d542b98e5af9e2f96b89c232c74b55b"
5871+
integrity sha512-dceliS5itjk4EZdQYtLMz6GulcsasguIs+VTXuiC7Q5IPIdGTkyfXVdmsQOqEhlD9MciofH4cMcT1bw1WWNxCQ==
5872+
dependencies:
5873+
array-includes "^3.1.3"
5874+
array.prototype.flatmap "^1.2.4"
5875+
doctrine "^2.1.0"
5876+
estraverse "^5.2.0"
5877+
jsx-ast-utils "^2.4.1 || ^3.0.0"
5878+
minimatch "^3.0.4"
5879+
object.entries "^1.1.4"
5880+
object.fromentries "^2.0.4"
5881+
object.hasown "^1.0.0"
5882+
object.values "^1.1.4"
5883+
prop-types "^15.7.2"
5884+
resolve "^2.0.0-next.3"
5885+
semver "^6.3.0"
5886+
string.prototype.matchall "^4.0.5"
5887+
5888+
eslint-plugin-react@^7.24.0:
58695889
version "7.25.1"
58705890
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.1.tgz#9286b7cd9bf917d40309760f403e53016eda8331"
58715891
integrity sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==
@@ -10176,6 +10196,14 @@ object.getownpropertydescriptors@^2.1.0:
1017610196
define-properties "^1.1.3"
1017710197
es-abstract "^1.18.0-next.2"
1017810198

10199+
object.hasown@^1.0.0:
10200+
version "1.0.0"
10201+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.0.0.tgz#bdbade33cfacfb25d7f26ae2b6cb870bf99905c2"
10202+
integrity sha512-qYMF2CLIjxxLGleeM0jrcB4kiv3loGVAjKQKvH8pSU/i2VcRRvUNmxbD+nEMmrXRfORhuVJuH8OtSYCZoue3zA==
10203+
dependencies:
10204+
define-properties "^1.1.3"
10205+
es-abstract "^1.18.1"
10206+
1017910207
object.pick@^1.3.0:
1018010208
version "1.3.0"
1018110209
resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"

0 commit comments

Comments
 (0)