mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
refactor(editor): store should not rely on inline (#11017)
This commit is contained in:
@@ -607,14 +607,16 @@ export const PackageList = [
|
||||
{
|
||||
location: 'blocksuite/framework/inline',
|
||||
name: '@blocksuite/inline',
|
||||
workspaceDependencies: ['blocksuite/framework/global'],
|
||||
workspaceDependencies: [
|
||||
'blocksuite/framework/global',
|
||||
'blocksuite/framework/store',
|
||||
],
|
||||
},
|
||||
{
|
||||
location: 'blocksuite/framework/store',
|
||||
name: '@blocksuite/store',
|
||||
workspaceDependencies: [
|
||||
'blocksuite/framework/global',
|
||||
'blocksuite/framework/inline',
|
||||
'blocksuite/framework/sync',
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user