mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-24 07:43:30 +03:00
fix(plugin-infra): dependencies (#3226)
This commit is contained in:
parent
af6807826b
commit
3421c2803a
@ -26,6 +26,7 @@ const outputList = [
|
||||
'node_modules/@toeverything/plugin-infra/dist',
|
||||
['manager.js', 'manager.cjs'],
|
||||
],
|
||||
['node_modules/@blocksuite/global/dist', ['utils.js']],
|
||||
] as [entry: string, expected: string[]][];
|
||||
|
||||
await Promise.all(
|
||||
|
@ -25,10 +25,12 @@
|
||||
"require": "./dist/__internal__/workspace.cjs"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/global": "0.0.0-20230713131127-200a0dc1-nightly"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230713131127-200a0dc1-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230713131127-200a0dc1-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230713131127-200a0dc1-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230713131127-200a0dc1-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230713131127-200a0dc1-nightly",
|
||||
"jotai": "^2.2.2",
|
||||
@ -38,7 +40,6 @@
|
||||
"peerDependencies": {
|
||||
"@blocksuite/blocks": "*",
|
||||
"@blocksuite/editor": "*",
|
||||
"@blocksuite/global": "*",
|
||||
"@blocksuite/lit": "*",
|
||||
"@blocksuite/store": "*",
|
||||
"jotai": "*",
|
||||
|
Loading…
Reference in New Issue
Block a user