Skip to content

Commit

Permalink
chore: Update eslint-plugin-react to version 7.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Jul 21, 2024
1 parent bc49562 commit 0079388
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 21 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ redirects = [
[build]
command = "yarn build-netlify"
publish = "apps/site/build"
environment = { NODE_VERSION = "22", YARN_VERSION = "4.2.2" }
environment = { NODE_VERSION = "22", YARN_VERSION = "4.3.1" }

[dev]
publish = "apps/site/build"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^3.0.1",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.8.0",
"netlify-cli": "^17.33.4",
Expand Down
25 changes: 6 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6756,18 +6756,6 @@ __metadata:
languageName: node
linkType: hard

"array.prototype.toreversed@npm:^1.1.2":
version: 1.1.2
resolution: "array.prototype.toreversed@npm:1.1.2"
dependencies:
call-bind: "npm:^1.0.2"
define-properties: "npm:^1.2.0"
es-abstract: "npm:^1.22.1"
es-shim-unscopables: "npm:^1.0.0"
checksum: 10c0/2b7627ea85eae1e80ecce665a500cc0f3355ac83ee4a1a727562c7c2a1d5f1c0b4dd7b65c468ec6867207e452ba01256910a2c0b41486bfdd11acf875a7a3435
languageName: node
linkType: hard

"array.prototype.tosorted@npm:^1.1.4":
version: 1.1.4
resolution: "array.prototype.tosorted@npm:1.1.4"
Expand Down Expand Up @@ -10092,14 +10080,13 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react@npm:^7.34.4":
version: 7.34.4
resolution: "eslint-plugin-react@npm:7.34.4"
"eslint-plugin-react@npm:^7.35.0":
version: 7.35.0
resolution: "eslint-plugin-react@npm:7.35.0"
dependencies:
array-includes: "npm:^3.1.8"
array.prototype.findlast: "npm:^1.2.5"
array.prototype.flatmap: "npm:^1.3.2"
array.prototype.toreversed: "npm:^1.1.2"
array.prototype.tosorted: "npm:^1.1.4"
doctrine: "npm:^2.1.0"
es-iterator-helpers: "npm:^1.0.19"
Expand All @@ -10116,8 +10103,8 @@ __metadata:
string.prototype.matchall: "npm:^4.0.11"
string.prototype.repeat: "npm:^1.0.0"
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
checksum: 10c0/5b87cfefc7e83ee5f122bf4c4f14af62856561b4b51d84aa35056ba7ee1081b80e3331ef1e89d94e7989e349561492a6fb84944c7d7c798e91bf039366c011b0
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
checksum: 10c0/eedcc33de4b2cda91d56ae517a4f771a0c76da9c1e26c95543969012871381e11d4d6cffdf6fa8423036585c289eb3500f3f93fb1d314fb2624e0aa1e463305e
languageName: node
linkType: hard

Expand Down Expand Up @@ -19452,7 +19439,7 @@ __metadata:
eslint: "npm:^8.57.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-import-x: "npm:^3.0.1"
eslint-plugin-react: "npm:^7.34.4"
eslint-plugin-react: "npm:^7.35.0"
eslint-plugin-react-hooks: "npm:^4.6.2"
globals: "npm:^15.8.0"
mobx: "npm:^6.13.1"
Expand Down

0 comments on commit 0079388

Please sign in to comment.