mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat: update blocksuite version
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user