Skip to content

Commit

Permalink
Merge pull request #101 from humanmade/update-peer-dependencies
Browse files Browse the repository at this point in the history
Upgrade peer dependency versions
  • Loading branch information
mikeselander authored Mar 1, 2019
2 parents 660d858 + 257bf24 commit 1ca09ea
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions packages/eslint-config-humanmade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"test": "node fixtures/test-lint-config"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"chalk": "^2.3.2",
"eslint": "^4.19.1",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0"
"babel-eslint": "^10.0.0",
"chalk": "^2.4.1",
"eslint": "^5.10.0",
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1"
},
"peerDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.19.1",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0"
"babel-eslint": "^10.0.0",
"eslint": "^5.10.0",
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1"
},
"files": [
".eslintrc",
Expand Down

0 comments on commit 1ca09ea

Please sign in to comment.