mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 18:02:47 +08:00
fix: remove redundant package in data-center
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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
2
pnpm-lock.yaml
generated
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user