chore: bump version (#2950)

This commit is contained in:
Alex Yang
2023-07-01 16:26:43 +08:00
parent fbc196e828
commit 8f09df655c
15 changed files with 1037 additions and 787 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
"dependencies": {
"@affine/component": "workspace:*",
"@toeverything/plugin-infra": "workspace:*",
"foxact": "^0.2.10",
"foxact": "^0.2.11",
"link-preview-js": "^3.0.4"
},
"devDependencies": {
+2 -2
View File
@@ -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';