mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
refactor(editor): reduce dependency to doc collection (#9492)
This commit is contained in:
@@ -18,14 +18,6 @@
|
||||
],
|
||||
"author": "toeverything",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"lit": "^3.2.0",
|
||||
"yjs": "^13.6.21"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"lit": "^3.2.0",
|
||||
"yjs": "*"
|
||||
},
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
"./consts": "./src/consts.ts",
|
||||
@@ -35,6 +27,8 @@
|
||||
"dependencies": {
|
||||
"@blocksuite/global": "workspace:*",
|
||||
"@preact/signals-core": "^1.8.0",
|
||||
"lit": "^3.2.0",
|
||||
"yjs": "^13.6.21",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"version": "0.19.0"
|
||||
|
||||
Reference in New Issue
Block a user