update flow to v0.29.0
Reviewed By: davidaurelio Differential Revision: D3569889 fbshipit-source-id: b2330456db2cde8296b2dc8d05bcb4db9638db6e
This commit is contained in:
parent
87124383ac
commit
6eb318d87d
|
@ -19,7 +19,7 @@
|
||||||
.*/node_modules/commoner/test/source/widget/share.js
|
.*/node_modules/commoner/test/source/widget/share.js
|
||||||
|
|
||||||
# Ignore duplicate module providers
|
# Ignore duplicate module providers
|
||||||
# For RN Apps installed via npm, "Libraries" folder is inside node_modules/react-native but in the source repo it is in the root
|
# For RN Apps installed via npm, "Libraries" folder is inside node_modules/react-native but in the source repo it is in the root
|
||||||
.*/Libraries/react-native/React.js
|
.*/Libraries/react-native/React.js
|
||||||
.*/Libraries/react-native/ReactNative.js
|
.*/Libraries/react-native/ReactNative.js
|
||||||
.*/node_modules/jest-runtime/build/__tests__/.*
|
.*/node_modules/jest-runtime/build/__tests__/.*
|
||||||
|
@ -54,4 +54,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
||||||
unsafe.enable_getters_and_setters=true
|
unsafe.enable_getters_and_setters=true
|
||||||
|
|
||||||
[version]
|
[version]
|
||||||
^0.28.0
|
^0.29.0
|
||||||
|
|
|
@ -198,7 +198,7 @@
|
||||||
"eslint-plugin-babel": "^3.2.0",
|
"eslint-plugin-babel": "^3.2.0",
|
||||||
"eslint-plugin-flow-vars": "^0.2.1",
|
"eslint-plugin-flow-vars": "^0.2.1",
|
||||||
"eslint-plugin-react": "^4.2.1",
|
"eslint-plugin-react": "^4.2.1",
|
||||||
"flow-bin": "^0.28.0",
|
"flow-bin": "^0.29.0",
|
||||||
"jest": "^13.1.0",
|
"jest": "^13.1.0",
|
||||||
"jest-repl": "^13.1.0",
|
"jest-repl": "^13.1.0",
|
||||||
"jest-runtime": "^13.1.0",
|
"jest-runtime": "^13.1.0",
|
||||||
|
|
Loading…
Reference in New Issue