Skip to content

Commit

Permalink
Updated all deps! 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Aug 23, 2016
1 parent a52af30 commit d46b183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"rules": {
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
"react/jsx-no-undef": 2,
"react/wrap-multilines": 2
"react/jsx-no-undef": 2
},
"plugins": [
"react"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"babel-preset-stage-2": "^6.1.18",
"babel-register": "^6.3.13",
"cross-env": "^2.0.0",
"eslint": "^2.11.1",
"eslint": "^3.3.1",
"eslint-config-rackt": "^1.1.1",
"eslint-plugin-react": "^5.1.1",
"eslint-plugin-react": "^6.1.2",
"expect": "^1.14.0",
"expect-element": "^1.1.1",
"expect-immutable": "0.0.3",
Expand Down

0 comments on commit d46b183

Please sign in to comment.