feat: bump more deps (#14079)

This commit is contained in:
DarkSky
2025-12-10 16:02:28 +08:00
committed by GitHub
parent 40f3337d45
commit cb0ff04efa
194 changed files with 2155 additions and 2297 deletions

View File

@@ -34,9 +34,8 @@ afterAll(() => {
describe('workspace db management', () => {
test('trash workspace', async () => {
const { trashWorkspace } = await import(
'@affine/electron/helper/workspace/handlers'
);
const { trashWorkspace } =
await import('@affine/electron/helper/workspace/handlers');
const workspaceId = v4();
const workspacePath = path.join(
appDataPath,
@@ -58,9 +57,8 @@ describe('workspace db management', () => {
});
test('delete workspace', async () => {
const { deleteWorkspace } = await import(
'@affine/electron/helper/workspace/handlers'
);
const { deleteWorkspace } =
await import('@affine/electron/helper/workspace/handlers');
const workspaceId = v4();
const workspacePath = path.join(
appDataPath,