chore: bump version (#2950)

This commit is contained in:
Alex Yang
2023-07-01 16:26:43 +08:00
committed by GitHub
parent 711e683c6f
commit 54a7eeda37
15 changed files with 1037 additions and 787 deletions

View File

@@ -2,8 +2,6 @@ import { clsx } from 'clsx';
import type { MessageType } from 'langchain/schema';
import { marked } from 'marked';
import { gfmHeadingId } from 'marked-gfm-heading-id';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
import { mangle } from 'marked-mangle';
import { type ReactElement, useMemo } from 'react';