mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
feat: improve copilot (#2758)
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@affine/component": "workspace:*",
|
||||
"@toeverything/plugin-infra": "workspace:*"
|
||||
"@toeverything/plugin-infra": "workspace:*",
|
||||
"langchain": "^0.0.92",
|
||||
"marked": "^5.0.4",
|
||||
"marked-gfm-heading-id": "^3.0.4",
|
||||
"marked-mangle": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/marked": "^5.0.0",
|
||||
@@ -16,10 +20,9 @@
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"idb": "^7.1.1",
|
||||
"jotai": "^2.1.1",
|
||||
"langchain": "^0.0.90",
|
||||
"marked": "^5.0.4",
|
||||
"react": "18.3.0-canary-16d053d59-20230506",
|
||||
"react-dom": "18.3.0-canary-16d053d59-20230506"
|
||||
"react-dom": "18.3.0-canary-16d053d59-20230506",
|
||||
"zod": "^3.21.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
|
||||
Reference in New Issue
Block a user