diff --git a/.flowconfig b/.flowconfig index f71853d0b622ec..79733e4879ec67 100644 --- a/.flowconfig +++ b/.flowconfig @@ -81,4 +81,4 @@ untyped-import untyped-type-import [version] -^0.129.0 +^0.130.0 diff --git a/.flowconfig.android b/.flowconfig.android index a398e9eca2d27b..a12734b12768ad 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -81,4 +81,4 @@ untyped-import untyped-type-import [version] -^0.129.0 +^0.130.0 diff --git a/package.json b/package.json index e95ca8af4b8a39..cd92bab7e33c16 100644 --- a/package.json +++ b/package.json @@ -85,9 +85,9 @@ "react": "0.0.0-experimental-aae83a4b9" }, "dependencies": { + "@react-native-community/cli": "^4.10.0", "@react-native-community/cli-platform-android": "^4.10.0", "@react-native-community/cli-platform-ios": "^4.10.0", - "@react-native-community/cli": "^4.10.0", "@react-native/assets": "1.0.0", "@react-native/polyfills": "1.0.0", "@react-native/normalize-color": "1.0.0", @@ -141,15 +141,15 @@ "eslint-plugin-react-hooks": "^4.0.7", "eslint-plugin-react-native": "3.8.1", "eslint-plugin-relay": "1.7.1", - "flow-bin": "^0.129.0", + "flow-bin": "^0.130.0", "jest": "^26.0.1", "jest-junit": "^10.0.0", "jscodeshift": "^0.9.0", "mkdirp": "^0.5.1", "prettier": "1.19.1", "react": "0.0.0-experimental-aae83a4b9", - "react-test-renderer": "0.0.0-experimental-aae83a4b9", "react-shallow-renderer": "16.13.1", + "react-test-renderer": "0.0.0-experimental-aae83a4b9", "shelljs": "^0.7.8", "signedsource": "^1.0.0", "ws": "^6.1.4", diff --git a/template/_flowconfig b/template/_flowconfig index 7799889c7e37e6..a29f68767f02de 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -68,4 +68,4 @@ untyped-import untyped-type-import [version] -^0.129.0 +^0.130.0 diff --git a/yarn.lock b/yarn.lock index cfd743c1cfeab9..b168a1baf8d7d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3279,10 +3279,10 @@ flatted@^2.0.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138" integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== -flow-bin@^0.129.0: - version "0.129.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.129.0.tgz#50294d6e335dd97d095c27b096ea0b94c2415d55" - integrity sha512-WLXOj09oCK6nODVKM5uxvAzBpxXeI304E60tELMeQd/TJsyfbykNCZ+e4xml9eUOyoac9nDL3YrJpPZMzq0tMA== +flow-bin@^0.130.0: + version "0.130.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.130.0.tgz#e25eaf891af96da371ff6a9fa99d709f24ce9252" + integrity sha512-1TSLwCPXvKPwiae7Fh+dpipCzwlHQ1UcBHfCpQImz+hsxYIUWkLWJWEm34bY6I7dSM4ekSiVeP02BhzVJGwtpw== flow-parser@0.*: version "0.89.0"