diff --git a/.flowconfig b/.flowconfig index 671477ff7..caf5eecfe 100644 --- a/.flowconfig +++ b/.flowconfig @@ -19,7 +19,7 @@ .*/node_modules/commoner/test/source/widget/share.js # 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/ReactNative.js .*/node_modules/jest-runtime/build/__tests__/.* @@ -54,4 +54,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy unsafe.enable_getters_and_setters=true [version] -^0.28.0 +^0.29.0 diff --git a/package.json b/package.json index 7c20ad98f..ffc71a39b 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "eslint-plugin-babel": "^3.2.0", "eslint-plugin-flow-vars": "^0.2.1", "eslint-plugin-react": "^4.2.1", - "flow-bin": "^0.28.0", + "flow-bin": "^0.29.0", "jest": "^13.1.0", "jest-repl": "^13.1.0", "jest-runtime": "^13.1.0",