Merge remote-tracking branch 'origin/master' into feat/datacenter (#727)

This commit is contained in:
zuomeng wang
2023-01-13 14:50:15 +08:00
committed by GitHub
parent 94cad8b080
commit 3efc4b554b
4 changed files with 162 additions and 43 deletions
+3 -3
View File
@@ -11,10 +11,10 @@
"dependencies": {
"@affine/datacenter": "workspace:*",
"@affine/i18n": "workspace:*",
"@blocksuite/blocks": "0.3.1-20230109032243-37ad3ba",
"@blocksuite/editor": "0.3.1-20230109032243-37ad3ba",
"@blocksuite/blocks": "0.4.0-20230111171650-bc63456",
"@blocksuite/editor": "0.4.0-20230111171650-bc63456",
"@blocksuite/icons": "^2.0.2",
"@blocksuite/store": "0.3.1-20230109032243-37ad3ba",
"@blocksuite/store": "0.4.0-20230111171650-bc63456",
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
+2 -2
View File
@@ -26,8 +26,8 @@
"typescript": "^4.8.4"
},
"dependencies": {
"@blocksuite/blocks": "0.3.1-20230109032243-37ad3ba",
"@blocksuite/store": "0.3.1-20230109032243-37ad3ba",
"@blocksuite/blocks": "0.4.0-20230111171650-bc63456",
"@blocksuite/store": "0.4.0-20230111171650-bc63456",
"debug": "^4.3.4",
"encoding": "^0.1.13",
"firebase": "^9.15.0",