mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-04 19:15:33 +08:00
chore: bump version (#2950)
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
"dependencies": {
|
||||
"@affine/component": "workspace:*",
|
||||
"@toeverything/plugin-infra": "workspace:*",
|
||||
"langchain": "^0.0.96",
|
||||
"langchain": "^0.0.101",
|
||||
"marked": "^5.1.0",
|
||||
"marked-gfm-heading-id": "^3.0.4",
|
||||
"marked-mangle": "^1.0.1"
|
||||
"marked-mangle": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/marked": "^5.0.0",
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user