Skip to content

Commit

Permalink
Temporarily switch to console-feed mirror
Browse files Browse the repository at this point in the history
Summary:
See samdenty/console-feed#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
  • Loading branch information
passy authored and facebook-github-bot committed Jun 30, 2023
1 parent 94a2e33 commit 2b17ac7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion desktop/flipper-ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions desktop/flipper-ui-core/src/chrome/ConsoleLogs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
22 changes: 11 additions & 11 deletions desktop/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]":
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"
Expand Down Expand Up @@ -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"

[email protected]:
version "0.5.4"
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe"
Expand Down

0 comments on commit 2b17ac7

Please sign in to comment.