mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-24 22:21:52 +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',
|
'node_modules/@toeverything/plugin-infra/dist',
|
||||||
['manager.js', 'manager.cjs'],
|
['manager.js', 'manager.cjs'],
|
||||||
],
|
],
|
||||||
|
['node_modules/@blocksuite/global/dist', ['utils.js']],
|
||||||
] as [entry: string, expected: string[]][];
|
] as [entry: string, expected: string[]][];
|
||||||
|
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
|
@ -25,10 +25,12 @@
|
|||||||
"require": "./dist/__internal__/workspace.cjs"
|
"require": "./dist/__internal__/workspace.cjs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@blocksuite/global": "0.0.0-20230713131127-200a0dc1-nightly"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@blocksuite/blocks": "0.0.0-20230713131127-200a0dc1-nightly",
|
"@blocksuite/blocks": "0.0.0-20230713131127-200a0dc1-nightly",
|
||||||
"@blocksuite/editor": "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/lit": "0.0.0-20230713131127-200a0dc1-nightly",
|
||||||
"@blocksuite/store": "0.0.0-20230713131127-200a0dc1-nightly",
|
"@blocksuite/store": "0.0.0-20230713131127-200a0dc1-nightly",
|
||||||
"jotai": "^2.2.2",
|
"jotai": "^2.2.2",
|
||||||
@ -38,7 +40,6 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@blocksuite/blocks": "*",
|
"@blocksuite/blocks": "*",
|
||||||
"@blocksuite/editor": "*",
|
"@blocksuite/editor": "*",
|
||||||
"@blocksuite/global": "*",
|
|
||||||
"@blocksuite/lit": "*",
|
"@blocksuite/lit": "*",
|
||||||
"@blocksuite/store": "*",
|
"@blocksuite/store": "*",
|
||||||
"jotai": "*",
|
"jotai": "*",
|
||||||
|
@ -11274,7 +11274,6 @@ __metadata:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@blocksuite/blocks": "*"
|
"@blocksuite/blocks": "*"
|
||||||
"@blocksuite/editor": "*"
|
"@blocksuite/editor": "*"
|
||||||
"@blocksuite/global": "*"
|
|
||||||
"@blocksuite/lit": "*"
|
"@blocksuite/lit": "*"
|
||||||
"@blocksuite/store": "*"
|
"@blocksuite/store": "*"
|
||||||
jotai: "*"
|
jotai: "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user