chore: bump @typescript-eslint/parser from 6.2.0 to 6.2.1 (#3589)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
dependabot[bot]
2023-08-05 04:50:05 +00:00
committed by GitHub
parent b4acbb90b7
commit c3c40225d6
4 changed files with 56 additions and 56 deletions

View File

@@ -8,7 +8,7 @@ import { logger } from '../logger';
import type { YOrigin } from '../type';
import { getWorkspaceMeta } from '../workspace';
import { BaseSQLiteAdapter } from './base-db-adapter';
import { WorkspaceSQLiteDB } from './workspace-db-adapter';
import type { WorkspaceSQLiteDB } from './workspace-db-adapter';
const FLUSH_WAIT_TIME = 5000;
const FLUSH_MAX_WAIT_TIME = 10000;