Skip to content

Commit 342ad24

Browse files
committed
[Deps] update array-includes, array.prototype.flatmap, object.entries, object.fromentries, object.values, resolve, string.prototype.matchall
1 parent ae5ace5 commit 342ad24

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929
"homepage": "https://github.com/yannickcr/eslint-plugin-react",
3030
"bugs": "https://github.com/yannickcr/eslint-plugin-react/issues",
3131
"dependencies": {
32-
"array-includes": "^3.1.1",
33-
"array.prototype.flatmap": "^1.2.3",
32+
"array-includes": "^3.1.3",
33+
"array.prototype.flatmap": "^1.2.4",
3434
"doctrine": "^2.1.0",
3535
"has": "^1.0.3",
3636
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
3737
"minimatch": "^3.0.4",
38-
"object.entries": "^1.1.2",
39-
"object.fromentries": "^2.0.2",
40-
"object.values": "^1.1.1",
38+
"object.entries": "^1.1.3",
39+
"object.fromentries": "^2.0.3",
40+
"object.values": "^1.1.2",
4141
"prop-types": "^15.7.2",
42-
"resolve": "^1.18.1",
43-
"string.prototype.matchall": "^4.0.2"
42+
"resolve": "^2.0.0-next.3",
43+
"string.prototype.matchall": "^4.0.3"
4444
},
4545
"devDependencies": {
4646
"@types/eslint": "^7.2.3",

0 commit comments

Comments
 (0)