chore: update blocksuite including providing fetching header

This commit is contained in:
x1a0t
2023-01-13 15:59:17 +08:00
parent d09d70abfe
commit fabd76edbe
3 changed files with 31 additions and 31 deletions
+3 -3
View File
@@ -11,10 +11,10 @@
"dependencies": {
"@affine/datacenter": "workspace:*",
"@affine/i18n": "workspace:*",
"@blocksuite/blocks": "0.4.0-20230111171650-bc63456",
"@blocksuite/editor": "0.4.0-20230111171650-bc63456",
"@blocksuite/blocks": "0.4.0-20230113023110-28a7fdc",
"@blocksuite/editor": "0.4.0-20230113023110-28a7fdc",
"@blocksuite/icons": "^2.0.2",
"@blocksuite/store": "0.4.0-20230111171650-bc63456",
"@blocksuite/store": "0.4.0-20230113023110-28a7fdc",
"@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.4.0-20230111171650-bc63456",
"@blocksuite/store": "0.4.0-20230111171650-bc63456",
"@blocksuite/blocks": "0.4.0-20230113023110-28a7fdc",
"@blocksuite/store": "0.4.0-20230113023110-28a7fdc",
"debug": "^4.3.4",
"encoding": "^0.1.13",
"firebase": "^9.15.0",