mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
fix(plugin-infra): dependencies (#3252)
This commit is contained in:
@@ -27,6 +27,7 @@ const outputList = [
|
|||||||
['manager.js', 'manager.cjs'],
|
['manager.js', 'manager.cjs'],
|
||||||
],
|
],
|
||||||
['node_modules/@blocksuite/global/dist', ['utils.js']],
|
['node_modules/@blocksuite/global/dist', ['utils.js']],
|
||||||
|
['node_modules/jotai', ['vanilla.js']],
|
||||||
] as [entry: string, expected: string[]][];
|
] as [entry: string, expected: string[]][];
|
||||||
|
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
|
|||||||
@@ -26,14 +26,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"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": {
|
"devDependencies": {
|
||||||
"@blocksuite/blocks": "0.0.0-20230716144121-5b169b38-nightly",
|
"@blocksuite/blocks": "0.0.0-20230716144121-5b169b38-nightly",
|
||||||
"@blocksuite/editor": "0.0.0-20230716144121-5b169b38-nightly",
|
"@blocksuite/editor": "0.0.0-20230716144121-5b169b38-nightly",
|
||||||
"@blocksuite/lit": "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": "^4.3.9",
|
||||||
"vite-plugin-dts": "3.0.2"
|
"vite-plugin-dts": "3.0.2"
|
||||||
},
|
},
|
||||||
@@ -41,8 +41,6 @@
|
|||||||
"@blocksuite/blocks": "*",
|
"@blocksuite/blocks": "*",
|
||||||
"@blocksuite/editor": "*",
|
"@blocksuite/editor": "*",
|
||||||
"@blocksuite/lit": "*",
|
"@blocksuite/lit": "*",
|
||||||
"@blocksuite/store": "*",
|
|
||||||
"jotai": "*",
|
|
||||||
"react": "*",
|
"react": "*",
|
||||||
"react-dom": "*"
|
"react-dom": "*"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -11277,8 +11277,6 @@ __metadata:
|
|||||||
"@blocksuite/blocks": "*"
|
"@blocksuite/blocks": "*"
|
||||||
"@blocksuite/editor": "*"
|
"@blocksuite/editor": "*"
|
||||||
"@blocksuite/lit": "*"
|
"@blocksuite/lit": "*"
|
||||||
"@blocksuite/store": "*"
|
|
||||||
jotai: "*"
|
|
||||||
react: "*"
|
react: "*"
|
||||||
react-dom: "*"
|
react-dom: "*"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
|
|||||||
Reference in New Issue
Block a user