Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed May 4, 2016
1 parent 905dc06 commit 79dd97e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,19 @@
},
"dependencies": {
"babel-eslint": "^6.0.4",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-wyze": "^1.3.0"
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-wyze": "^1.3.1"
},
"peerDependencies": {
"eslint": "^2.4.0",
"eslint-plugin-react": "^4.2.0",
"eslint-plugin-wyze": "^1.3.0"
"eslint": "^2.9.0",
"eslint-plugin-react": "^5.0.1",
"eslint-plugin-wyze": "^1.3.1"
},
"devDependencies": {
"ava": "^0.13.0",
"eslint": "^2.4.0",
"eslint-plugin-react": "^4.2.3"
"ava": "^0.14.0",
"eslint": "^2.9.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"eslint-plugin-react": "^5.0.1"
}
}

0 comments on commit 79dd97e

Please sign in to comment.