Skip to content

Commit

Permalink
[dependencies] update dependencies eslint 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Mollweide committed Jul 4, 2016
1 parent e16f6ec commit c0ef1ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"jsx"
],
"dependencies": {
"eslint": "^2.12.0",
"eslint-find-rules": "^1.10.0",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.5.0",
"eslint-plugin-react": "^5.1.1"
"eslint": "^3.0.0",
"eslint-find-rules": "^1.11.0",
"eslint-plugin-import": "^1.10.1",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2"
}
}

0 comments on commit c0ef1ff

Please sign in to comment.