Skip to content

Commit

Permalink
Deploy 0.251.0 to www + fbsource
Browse files Browse the repository at this point in the history
Reviewed By: gkz

Differential Revision: D65176860

fbshipit-source-id: 2254fdac49a664f3a92ae0834c76d721132fddc4
  • Loading branch information
Alex Taylor (alta) authored and facebook-github-bot committed Oct 30, 2024
1 parent 1e8e329 commit ed9fe48
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ untyped-import
untyped-type-import

[version]
^0.250.0
^0.251.0
17 changes: 5 additions & 12 deletions flow-typed/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ declare module react {
declare export var Component: typeof React$Component;
declare export var PureComponent: typeof React$PureComponent;
declare export type ComponentType<-P> = React$ComponentType<P>;
declare export type AbstractComponent<
-Config,
+Instance = mixed,
> = React$AbstractComponent<Config, Instance>;
declare export type MixedElement = React$MixedElement;
declare export type ElementType = React$ElementType;
declare export type Element<+C> = React$Element<C>;
Expand Down Expand Up @@ -191,14 +187,11 @@ declare module react {
interactions: Set<Interaction>,
) => void;

declare export var Profiler: React$AbstractComponent<
{|
children?: React$Node,
id: string,
onRender: ProfilerOnRenderFnType,
|},
void,
>;
declare export var Profiler: React$ComponentType<{|
children?: React$Node,
id: string,
onRender: ProfilerOnRenderFnType,
|}>;

declare type TimeoutConfig = {|
timeoutMs: number,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"eslint-plugin-relay": "1.8.3",
"eslint-plugin-relay-internal": "link:./packages/eslint-plugin-relay-internal",
"fbjs": "^3.0.2",
"flow-bin": "^0.250.0",
"flow-bin": "^0.251.0",
"glob": "^7.1.1",
"graphql": "15.3.0",
"gulp": "4.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3864,10 +3864,10 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2"
integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==

flow-bin@^0.250.0:
version "0.250.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.250.0.tgz#a9baa110a03563e373f1d61309088d9aaa0cdfae"
integrity sha512-OYEPzpgSzvV+33kBuOOA1C0AjQkzIjrmbS/324CRRijnU1tABKyM5unzf4KIkyN5IQutgxqsSRZ1GsixC8+xIQ==
flow-bin@^0.251.0:
version "0.251.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.251.0.tgz#8050039ae66c7f0b72f5eea9be036df78d644585"
integrity sha512-1ROmUJrBGLa19ufdOrx4Pu5NVeJbIGDEb2uCmjnr3nmBFVUVHfcB+wQ2RjHvDIloW46k7EwgKFOl5PdseRrrcQ==

flush-write-stream@^1.0.2:
version "1.1.1"
Expand Down

0 comments on commit ed9fe48

Please sign in to comment.