From 6eb318d87d7cf27cd4a64760a56e5af86439ce42 Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Fri, 15 Jul 2016 10:48:02 -0700 Subject: [PATCH] update flow to v0.29.0 Reviewed By: davidaurelio Differential Revision: D3569889 fbshipit-source-id: b2330456db2cde8296b2dc8d05bcb4db9638db6e --- .flowconfig | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",