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

This commit is contained in:
Alex Yang 2023-07-17 11:11:02 +08:00 committed by GitHub
parent a2dae0d592
commit 06184a765c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 7 deletions

View File

@ -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(

View File

@ -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": "*"
},

View File

@ -11277,8 +11277,6 @@ __metadata:
"@blocksuite/blocks": "*"
"@blocksuite/editor": "*"
"@blocksuite/lit": "*"
"@blocksuite/store": "*"
jotai: "*"
react: "*"
react-dom: "*"
languageName: unknown