Skip to content

Commit 033ad19

Browse files
committed
[Deps] update array.prototype.flatmap, es-iterator-helpers, object.values, string.prototype.matchall
1 parent b4a14f4 commit 033ad19

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

package.json

+9-5
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,32 @@
2727
"url": "https://github.com/jsx-eslint/eslint-plugin-react"
2828
},
2929
"directories": {
30-
"test": ["test", "tests", "test-published-types"]
30+
"test": [
31+
"test",
32+
"tests",
33+
"test-published-types"
34+
]
3135
},
3236
"homepage": "https://github.com/jsx-eslint/eslint-plugin-react",
3337
"bugs": "https://github.com/jsx-eslint/eslint-plugin-react/issues",
3438
"dependencies": {
3539
"array-includes": "^3.1.8",
3640
"array.prototype.findlast": "^1.2.5",
37-
"array.prototype.flatmap": "^1.3.2",
41+
"array.prototype.flatmap": "^1.3.3",
3842
"array.prototype.tosorted": "^1.1.4",
3943
"doctrine": "^2.1.0",
40-
"es-iterator-helpers": "^1.2.0",
44+
"es-iterator-helpers": "^1.2.1",
4145
"estraverse": "^5.3.0",
4246
"hasown": "^2.0.2",
4347
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
4448
"minimatch": "^3.1.2",
4549
"object.entries": "^1.1.8",
4650
"object.fromentries": "^2.0.8",
47-
"object.values": "^1.2.0",
51+
"object.values": "^1.2.1",
4852
"prop-types": "^15.8.1",
4953
"resolve": "^2.0.0-next.5",
5054
"semver": "^6.3.1",
51-
"string.prototype.matchall": "^4.0.11",
55+
"string.prototype.matchall": "^4.0.12",
5256
"string.prototype.repeat": "^1.0.0"
5357
},
5458
"devDependencies": {

0 commit comments

Comments
 (0)