update dependencies (#122)
This commit is contained in:
parent
599b7c8368
commit
9e641ea8cc
20
package.json
20
package.json
|
@ -20,12 +20,12 @@
|
|||
"babel-plugin-transform-remove-console": "^6.8.5",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"ejson": "^2.1.2",
|
||||
"moment": "^2.19.2",
|
||||
"moment": "^2.19.3",
|
||||
"prop-types": "^15.6.0",
|
||||
"react": "16.1.1",
|
||||
"react": "^16.2.0",
|
||||
"react-emojione": "^5.0.0",
|
||||
"react-native": "0.50.3",
|
||||
"react-native-action-button": "^2.8.1",
|
||||
"react-native": "^0.50.4",
|
||||
"react-native-action-button": "^2.8.3",
|
||||
"react-native-actionsheet": "^2.3.0",
|
||||
"react-native-animatable": "^1.2.4",
|
||||
"react-native-card-view": "0.0.3",
|
||||
|
@ -45,7 +45,7 @@
|
|||
"react-native-zeroconf": "^0.8.3",
|
||||
"react-navigation": "^1.0.0-beta.19",
|
||||
"react-redux": "^5.0.6",
|
||||
"realm": "^2.0.7",
|
||||
"realm": "^2.0.11",
|
||||
"redux": "^3.7.2",
|
||||
"redux-enhancer-react-native-appstate": "^0.3.0",
|
||||
"redux-immutable-state-invariant": "^2.1.0",
|
||||
|
@ -65,17 +65,17 @@
|
|||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-preset-react-native": "4.0.0",
|
||||
"codecov": "^3.0.0",
|
||||
"eslint": "^4.11.0",
|
||||
"eslint": "^4.12.0",
|
||||
"eslint-config-airbnb": "^16.1.0",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.2",
|
||||
"eslint-plugin-react": "^7.4.0",
|
||||
"eslint-plugin-react-native": "^3.1.0",
|
||||
"eslint-plugin-react": "^7.5.1",
|
||||
"eslint-plugin-react-native": "^3.2.0",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "21.2.1",
|
||||
"jest-cli": "^21.2.1",
|
||||
"react-dom": "16.1.1",
|
||||
"react-test-renderer": "16.1.1"
|
||||
"react-dom": "^16.2.0",
|
||||
"react-test-renderer": "^16.2.0"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "react-native",
|
||||
|
|
Loading…
Reference in New Issue