mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
refactor(editor): reduce dependency to doc collection (#9492)
This commit is contained in:
@@ -18,10 +18,8 @@
|
||||
"@blocksuite/inline": "workspace:*",
|
||||
"@blocksuite/sync": "workspace:*",
|
||||
"@preact/signals-core": "^1.8.0",
|
||||
"@types/flexsearch": "^0.7.6",
|
||||
"@types/lodash.ismatch": "^4.4.9",
|
||||
"file-type": "^19.5.0",
|
||||
"flexsearch": "0.7.43",
|
||||
"lib0": "^0.2.97",
|
||||
"lodash.clonedeep": "^4.5.0",
|
||||
"lodash.ismatch": "^4.4.0",
|
||||
@@ -29,16 +27,12 @@
|
||||
"minimatch": "^10.0.1",
|
||||
"nanoid": "^5.0.7",
|
||||
"y-protocols": "^1.0.6",
|
||||
"yjs": "^13.6.21",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash.clonedeep": "^4.5.9",
|
||||
"@types/lodash.merge": "^4.6.9",
|
||||
"lit": "^3.2.0",
|
||||
"yjs": "^13.6.21"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"yjs": "*"
|
||||
"@types/lodash.merge": "^4.6.9"
|
||||
},
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
|
||||
Reference in New Issue
Block a user