feat: bump blocksuite (#5286)

Co-authored-by: donteatfriedrice <huisheng.chen7788@outlook.com>
This commit is contained in:
Yifeng Wang
2023-12-15 12:57:52 +08:00
committed by GitHub
parent 136b4ccb4e
commit af15aa06d4
37 changed files with 302 additions and 259 deletions
+1 -1
View File
@@ -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}"
+1 -1
View File
@@ -5,7 +5,7 @@ vi.mock('lottie-web', () => ({
}));
vi.mock('@blocksuite/presets', () => ({
EditorContainer: vi.fn(),
AffineEditorContainer: vi.fn(),
}));
if (typeof window !== 'undefined' && HTMLCanvasElement) {