Skip to content

Commit

Permalink
fix(sheet): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushusir committed Apr 18, 2024
1 parent b00f240 commit ccc0d82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
*/

import { CellValueType, Disposable, isRealNum, IUniverInstanceService, LifecycleStages, LocaleService, OnLifecycle } from '@univerjs/core';
import { CellAlertManagerService, CellAlertType, HoverManagerService } from '@univerjs/sheets-ui';

import { Inject } from '@wendellhu/redi';
import { HoverManagerService } from '../services/hover-manager.service';
import { CellAlertManagerService, CellAlertType } from '../services/cell-alert-manager.service';

const ALERT_KEY = 'SHEET_FORCE_STRING_ALERT';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

import { CellValueType, isRealNum, LifecycleStages, OnLifecycle, RxDisposable, ThemeService } from '@univerjs/core';
import { Inject } from '@wendellhu/redi';
import { SheetSkeletonManagerService } from '@univerjs/sheets-ui';
import { INTERCEPTOR_POINT, SheetInterceptorService } from '@univerjs/sheets';
import { SheetSkeletonManagerService } from '../services/sheet-skeleton-manager.service';

/**
* @todo RenderUnit
Expand Down

0 comments on commit ccc0d82

Please sign in to comment.