Skip to content

Commit 8a318fc

Browse files
fix(deps): update dependency eslint-plugin-react to v7.29.2 (#652)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6594c2e commit 8a318fc

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-eslint-comments": "3.2.0",
2626
"eslint-plugin-import": "2.25.4",
2727
"eslint-plugin-jsx-a11y": "6.5.1",
28-
"eslint-plugin-react": "7.28.0",
28+
"eslint-plugin-react": "7.29.2",
2929
"eslint-plugin-react-hooks": "4.3.0"
3030
},
3131
"peerDependencies": {

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3231,7 +3231,7 @@ __metadata:
32313231
eslint-plugin-eslint-comments: 3.2.0
32323232
eslint-plugin-import: 2.25.4
32333233
eslint-plugin-jsx-a11y: 6.5.1
3234-
eslint-plugin-react: 7.28.0
3234+
eslint-plugin-react: 7.29.2
32353235
eslint-plugin-react-hooks: 4.3.0
32363236
peerDependencies:
32373237
eslint: ">= 8.5"
@@ -6920,27 +6920,27 @@ __metadata:
69206920
languageName: node
69216921
linkType: hard
69226922

6923-
"eslint-plugin-react@npm:7.28.0":
6924-
version: 7.28.0
6925-
resolution: "eslint-plugin-react@npm:7.28.0"
6923+
"eslint-plugin-react@npm:7.29.2":
6924+
version: 7.29.2
6925+
resolution: "eslint-plugin-react@npm:7.29.2"
69266926
dependencies:
69276927
array-includes: ^3.1.4
69286928
array.prototype.flatmap: ^1.2.5
69296929
doctrine: ^2.1.0
69306930
estraverse: ^5.3.0
69316931
jsx-ast-utils: ^2.4.1 || ^3.0.0
6932-
minimatch: ^3.0.4
6932+
minimatch: ^3.1.2
69336933
object.entries: ^1.1.5
69346934
object.fromentries: ^2.0.5
69356935
object.hasown: ^1.1.0
69366936
object.values: ^1.1.5
6937-
prop-types: ^15.7.2
6937+
prop-types: ^15.8.1
69386938
resolve: ^2.0.0-next.3
69396939
semver: ^6.3.0
69406940
string.prototype.matchall: ^4.0.6
69416941
peerDependencies:
69426942
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
6943-
checksum: 90293d0fd53bb1f735ffd32141cdd211fb1120c9f7bbe5342f9e923261a39e52a2b2575d4e46c9cd77d257f42db4a99b8b339689fc5b5c1c26048929f69b1784
6943+
checksum: fcd793c0fd8e4570dcf8f70dd4afae9882303f4a4b650e09dac2f85fdc0b28747cb97b79832f4b8f4eabdbfb9edf69dc0ff04e8b7f33e0bb8e3f024185f4b037
69446944
languageName: node
69456945
linkType: hard
69466946

@@ -9625,12 +9625,12 @@ __metadata:
96259625
languageName: node
96269626
linkType: hard
96279627

9628-
"minimatch@npm:^3.0.4":
9629-
version: 3.0.4
9630-
resolution: "minimatch@npm:3.0.4"
9628+
"minimatch@npm:^3.0.4, minimatch@npm:^3.1.2":
9629+
version: 3.1.2
9630+
resolution: "minimatch@npm:3.1.2"
96319631
dependencies:
96329632
brace-expansion: ^1.1.7
9633-
checksum: 66ac295f8a7b59788000ea3749938b0970344c841750abd96694f80269b926ebcafad3deeb3f1da2522978b119e6ae3a5869b63b13a7859a456b3408bd18a078
9633+
checksum: c154e566406683e7bcb746e000b84d74465b3a832c45d59912b9b55cd50dee66e5c4b1e5566dba26154040e51672f9aa450a9aef0c97cfc7336b78b7afb9540a
96349634
languageName: node
96359635
linkType: hard
96369636

@@ -10763,7 +10763,7 @@ __metadata:
1076310763
languageName: node
1076410764
linkType: hard
1076510765

10766-
"prop-types@npm:15.8.1, prop-types@npm:^15.7.2":
10766+
"prop-types@npm:15.8.1, prop-types@npm:^15.8.1":
1076710767
version: 15.8.1
1076810768
resolution: "prop-types@npm:15.8.1"
1076910769
dependencies:

0 commit comments

Comments
 (0)