Switch to airbnb style guide and upgrade some packages
... | ... | @@ -8,7 +8,7 @@ |
}, | ||
"dependencies": { | ||
"react": "~15.4.0-rc.4", | ||
"react-native": "0.40.0", | ||
"react-native": "^0.41.1", | ||
"react-redux": "^5.0.2", | ||
"redux": "^3.6.0", | ||
"redux-thunk": "^2.2.0" | ||
... | ... | @@ -17,7 +17,10 @@ |
"babel-eslint": "^7.1.1", | ||
"babel-jest": "18.0.0", | ||
"babel-preset-react-native": "1.9.1", | ||
"eslint": "^3.14.1", | ||
"eslint": "^3.15.0", | ||
"eslint-config-airbnb": "^14.0.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jsx-a11y": "^3.0.2", | ||
"eslint-plugin-react": "^6.9.0", | ||
"eslint-plugin-react-native": "^2.2.1", | ||
"jest": "18.1.0", | ||
... | ... |
Please register or sign in to comment