Skip to content

Commit

Permalink
[Deps] update array-includes, object.entries, `object.fromentries…
Browse files Browse the repository at this point in the history
…`, `object.hasown`, `object.values`, `resolve`, `string.prototype.matchall`
  • Loading branch information
ljharb committed Nov 8, 2022
1 parent 6884029 commit 6e41392
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -25,21 +25,21 @@
"homepage": "https://github.com/jsx-eslint/eslint-plugin-react",
"bugs": "https://github.com/jsx-eslint/eslint-plugin-react/issues",
"dependencies": {
"array-includes": "^3.1.5",
"array-includes": "^3.1.6",
"array.prototype.flatmap": "^1.3.1",
"array.prototype.tosorted": "^1.1.1",
"doctrine": "^2.1.0",
"estraverse": "^5.3.0",
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
"minimatch": "^3.1.2",
"object.entries": "^1.1.5",
"object.fromentries": "^2.0.5",
"object.hasown": "^1.1.1",
"object.values": "^1.1.5",
"object.entries": "^1.1.6",
"object.fromentries": "^2.0.6",
"object.hasown": "^1.1.2",
"object.values": "^1.1.6",
"prop-types": "^15.8.1",
"resolve": "^2.0.0-next.3",
"resolve": "^2.0.0-next.4",
"semver": "^6.3.0",
"string.prototype.matchall": "^4.0.7"
"string.prototype.matchall": "^4.0.8"
},
"devDependencies": {
"@babel/core": "^7.20.2",
Expand Down

0 comments on commit 6e41392

Please sign in to comment.