upgrade to React Native 0.59.10
This commit is contained in:
parent
fccf371dde
commit
6ae52cf0ad
3 changed files with 360 additions and 899 deletions
1
.babelrc
1
.babelrc
|
@ -2,6 +2,7 @@
|
||||||
"presets": ["module:metro-react-native-babel-preset"],
|
"presets": ["module:metro-react-native-babel-preset"],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator",
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
||||||
|
"@babel/plugin-proposal-object-rest-spread",
|
||||||
["module-resolver", {
|
["module-resolver", {
|
||||||
root: ["./src"],
|
root: ["./src"],
|
||||||
}],
|
}],
|
||||||
|
|
1249
package-lock.json
generated
1249
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -17,7 +17,7 @@
|
||||||
"merge": ">=1.2.1",
|
"merge": ">=1.2.1",
|
||||||
"moment": "^2.22.1",
|
"moment": "^2.22.1",
|
||||||
"react": "16.8.6",
|
"react": "16.8.6",
|
||||||
"react-native": "0.59.3",
|
"react-native": "0.59.10",
|
||||||
"@react-native-community/async-storage": "^1.5.1",
|
"@react-native-community/async-storage": "^1.5.1",
|
||||||
"react-native-camera": "^2.11.0",
|
"react-native-camera": "^2.11.0",
|
||||||
"react-native-country-picker-modal": "^0.6.2",
|
"react-native-country-picker-modal": "^0.6.2",
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
"react-navigation": "^3.11.0",
|
"react-navigation": "^3.11.0",
|
||||||
"react-navigation-redux-helpers": "^3.0.2",
|
"react-navigation-redux-helpers": "^3.0.2",
|
||||||
"react-redux": "^5.0.3",
|
"react-redux": "^5.0.3",
|
||||||
"redux": "^3.6.0",
|
"redux": "^4.0.4",
|
||||||
"redux-persist": "^4.10.2",
|
"redux-persist": "^4.10.2",
|
||||||
"redux-persist-filesystem-storage": "^1.3.2",
|
"redux-persist-filesystem-storage": "^1.3.2",
|
||||||
"redux-persist-transform-compress": "^4.2.0",
|
"redux-persist-transform-compress": "^4.2.0",
|
||||||
|
@ -44,9 +44,9 @@
|
||||||
"rn-fetch-blob": "^0.10.15"
|
"rn-fetch-blob": "^0.10.15"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.4.3",
|
"@babel/core": "^7.5.4",
|
||||||
|
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
|
||||||
"babel-preset-env": "^1.6.1",
|
"babel-preset-env": "^1.6.1",
|
||||||
"babel-preset-react-native": "5.0.2",
|
|
||||||
"babel-preset-stage-2": "^6.18.0",
|
"babel-preset-stage-2": "^6.18.0",
|
||||||
"babel-plugin-module-resolver": "^3.1.1",
|
"babel-plugin-module-resolver": "^3.1.1",
|
||||||
"eslint": "^5.16.0",
|
"eslint": "^5.16.0",
|
||||||
|
@ -60,6 +60,7 @@
|
||||||
"eslint-plugin-standard": "^4.0.0",
|
"eslint-plugin-standard": "^4.0.0",
|
||||||
"flow-babel-webpack-plugin": "^1.1.1",
|
"flow-babel-webpack-plugin": "^1.1.1",
|
||||||
"lint-staged": "^7.0.4",
|
"lint-staged": "^7.0.4",
|
||||||
|
"metro-react-native-babel-preset": "^0.55.0",
|
||||||
"prettier": "^1.11.1"
|
"prettier": "^1.11.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue