Temporarily switch to console-feed mirror
Summary: See https://github.com/samdenty/console-feed/issues/124. This is breaking our CI and lots of other things. We should hopefully be able to cleanly revert this on Monday. Reviewed By: ivanmisuno Differential Revision: D47150333 fbshipit-source-id: f34d6afdb83607c8ac2cc7fb2989ca68733798e0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
94a2e33cb8
commit
2b17ac76de
@@ -17,7 +17,7 @@
|
||||
"@tanishiking/aho-corasick": "^0.0.1",
|
||||
"antd": "4.19.2",
|
||||
"cbuffer": "^2.2.0",
|
||||
"console-feed": "^3.3.0",
|
||||
"@nicksrandall/console-feed": "^3.5.0",
|
||||
"deep-equal": "^2.2.1",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"flipper-client-sdk": "^0.0.3",
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
|
||||
import {useMemo} from 'react';
|
||||
import React from 'react';
|
||||
import {Console} from 'console-feed';
|
||||
import type {Methods} from 'console-feed/lib/definitions/Methods';
|
||||
import type {Styles} from 'console-feed/lib/definitions/Styles';
|
||||
import {Console} from '@nicksrandall/console-feed';
|
||||
import type {Methods} from '@nicksrandall/console-feed/lib/definitions/Methods';
|
||||
import type {Styles} from '@nicksrandall/console-feed/lib/definitions/Styles';
|
||||
import {createState, useValue} from 'flipper-plugin';
|
||||
import {useLocalStorageState} from 'flipper-plugin';
|
||||
import {theme, Toolbar, Layout} from 'flipper-plugin';
|
||||
|
||||
@@ -3474,6 +3474,17 @@
|
||||
lodash "^4.17.15"
|
||||
tmp-promise "^3.0.2"
|
||||
|
||||
"@nicksrandall/console-feed@^3.5.0":
|
||||
version "3.5.0"
|
||||
resolved "https://registry.yarnpkg.com/@nicksrandall/console-feed/-/console-feed-3.5.0.tgz#0a216d97cce65c4201d305078e884bbdb69a360e"
|
||||
integrity sha512-Fv5NtxQ3QC/e2sI/FJ1DI23XvjrWcvTlY8E/QjUkK0x+khxdSiP01ml3gdtX//TUkn51e2REvshKAfNRYhPa8A==
|
||||
dependencies:
|
||||
"@emotion/core" "^10.0.10"
|
||||
"@emotion/styled" "^10.0.12"
|
||||
emotion-theming "^10.0.10"
|
||||
linkifyjs "^2.1.6"
|
||||
react-inspector "^5.1.0"
|
||||
|
||||
"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1":
|
||||
version "5.1.1-v1"
|
||||
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
|
||||
@@ -6408,17 +6419,6 @@ connect@^3.6.5:
|
||||
parseurl "~1.3.3"
|
||||
utils-merge "1.0.1"
|
||||
|
||||
console-feed@^3.3.0:
|
||||
version "3.3.0"
|
||||
resolved "https://registry.yarnpkg.com/console-feed/-/console-feed-3.3.0.tgz#83669d512676b67662f297dfc21eef15bac59fea"
|
||||
integrity sha512-GS0EtpiLyAZGEYBtTih+uI3s3NDmOsfkgpNGhr7UWeM5BzDT+dKgit2nEMFwDb2w7NaT95774/cwAztA1BxrHQ==
|
||||
dependencies:
|
||||
"@emotion/core" "^10.0.10"
|
||||
"@emotion/styled" "^10.0.12"
|
||||
emotion-theming "^10.0.10"
|
||||
linkifyjs "^2.1.6"
|
||||
react-inspector "^5.1.0"
|
||||
|
||||
content-disposition@0.5.4:
|
||||
version "0.5.4"
|
||||
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe"
|
||||
|
||||
Reference in New Issue
Block a user