mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Deploy 0.128 to xplat/js
Summary: Changelog: [Internal] I had to update the types-first flags in the giuthub flowconfigs because they are removed in 0.128. I updated the snapshot test as well allow-large-files Reviewed By: mroch Differential Revision: D22336797 fbshipit-source-id: ebeb0c05479d2dac69a66645d042d5671453f5e8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
df6d2c50ff
commit
a36d9cd7ea
+3
-3
@@ -54,8 +54,8 @@ suppress_type=$FlowFixMeProps
|
||||
suppress_type=$FlowFixMeState
|
||||
suppress_type=$FlowFixMeEmpty
|
||||
|
||||
experimental.well_formed_exports=true
|
||||
experimental.types_first=true
|
||||
well_formed_exports=true
|
||||
types_first=true
|
||||
experimental.abstract_locations=true
|
||||
|
||||
[lints]
|
||||
@@ -81,4 +81,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.127.0
|
||||
^0.128.0
|
||||
|
||||
+3
-3
@@ -54,8 +54,8 @@ suppress_type=$FlowFixMeProps
|
||||
suppress_type=$FlowFixMeState
|
||||
suppress_type=$FlowFixMeEmpty
|
||||
|
||||
experimental.well_formed_exports=true
|
||||
experimental.types_first=true
|
||||
well_formed_exports=true
|
||||
types_first=true
|
||||
experimental.abstract_locations=true
|
||||
|
||||
[lints]
|
||||
@@ -81,4 +81,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.127.0
|
||||
^0.128.0
|
||||
|
||||
+1
-1
@@ -139,7 +139,7 @@
|
||||
"eslint-plugin-react-hooks": "^3.0.0",
|
||||
"eslint-plugin-react-native": "3.8.1",
|
||||
"eslint-plugin-relay": "1.7.1",
|
||||
"flow-bin": "^0.127.0",
|
||||
"flow-bin": "^0.128.0",
|
||||
"jest": "^26.0.1",
|
||||
"jest-junit": "^10.0.0",
|
||||
"jscodeshift": "^0.9.0",
|
||||
|
||||
@@ -66,4 +66,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.127.0
|
||||
^0.128.0
|
||||
|
||||
@@ -3264,10 +3264,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.127.0:
|
||||
version "0.127.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.127.0.tgz#0614cff4c1b783beef1feeb7108d536e09d77632"
|
||||
integrity sha512-ywvCCdV4NJWzrqjFrMU5tAiVGyBiXjsJQ1+/kj8thXyX15V17x8BFvNwoAH97NrUU8T1HzmFBjLzWc0l2319qg==
|
||||
flow-bin@^0.128.0:
|
||||
version "0.128.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.128.0.tgz#fd1232a64dc46874d8d499f16a1934b964f4c2ae"
|
||||
integrity sha512-EnmMSOCrkx8F0r1+T1d1HODQ+ddy5yRfkT3CvwmK05IWZyXQy27OVdNwdXUWRqc0iMW75T4QkoXaVBYrMqfk+A==
|
||||
|
||||
flow-parser@0.*:
|
||||
version "0.89.0"
|
||||
|
||||
Reference in New Issue
Block a user