Skip to content

Commit

Permalink
fix: Install missing peer dependencies (#5)
Browse files Browse the repository at this point in the history
* fix: Install missing devDependencies

* chore: Use latest babel-eslint
  • Loading branch information
okonet authored Sep 13, 2017
1 parent d15384c commit 6f7e857
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"install-peerdeps": "^1.2.0"
},
"peerDependencies": {
"babel-eslint": "7.x",
"babel-eslint": "*",
"eslint": "4.x",
"eslint-config-airbnb": "15.x",
"eslint-config-prettier": "2.x",
Expand All @@ -49,7 +49,16 @@
"prettier": "*"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"eslint": "^4.6.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "^2.4.0",
"eslint-plugin-flowtype": "^2.35.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-prettier": "^2.2.0",
"eslint-plugin-react": "^7.3.0",
"husky": "^0.14.3",
"lint-staged": "^4.0.4",
"npm-check": "^5.0.1",
Expand Down

0 comments on commit 6f7e857

Please sign in to comment.