Merge pull request #19 from toeverything/feat/layout

feat: update blocksuite version
This commit is contained in:
Qi 2022-10-14 15:04:56 +08:00 committed by GitHub
commit dde59f2a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -18,9 +18,9 @@ importers:
packages/app:
specifiers:
'@blocksuite/blocks': ^0.2.4
'@blocksuite/editor': ^0.2.4
'@blocksuite/store': ^0.2.4
'@blocksuite/blocks': ^0.2.5
'@blocksuite/editor': ^0.2.5
'@blocksuite/store': ^0.2.5
'@emotion/css': ^11.10.0
'@emotion/react': ^11.10.4
'@emotion/server': ^11.10.0