mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
refactor(core): use element atom (#4026)
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"foxact": "^0.2.20"
|
||||
"foxact": "^0.2.20",
|
||||
"lodash.debounce": "^4.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@affine/env": "workspace:*",
|
||||
@@ -16,7 +17,8 @@
|
||||
"@blocksuite/editor": "0.0.0-20230828163942-e5356e86-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230828163942-e5356e86-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230828163942-e5356e86-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230828163942-e5356e86-nightly"
|
||||
"@blocksuite/store": "0.0.0-20230828163942-e5356e86-nightly",
|
||||
"@types/lodash.debounce": "^4.0.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@affine/y-provider": "workspace:*",
|
||||
|
||||
Reference in New Issue
Block a user