feat: update blocksuite version

This commit is contained in:
QiShaoXuan
2022-10-14 15:33:44 +08:00
parent 2f70a75bac
commit f3e4742ede
3 changed files with 24 additions and 24 deletions

View File

@@ -10,9 +10,9 @@
"lint": "next lint"
},
"dependencies": {
"@blocksuite/blocks": "^0.2.5",
"@blocksuite/editor": "^0.2.5",
"@blocksuite/store": "^0.2.5",
"@blocksuite/blocks": "^0.2.6",
"@blocksuite/editor": "^0.2.6",
"@blocksuite/store": "^0.2.6",
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",

View File

@@ -15,7 +15,7 @@ export const Editor = () => {
const pageId = store.addBlock({
flavour: 'page',
title: 'Blocksuite live demo',
title: 'Blocksuite live demo 0.2.6',
});
const groupId = store.addBlock({ flavour: 'group' }, pageId);