Skip to content

Commit d9e4941

Browse files
committed
[Deps] update array-includes, object.entries, object.fromentries, object.values, resolve
1 parent d1dc277 commit d9e4941

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"homepage": "https://github.com/yannickcr/eslint-plugin-react",
2727
"bugs": "https://github.com/yannickcr/eslint-plugin-react/issues",
2828
"dependencies": {
29-
"array-includes": "^3.0.3",
29+
"array-includes": "^3.1.1",
3030
"doctrine": "^2.1.0",
3131
"has": "^1.0.3",
3232
"jsx-ast-utils": "^2.2.3",
33-
"object.entries": "^1.1.0",
34-
"object.fromentries": "^2.0.1",
35-
"object.values": "^1.1.0",
33+
"object.entries": "^1.1.1",
34+
"object.fromentries": "^2.0.2",
35+
"object.values": "^1.1.1",
3636
"prop-types": "^15.7.2",
37-
"resolve": "^1.13.1"
37+
"resolve": "^1.14.2"
3838
},
3939
"devDependencies": {
4040
"@types/eslint": "^6.1.3",

0 commit comments

Comments
 (0)