mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Update imports to match the new base
Signed-off-by: Sami Tiilikainen <97873007+samitiilikainen@users.noreply.github.com>
This commit is contained in:
parent
d3a3cddbc3
commit
6b38d0f92b
@ -3,10 +3,10 @@
|
|||||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
* Licensed under MIT License. See LICENSE in root directory for more information.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import winstonLoggerInjectable from "./winston-logger.injectable";
|
|
||||||
import { getGlobalOverride } from "./test-utils/get-global-override";
|
|
||||||
import { noop } from "./utils";
|
|
||||||
import type winston from "winston";
|
import type winston from "winston";
|
||||||
|
import { getGlobalOverride } from "@k8slens/test-utils";
|
||||||
|
import { noop } from "@k8slens/utilities";
|
||||||
|
import winstonLoggerInjectable from "./winston-logger.injectable";
|
||||||
|
|
||||||
export default getGlobalOverride(winstonLoggerInjectable, () => ({
|
export default getGlobalOverride(winstonLoggerInjectable, () => ({
|
||||||
log: noop,
|
log: noop,
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
* Licensed under MIT License. See LICENSE in root directory for more information.
|
||||||
*/
|
*/
|
||||||
import { getInjectable } from "@ogre-tools/injectable";
|
import { getInjectable } from "@ogre-tools/injectable";
|
||||||
import { beforeQuitOfFrontEndInjectionToken } from "../start-main-application/runnable-tokens/before-quit-of-front-end-injection-token";
|
import { beforeQuitOfFrontEndInjectionToken } from "../start-main-application/runnable-tokens/phases";
|
||||||
import ipcFileLoggerInjectable from "./ipc-file-logger.injectable";
|
import ipcFileLoggerInjectable from "./ipc-file-logger.injectable";
|
||||||
|
|
||||||
const stopIpcLoggingInjectable = getInjectable({
|
const stopIpcLoggingInjectable = getInjectable({
|
||||||
|
|||||||
@ -3,10 +3,9 @@
|
|||||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
* Licensed under MIT License. See LICENSE in root directory for more information.
|
||||||
*/
|
*/
|
||||||
import { getInjectable } from "@ogre-tools/injectable";
|
import { getInjectable } from "@ogre-tools/injectable";
|
||||||
|
|
||||||
import windowLocationInjectable from "../../common/k8s-api/window-location.injectable";
|
import windowLocationInjectable from "../../common/k8s-api/window-location.injectable";
|
||||||
import currentlyInClusterFrameInjectable from "../routes/currently-in-cluster-frame.injectable";
|
import currentlyInClusterFrameInjectable from "../routes/currently-in-cluster-frame.injectable";
|
||||||
import { getClusterIdFromHost } from "../utils";
|
import { getClusterIdFromHost } from "../../common/utils";
|
||||||
|
|
||||||
const rendererLogFileIdInjectable = getInjectable({
|
const rendererLogFileIdInjectable = getInjectable({
|
||||||
id: "renderer-log-file-id",
|
id: "renderer-log-file-id",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user