[build] update flow / rn

This commit is contained in:
Salakar 2018-09-03 19:14:18 +01:00
parent a1968c9b17
commit bc2db72ff5
3 changed files with 2260 additions and 1728 deletions

View File

@ -27,14 +27,16 @@
[include] [include]
[lints]
[libs] [libs]
node_modules/react-native/Libraries/react-native/react-native-interface.js node_modules/react-native/Libraries/react-native/react-native-interface.js
node_modules/react-native/flow/ node_modules/react-native/flow/
node_modules/react-native/flow-github/
[options] [options]
emoji=true emoji=true
esproposal.optional_chaining=enable esproposal.optional_chaining=enable
esproposal.nullish_coalescing=enable
# Taken from: https://github.com/facebook/react-native/issues/19766 # Taken from: https://github.com/facebook/react-native/issues/19766
module.system=haste module.system=haste

3980
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -71,7 +71,7 @@
], ],
"peerDependencies": { "peerDependencies": {
"react": ">= 16.4.1", "react": ">= 16.4.1",
"react-native": ">= 0.56.0", "react-native": ">= 0.57.0-rc.3",
"fbjs": "*" "fbjs": "*"
}, },
"devDependencies": { "devDependencies": {
@ -95,7 +95,7 @@
"prettier": "^1.14.2", "prettier": "^1.14.2",
"react": "^16.4.1", "react": "^16.4.1",
"react-dom": "^16.4.1", "react-dom": "^16.4.1",
"react-native": "^0.56.0", "react-native": "^0.57.0-rc.3",
"typescript": "^3.0.3" "typescript": "^3.0.3"
}, },
"dependencies": { "dependencies": {