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

This commit is contained in:
Alex Yang
2023-07-17 11:11:02 +08:00
parent 58dc0f2b2f
commit 02506bcda4
3 changed files with 4 additions and 7 deletions

View File

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

View File

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

View File

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