Merge pull request #718 from toeverything/0112-fix-update-script

fix: remove redundant package in data-center
This commit is contained in:
DarkSky 2023-01-12 19:02:01 +08:00 committed by GitHub
commit d09d70abfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 4 deletions

View File

@ -20,7 +20,7 @@
"postinstall": "husky install",
"notify": "node --experimental-modules scripts/notify.mjs",
"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": {
"*": "prettier --write --ignore-unknown",

View File

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

View File

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