Skip to content

Commit

Permalink
Updated eslint-config-react-app to 5.2.1
Browse files Browse the repository at this point in the history
Updated `eslint-config-react-app` to `5.2.1` and widened the dependency versions
  • Loading branch information
mmazzarolo committed Mar 27, 2020
1 parent 78de854 commit 5e3fdd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"babel-eslint": "10.x",
"eslint-config-react-app": "^5.2.0",
"eslint-plugin-flowtype": "3.x",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "3.x || 4.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "1.x"
"eslint-plugin-react-hooks": "1.x || 2.x"
},
"peerDependencies": {
"eslint": "6.x"
Expand Down

0 comments on commit 5e3fdd2

Please sign in to comment.