fix: remove redundant package in data-center

This commit is contained in:
x1a0t
2023-01-12 18:05:00 +08:00
parent f9654ce31c
commit f78ee0670e
3 changed files with 1 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
"postinstall": "husky install", "postinstall": "husky install",
"notify": "node --experimental-modules scripts/notify.mjs", "notify": "node --experimental-modules scripts/notify.mjs",
"check:ci": "pnpm lint & pnpm test", "check:ci": "pnpm lint & pnpm test",
"update:blocksuite": "pnpm i --filter @affine/app --filter @affine/datacenter @blocksuite/blocks@nightly @blocksuite/store@nightly @blocksuite/editor@nightly" "update:blocksuite": "pnpm i --filter @affine/app --filter @affine/datacenter @blocksuite/blocks@nightly @blocksuite/store@nightly && pnpm i --filter @affine/app @blocksuite/editor@nightly"
}, },
"lint-staged": { "lint-staged": {
"*": "prettier --write --ignore-unknown", "*": "prettier --write --ignore-unknown",

View File

@@ -27,7 +27,6 @@
}, },
"dependencies": { "dependencies": {
"@blocksuite/blocks": "0.4.0-20230111171650-bc63456", "@blocksuite/blocks": "0.4.0-20230111171650-bc63456",
"@blocksuite/editor": "0.4.0-20230111171650-bc63456",
"@blocksuite/store": "0.4.0-20230111171650-bc63456", "@blocksuite/store": "0.4.0-20230111171650-bc63456",
"debug": "^4.3.4", "debug": "^4.3.4",
"encoding": "^0.1.13", "encoding": "^0.1.13",

2
pnpm-lock.yaml generated
View File

@@ -124,7 +124,6 @@ importers:
packages/data-center: packages/data-center:
specifiers: specifiers:
'@blocksuite/blocks': 0.4.0-20230111171650-bc63456 '@blocksuite/blocks': 0.4.0-20230111171650-bc63456
'@blocksuite/editor': 0.4.0-20230111171650-bc63456
'@blocksuite/store': 0.4.0-20230111171650-bc63456 '@blocksuite/store': 0.4.0-20230111171650-bc63456
'@playwright/test': ^1.29.1 '@playwright/test': ^1.29.1
'@types/debug': ^4.1.7 '@types/debug': ^4.1.7
@@ -142,7 +141,6 @@ importers:
yjs: ^13.5.44 yjs: ^13.5.44
dependencies: dependencies:
'@blocksuite/blocks': 0.4.0-20230111171650-bc63456_yjs@13.5.44 '@blocksuite/blocks': 0.4.0-20230111171650-bc63456_yjs@13.5.44
'@blocksuite/editor': 0.4.0-20230111171650-bc63456_yjs@13.5.44
'@blocksuite/store': 0.4.0-20230111171650-bc63456_yjs@13.5.44 '@blocksuite/store': 0.4.0-20230111171650-bc63456_yjs@13.5.44
debug: 4.3.4 debug: 4.3.4
encoding: 0.1.13 encoding: 0.1.13