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'};
|
||||
|
||||
@@ -107,7 +107,8 @@
|
||||
"ws": "7.3.0",
|
||||
"kind-of": "6.0.3",
|
||||
"bl": "4.0.3",
|
||||
"node-forge": "^0.10.0"
|
||||
"node-forge": "^0.10.0",
|
||||
"jsdom": "16.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/code-frame": "^7.10.4",
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
"sql-formatter": "^2.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/react": "^10.4.3",
|
||||
"@types/dateformat": "^3.0.1",
|
||||
"@types/sql-formatter": "^2.3.0",
|
||||
"@testing-library/react": "^10.4.3",
|
||||
"redux-mock-store": "^1.0.1",
|
||||
"react-redux": "^7.1.1"
|
||||
"react-redux": "^7.1.1",
|
||||
"redux-mock-store": "^1.0.1"
|
||||
},
|
||||
"bugs": {
|
||||
"email": "oncall+flipper@xmail.facebook.com",
|
||||
|
||||
2482
desktop/yarn.lock
2482
desktop/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user