mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 02:33:08 +03:00
fix(plugin-infra): dependencies (#3252)
This commit is contained in:
parent
a2dae0d592
commit
06184a765c
@ -27,6 +27,7 @@ const outputList = [
|
||||
['manager.js', 'manager.cjs'],
|
||||
],
|
||||
['node_modules/@blocksuite/global/dist', ['utils.js']],
|
||||
['node_modules/jotai', ['vanilla.js']],
|
||||
] as [entry: string, expected: string[]][];
|
||||
|
||||
await Promise.all(
|
||||
|
@ -26,14 +26,14 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/global": "0.0.0-20230716144121-5b169b38-nightly"
|
||||
"@blocksuite/global": "0.0.0-20230716144121-5b169b38-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230716144121-5b169b38-nightly",
|
||||
"jotai": "^2.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230716144121-5b169b38-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230716144121-5b169b38-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230716144121-5b169b38-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230716144121-5b169b38-nightly",
|
||||
"jotai": "^2.2.2",
|
||||
"vite": "^4.3.9",
|
||||
"vite-plugin-dts": "3.0.2"
|
||||
},
|
||||
@ -41,8 +41,6 @@
|
||||
"@blocksuite/blocks": "*",
|
||||
"@blocksuite/editor": "*",
|
||||
"@blocksuite/lit": "*",
|
||||
"@blocksuite/store": "*",
|
||||
"jotai": "*",
|
||||
"react": "*",
|
||||
"react-dom": "*"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user