refactor: migration logic (#3973)

This commit is contained in:
Alex Yang
2023-08-28 00:31:56 -05:00
committed by GitHub
parent c2d902bd1e
commit b9c4b88a6b
16 changed files with 459 additions and 435 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.9.0-canary.0"