feat: update blocksuite version

This commit is contained in:
QiShaoXuan
2022-10-14 15:04:09 +08:00
parent 88bc397816
commit 2f70a75bac
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -10,9 +10,9 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@blocksuite/blocks": "^0.2.4", "@blocksuite/blocks": "^0.2.5",
"@blocksuite/editor": "^0.2.4", "@blocksuite/editor": "^0.2.5",
"@blocksuite/store": "^0.2.4", "@blocksuite/store": "^0.2.5",
"@emotion/css": "^11.10.0", "@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.4", "@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0", "@emotion/server": "^11.10.0",
+3 -3
View File
@@ -18,9 +18,9 @@ importers:
packages/app: packages/app:
specifiers: specifiers:
'@blocksuite/blocks': ^0.2.4 '@blocksuite/blocks': ^0.2.5
'@blocksuite/editor': ^0.2.4 '@blocksuite/editor': ^0.2.5
'@blocksuite/store': ^0.2.4 '@blocksuite/store': ^0.2.5
'@emotion/css': ^11.10.0 '@emotion/css': ^11.10.0
'@emotion/react': ^11.10.4 '@emotion/react': ^11.10.4
'@emotion/server': ^11.10.0 '@emotion/server': ^11.10.0