Skip to content

Commit e472cd0

Browse files
fix(deps): update dependency eslint-plugin-react to ^7.37.1
1 parent b5ab02e commit e472cd0

File tree

3 files changed

+9
-22
lines changed

3 files changed

+9
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint": "^9.11.1",
4949
"eslint-plugin-markdown": "^5.1.0",
5050
"eslint-plugin-prettier": "^5.1.3",
51-
"eslint-plugin-react": "^7.34.4",
51+
"eslint-plugin-react": "^7.37.1",
5252
"eslint-plugin-testing-library": "^6.3.0",
5353
"fs-extra": "^11.2.0",
5454
"glob": "^10.4.5",

packages/eslint-plugin-patternfly-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-plugin-jsx-a11y": "^6.10.0",
3333
"eslint-plugin-prettier": "^5.1.3",
3434
"eslint-plugin-promise": "^6.6.0",
35-
"eslint-plugin-react": "^7.34.4",
35+
"eslint-plugin-react": "^7.37.1",
3636
"eslint-plugin-react-hooks": "^4.6.2",
3737
"eslint-plugin-rulesdir": "^0.2.2",
3838
"eslint-plugin-standard": "^4.1.0"

yarn.lock

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3338,7 +3338,7 @@ __metadata:
33383338
eslint: "npm:^9.11.1"
33393339
eslint-plugin-markdown: "npm:^5.1.0"
33403340
eslint-plugin-prettier: "npm:^5.1.3"
3341-
eslint-plugin-react: "npm:^7.34.4"
3341+
eslint-plugin-react: "npm:^7.37.1"
33423342
eslint-plugin-testing-library: "npm:^6.3.0"
33433343
fs-extra: "npm:^11.2.0"
33443344
glob: "npm:^10.4.5"
@@ -5787,18 +5787,6 @@ __metadata:
57875787
languageName: node
57885788
linkType: hard
57895789

5790-
"array.prototype.toreversed@npm:^1.1.2":
5791-
version: 1.1.2
5792-
resolution: "array.prototype.toreversed@npm:1.1.2"
5793-
dependencies:
5794-
call-bind: "npm:^1.0.2"
5795-
define-properties: "npm:^1.2.0"
5796-
es-abstract: "npm:^1.22.1"
5797-
es-shim-unscopables: "npm:^1.0.0"
5798-
checksum: 10c0/2b7627ea85eae1e80ecce665a500cc0f3355ac83ee4a1a727562c7c2a1d5f1c0b4dd7b65c468ec6867207e452ba01256910a2c0b41486bfdd11acf875a7a3435
5799-
languageName: node
5800-
linkType: hard
5801-
58025790
"array.prototype.tosorted@npm:^1.1.4":
58035791
version: 1.1.4
58045792
resolution: "array.prototype.tosorted@npm:1.1.4"
@@ -9499,7 +9487,7 @@ __metadata:
94999487
eslint-plugin-jsx-a11y: "npm:^6.10.0"
95009488
eslint-plugin-prettier: "npm:^5.1.3"
95019489
eslint-plugin-promise: "npm:^6.6.0"
9502-
eslint-plugin-react: "npm:^7.34.4"
9490+
eslint-plugin-react: "npm:^7.37.1"
95039491
eslint-plugin-react-hooks: "npm:^4.6.2"
95049492
eslint-plugin-rulesdir: "npm:^0.2.2"
95059493
eslint-plugin-standard: "npm:^4.1.0"
@@ -9546,14 +9534,13 @@ __metadata:
95469534
languageName: node
95479535
linkType: hard
95489536

9549-
"eslint-plugin-react@npm:^7.34.4":
9550-
version: 7.34.4
9551-
resolution: "eslint-plugin-react@npm:7.34.4"
9537+
"eslint-plugin-react@npm:^7.37.1":
9538+
version: 7.37.1
9539+
resolution: "eslint-plugin-react@npm:7.37.1"
95529540
dependencies:
95539541
array-includes: "npm:^3.1.8"
95549542
array.prototype.findlast: "npm:^1.2.5"
95559543
array.prototype.flatmap: "npm:^1.3.2"
9556-
array.prototype.toreversed: "npm:^1.1.2"
95579544
array.prototype.tosorted: "npm:^1.1.4"
95589545
doctrine: "npm:^2.1.0"
95599546
es-iterator-helpers: "npm:^1.0.19"
@@ -9570,8 +9557,8 @@ __metadata:
95709557
string.prototype.matchall: "npm:^4.0.11"
95719558
string.prototype.repeat: "npm:^1.0.0"
95729559
peerDependencies:
9573-
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
9574-
checksum: 10c0/5b87cfefc7e83ee5f122bf4c4f14af62856561b4b51d84aa35056ba7ee1081b80e3331ef1e89d94e7989e349561492a6fb84944c7d7c798e91bf039366c011b0
9560+
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
9561+
checksum: 10c0/13cf55666f16d2ca45b14aad1b0e14741d1817679c86d20aff0bc1e802439a8541f40a42c4c8e3486ffb710f1bcc2f3e56697f2b5f724306a7fca174e1ad6433
95759562
languageName: node
95769563
linkType: hard
95779564

0 commit comments

Comments
 (0)