refactor: migration logic (#3973)

This commit is contained in:
Alex Yang
2023-08-28 00:31:56 -05:00
parent 14d0c8ba30
commit 3d887abefc
15 changed files with 449 additions and 513 deletions
+7 -2
View File
@@ -63,7 +63,8 @@
"electron": "link:../../apps/electron/node_modules/electron",
"react": "^18.2.0",
"vite": "^4.4.9",
"vite-plugin-dts": "3.5.2"
"vite-plugin-dts": "3.5.2",
"yjs": "^13.6.7"
},
"peerDependencies": {
"@affine/templates": "*",
@@ -71,7 +72,8 @@
"@blocksuite/lit": "*",
"async-call-rpc": "*",
"electron": "*",
"react": "*"
"react": "*",
"yjs": "^13"
},
"peerDependenciesMeta": {
"@affine/templates": {
@@ -91,6 +93,9 @@
},
"react": {
"optional": true
},
"yjs": {
"optional": true
}
},
"version": "0.8.0-beta.4"