Skip to content

Commit

Permalink
[Deps] update array.prototype.flatmap, es-iterator-helpers, `obje…
Browse files Browse the repository at this point in the history
…ct.values`, `string.prototype.matchall`
  • Loading branch information
ljharb committed Dec 23, 2024
1 parent b4a14f4 commit 033ad19
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,32 @@
"url": "https://github.com/jsx-eslint/eslint-plugin-react"
},
"directories": {
"test": ["test", "tests", "test-published-types"]
"test": [
"test",
"tests",
"test-published-types"
]
},
"homepage": "https://github.com/jsx-eslint/eslint-plugin-react",
"bugs": "https://github.com/jsx-eslint/eslint-plugin-react/issues",
"dependencies": {
"array-includes": "^3.1.8",
"array.prototype.findlast": "^1.2.5",
"array.prototype.flatmap": "^1.3.2",
"array.prototype.flatmap": "^1.3.3",
"array.prototype.tosorted": "^1.1.4",
"doctrine": "^2.1.0",
"es-iterator-helpers": "^1.2.0",
"es-iterator-helpers": "^1.2.1",
"estraverse": "^5.3.0",
"hasown": "^2.0.2",
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
"minimatch": "^3.1.2",
"object.entries": "^1.1.8",
"object.fromentries": "^2.0.8",
"object.values": "^1.2.0",
"object.values": "^1.2.1",
"prop-types": "^15.8.1",
"resolve": "^2.0.0-next.5",
"semver": "^6.3.1",
"string.prototype.matchall": "^4.0.11",
"string.prototype.matchall": "^4.0.12",
"string.prototype.repeat": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 033ad19

Please sign in to comment.