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.values`, `resolve`
  • Loading branch information
ljharb committed Jan 16, 2020
1 parent d1dc277 commit d9e4941
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"homepage": "https://github.com/yannickcr/eslint-plugin-react",
"bugs": "https://github.com/yannickcr/eslint-plugin-react/issues",
"dependencies": {
"array-includes": "^3.0.3",
"array-includes": "^3.1.1",
"doctrine": "^2.1.0",
"has": "^1.0.3",
"jsx-ast-utils": "^2.2.3",
"object.entries": "^1.1.0",
"object.fromentries": "^2.0.1",
"object.values": "^1.1.0",
"object.entries": "^1.1.1",
"object.fromentries": "^2.0.2",
"object.values": "^1.1.1",
"prop-types": "^15.7.2",
"resolve": "^1.13.1"
"resolve": "^1.14.2"
},
"devDependencies": {
"@types/eslint": "^6.1.3",
Expand Down

0 comments on commit d9e4941

Please sign in to comment.