fix(plugin-infra): dependencies (#3226)

This commit is contained in:
Alex Yang
2023-07-14 11:18:08 +08:00
parent 4750e2535f
commit 0ca9f2cc6d
3 changed files with 4 additions and 3 deletions
@@ -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(
+3 -2
View File
@@ -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": "*",
-1
View File
@@ -11274,7 +11274,6 @@ __metadata:
peerDependencies:
"@blocksuite/blocks": "*"
"@blocksuite/editor": "*"
"@blocksuite/global": "*"
"@blocksuite/lit": "*"
"@blocksuite/store": "*"
jotai: "*"