Updated all deps! 🎉

This commit is contained in:
Erik Rasmussen
2016-08-23 10:10:54 +02:00
parent a52af30cfb
commit d46b1839fa
2 changed files with 3 additions and 4 deletions

View File

@@ -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"

View File

@@ -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",