Skip to content

Commit

Permalink
[Deps] update array-includes, array.prototype.flatmap, `array.pro…
Browse files Browse the repository at this point in the history
…totype.tosorted`, `es-iterator-helpers`, `object.entries`, `object.fromentries`, `object.hasown`, `object.values`, `resolve`, `string.prototype.matchall`
  • Loading branch information
ljharb committed Nov 3, 2023
1 parent e0ff333 commit b17706c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -25,22 +25,22 @@
"homepage": "https://github.com/jsx-eslint/eslint-plugin-react",
"bugs": "https://github.com/jsx-eslint/eslint-plugin-react/issues",
"dependencies": {
"array-includes": "^3.1.6",
"array.prototype.flatmap": "^1.3.1",
"array.prototype.tosorted": "^1.1.1",
"array-includes": "^3.1.7",
"array.prototype.flatmap": "^1.3.2",
"array.prototype.tosorted": "^1.1.2",
"doctrine": "^2.1.0",
"es-iterator-helpers": "^1.0.13",
"es-iterator-helpers": "^1.0.15",
"estraverse": "^5.3.0",
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
"minimatch": "^3.1.2",
"object.entries": "^1.1.6",
"object.fromentries": "^2.0.6",
"object.hasown": "^1.1.2",
"object.values": "^1.1.6",
"object.entries": "^1.1.7",
"object.fromentries": "^2.0.7",
"object.hasown": "^1.1.3",
"object.values": "^1.1.7",
"prop-types": "^15.8.1",
"resolve": "^2.0.0-next.4",
"resolve": "^2.0.0-next.5",
"semver": "^6.3.1",
"string.prototype.matchall": "^4.0.8"
"string.prototype.matchall": "^4.0.10"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down

0 comments on commit b17706c

Please sign in to comment.