Skip to content

Commit

Permalink
Upgrade peer dependencies
Browse files Browse the repository at this point in the history
babel-eslint	10.0.1->10.0.2
eslint	5.15.2->6.0.1
eslint-config-airbnb	17.1.0->17.1.1
eslint-config-airbnb-base	13.1.0->13.2.0
eslint-config-prettier	4.1.0->6.0.0
eslint-plugin-flowtype	3.11.1->3.4.2
eslint-plugin-import	2.16.0->2.18.0
eslint-plugin-jsx-a11y	6.2.1->6.2.3
eslint-plugin-prettier	3.0.1->3.1.0
eslint-plugin-react	7.12.4->7.14.2
prettier	1.16.4->1.18.2
  • Loading branch information
rix1 committed Jul 2, 2019
1 parent 2dc78f2 commit 7920793
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
},
"homepage": "https://github.com/otovo/eslint-config-otovo#readme",
"peerDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.15.2",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.16.4"
"babel-eslint": "^10.0.2",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-flowtype": "^3.11.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"prettier": "^1.18.2"
},
"devDependencies": {
"np": "^4.0.2"
Expand Down

0 comments on commit 7920793

Please sign in to comment.