[tests] upgrade RN versions
This commit is contained in:
parent
eff42444a7
commit
46d51ef5ce
File diff suppressed because it is too large
Load Diff
|
@ -32,8 +32,9 @@
|
||||||
"js-beautify": "^1.6.11",
|
"js-beautify": "^1.6.11",
|
||||||
"lodash.groupby": "^4.6.0",
|
"lodash.groupby": "^4.6.0",
|
||||||
"lodash.some": "^4.6.0",
|
"lodash.some": "^4.6.0",
|
||||||
"react": "16.0.0-alpha.6",
|
"react": "16.0.0-alpha.12",
|
||||||
"react-native": "^0.44.0",
|
"react-native": "^0.48.4",
|
||||||
|
"react-test-renderer": "16.0.0-alpha.12",
|
||||||
"react-native-simple-toast": "0.0.5",
|
"react-native-simple-toast": "0.0.5",
|
||||||
"react-native-vector-icons": "^4.0.0",
|
"react-native-vector-icons": "^4.0.0",
|
||||||
"react-navigation": "^1.0.0-beta.9",
|
"react-navigation": "^1.0.0-beta.9",
|
||||||
|
@ -51,6 +52,7 @@
|
||||||
"babel-eslint": "^7.1.1",
|
"babel-eslint": "^7.1.1",
|
||||||
"babel-jest": "19.0.0",
|
"babel-jest": "19.0.0",
|
||||||
"babel-plugin-flow-react-proptypes": "^0.21.0",
|
"babel-plugin-flow-react-proptypes": "^0.21.0",
|
||||||
|
"babel-plugin-istanbul": "^4.1.5",
|
||||||
"babel-preset-react-native": "1.9.1",
|
"babel-preset-react-native": "1.9.1",
|
||||||
"colors": "^1.1.2",
|
"colors": "^1.1.2",
|
||||||
"eslint": "^3.16.1",
|
"eslint": "^3.16.1",
|
||||||
|
@ -60,7 +62,6 @@
|
||||||
"eslint-plugin-jsx-a11y": "^4.0.0",
|
"eslint-plugin-jsx-a11y": "^4.0.0",
|
||||||
"eslint-plugin-react": "^6.10.0",
|
"eslint-plugin-react": "^6.10.0",
|
||||||
"jest": "19.0.2",
|
"jest": "19.0.2",
|
||||||
"react-test-renderer": "~15.4.1",
|
|
||||||
"redux-immutable-state-invariant": "^1.2.4"
|
"redux-immutable-state-invariant": "^1.2.4"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
|
|
Loading…
Reference in New Issue