Skip to content

Commit

Permalink
[Deps] update array.prototype.findlast, array.prototype.tosorted,…
Browse files Browse the repository at this point in the history
… `es-iterator-helpers`
  • Loading branch information
ljharb committed Feb 19, 2024
1 parent b8a0580 commit 36e791d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -26,12 +26,12 @@
"bugs": "https://github.com/jsx-eslint/eslint-plugin-react/issues",
"dependencies": {
"array-includes": "^3.1.7",
"array.prototype.findlast": "^1.2.3",
"array.prototype.findlast": "^1.2.4",
"array.prototype.flatmap": "^1.3.2",
"array.prototype.toreversed": "^1.1.2",
"array.prototype.tosorted": "^1.1.2",
"array.prototype.tosorted": "^1.1.3",
"doctrine": "^2.1.0",
"es-iterator-helpers": "^1.0.15",
"es-iterator-helpers": "^1.0.17",
"estraverse": "^5.3.0",
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
"minimatch": "^3.1.2",
Expand Down

0 comments on commit 36e791d

Please sign in to comment.