Bump dependencies (attempt 2)
Summary: In D24138822 I basically bumped all desktop deps. That was a bit too much as it affected our build infra and broke it. The problem wasn't easy to bisect so choose a smaller set of deps instead to update; everything transpile & lint related + a few well tested runtime deps. Reviewed By: cekkaewnumchai Differential Revision: D24161841 fbshipit-source-id: 67162efeccd05a344b229ce976102cfafe6d1099
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8b111e48e6
commit
3ba8bbf03c
@@ -24,7 +24,8 @@ interface IFutureSubject<T> {
|
||||
onSubscribe: (cancel: CancelCallback | null | undefined) => void;
|
||||
}
|
||||
|
||||
export class SelfInspectionFlipperClient<M> extends FlipperClient
|
||||
export class SelfInspectionFlipperClient<M>
|
||||
extends FlipperClient
|
||||
implements FlipperClientConnection<string, M> {
|
||||
connStatusSubscribers: Set<ISubscriber<ConnectionStatus>> = new Set();
|
||||
connStatus: ConnectionStatus = {kind: 'CONNECTED'};
|
||||
|
||||
Reference in New Issue
Block a user