Skip to content

Commit 0a61492

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.25.3
1 parent 2f94b90 commit 0a61492

File tree

3 files changed

+91
-5
lines changed

3 files changed

+91
-5
lines changed

example/router-redux-rematch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-loader": "4.0.2",
5252
"eslint-plugin-import": "2.23.4",
5353
"eslint-plugin-jsx-a11y": "6.4.1",
54-
"eslint-plugin-react": "7.24.0",
54+
"eslint-plugin-react": "7.25.3",
5555
"eslint-webpack-plugin": "3.0.1",
5656
"file-loader": "6.2.0",
5757
"html-webpack-plugin": "5.3.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-config-airbnb": "18.2.1",
2828
"eslint-plugin-import": "2.23.4",
2929
"eslint-plugin-jsx-a11y": "6.4.1",
30-
"eslint-plugin-react": "7.24.0",
30+
"eslint-plugin-react": "7.25.3",
3131
"eslint-plugin-react-hooks": "4.2.0",
3232
"tsbb": "2.2.1"
3333
}

yarn.lock

Lines changed: 89 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3519,7 +3519,7 @@ axobject-query@^2.2.0:
35193519
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
35203520
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
35213521

3522-
babel-eslint@^10.1.0:
3522+
babel-eslint@10.1.0, babel-eslint@^10.1.0:
35233523
version "10.1.0"
35243524
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
35253525
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
@@ -5650,6 +5650,30 @@ es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-
56505650
string.prototype.trimstart "^1.0.4"
56515651
unbox-primitive "^1.0.1"
56525652

5653+
es-abstract@^1.18.1:
5654+
version "1.18.6"
5655+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.6.tgz#2c44e3ea7a6255039164d26559777a6d978cb456"
5656+
integrity sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ==
5657+
dependencies:
5658+
call-bind "^1.0.2"
5659+
es-to-primitive "^1.2.1"
5660+
function-bind "^1.1.1"
5661+
get-intrinsic "^1.1.1"
5662+
get-symbol-description "^1.0.0"
5663+
has "^1.0.3"
5664+
has-symbols "^1.0.2"
5665+
internal-slot "^1.0.3"
5666+
is-callable "^1.2.4"
5667+
is-negative-zero "^2.0.1"
5668+
is-regex "^1.1.4"
5669+
is-string "^1.0.7"
5670+
object-inspect "^1.11.0"
5671+
object-keys "^1.1.1"
5672+
object.assign "^4.1.2"
5673+
string.prototype.trimend "^1.0.4"
5674+
string.prototype.trimstart "^1.0.4"
5675+
unbox-primitive "^1.0.1"
5676+
56535677
es-module-lexer@^0.7.1:
56545678
version "0.7.1"
56555679
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.7.1.tgz#c2c8e0f46f2df06274cdaf0dd3f3b33e0a0b267d"
@@ -5837,7 +5861,26 @@ eslint-plugin-react-hooks@4.2.0, eslint-plugin-react-hooks@^4.2.0:
58375861
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
58385862
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
58395863

5840-
eslint-plugin-react@7.24.0, eslint-plugin-react@^7.21.5:
5864+
eslint-plugin-react@7.25.3:
5865+
version "7.25.3"
5866+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.3.tgz#3333a974772745ddb3aecea84621019b635766bc"
5867+
integrity sha512-ZMbFvZ1WAYSZKY662MBVEWR45VaBT6KSJCiupjrNlcdakB90juaZeDCbJq19e73JZQubqFtgETohwgAt8u5P6w==
5868+
dependencies:
5869+
array-includes "^3.1.3"
5870+
array.prototype.flatmap "^1.2.4"
5871+
doctrine "^2.1.0"
5872+
estraverse "^5.2.0"
5873+
jsx-ast-utils "^2.4.1 || ^3.0.0"
5874+
minimatch "^3.0.4"
5875+
object.entries "^1.1.4"
5876+
object.fromentries "^2.0.4"
5877+
object.hasown "^1.0.0"
5878+
object.values "^1.1.4"
5879+
prop-types "^15.7.2"
5880+
resolve "^2.0.0-next.3"
5881+
string.prototype.matchall "^4.0.5"
5882+
5883+
eslint-plugin-react@^7.21.5:
58415884
version "7.24.0"
58425885
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
58435886
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
@@ -6628,6 +6671,14 @@ get-stream@^6.0.0:
66286671
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
66296672
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
66306673

6674+
get-symbol-description@^1.0.0:
6675+
version "1.0.0"
6676+
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6"
6677+
integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
6678+
dependencies:
6679+
call-bind "^1.0.2"
6680+
get-intrinsic "^1.1.1"
6681+
66316682
get-value@^2.0.3, get-value@^2.0.6:
66326683
version "2.0.6"
66336684
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -6796,6 +6847,13 @@ has-symbols@^1.0.1, has-symbols@^1.0.2:
67966847
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
67976848
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
67986849

6850+
has-tostringtag@^1.0.0:
6851+
version "1.0.0"
6852+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
6853+
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
6854+
dependencies:
6855+
has-symbols "^1.0.2"
6856+
67996857
has-value@^0.3.1:
68006858
version "0.3.1"
68016859
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
@@ -7369,6 +7427,11 @@ is-callable@^1.1.4, is-callable@^1.2.3:
73697427
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
73707428
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
73717429

7430+
is-callable@^1.2.4:
7431+
version "1.2.4"
7432+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
7433+
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
7434+
73727435
is-ci@^2.0.0:
73737436
version "2.0.0"
73747437
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -7586,6 +7649,14 @@ is-regex@^1.0.4, is-regex@^1.1.3:
75867649
call-bind "^1.0.2"
75877650
has-symbols "^1.0.2"
75887651

7652+
is-regex@^1.1.4:
7653+
version "1.1.4"
7654+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
7655+
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
7656+
dependencies:
7657+
call-bind "^1.0.2"
7658+
has-tostringtag "^1.0.0"
7659+
75897660
is-regexp@^1.0.0:
75907661
version "1.0.0"
75917662
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -7616,6 +7687,13 @@ is-string@^1.0.5, is-string@^1.0.6:
76167687
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
76177688
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
76187689

7690+
is-string@^1.0.7:
7691+
version "1.0.7"
7692+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
7693+
integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
7694+
dependencies:
7695+
has-tostringtag "^1.0.0"
7696+
76197697
is-symbol@^1.0.2, is-symbol@^1.0.3:
76207698
version "1.0.4"
76217699
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c"
@@ -9641,7 +9719,7 @@ object-hash@^2.0.3:
96419719
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5"
96429720
integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==
96439721

9644-
object-inspect@^1.10.3, object-inspect@^1.9.0:
9722+
object-inspect@^1.10.3, object-inspect@^1.11.0, object-inspect@^1.9.0:
96459723
version "1.11.0"
96469724
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
96479725
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
@@ -9704,6 +9782,14 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0
97049782
define-properties "^1.1.3"
97059783
es-abstract "^1.18.0-next.2"
97069784

9785+
object.hasown@^1.0.0:
9786+
version "1.0.0"
9787+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.0.0.tgz#bdbade33cfacfb25d7f26ae2b6cb870bf99905c2"
9788+
integrity sha512-qYMF2CLIjxxLGleeM0jrcB4kiv3loGVAjKQKvH8pSU/i2VcRRvUNmxbD+nEMmrXRfORhuVJuH8OtSYCZoue3zA==
9789+
dependencies:
9790+
define-properties "^1.1.3"
9791+
es-abstract "^1.18.1"
9792+
97079793
object.pick@^1.3.0:
97089794
version "1.3.0"
97099795
resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"

0 commit comments

Comments
 (0)