mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-01 17:50:50 +08:00
feat: bump blocksuite (#5286)
Co-authored-by: donteatfriedrice <huisheng.chen7788@outlook.com>
This commit is contained in:
@@ -9,4 +9,4 @@ yarn up "@blocksuite/presets@${LATEST_NIGHTLY}"
|
||||
yarn up "@blocksuite/global@${LATEST_NIGHTLY}"
|
||||
yarn up "@blocksuite/block-std@${LATEST_NIGHTLY}"
|
||||
yarn up "@blocksuite/lit@${LATEST_NIGHTLY}"
|
||||
yarn up "@blocksuite/virgo@${LATEST_NIGHTLY}"
|
||||
yarn up "@blocksuite/inline@${LATEST_NIGHTLY}"
|
||||
|
||||
@@ -5,7 +5,7 @@ vi.mock('lottie-web', () => ({
|
||||
}));
|
||||
|
||||
vi.mock('@blocksuite/presets', () => ({
|
||||
EditorContainer: vi.fn(),
|
||||
AffineEditorContainer: vi.fn(),
|
||||
}));
|
||||
|
||||
if (typeof window !== 'undefined' && HTMLCanvasElement) {
|
||||
|
||||
Reference in New Issue
Block a user