fix: update blocksuite version (#3693)

This commit is contained in:
xiaodong zuo
2023-08-11 14:24:42 +00:00
committed by GitHub
parent 1a8f849693
commit 13ac9d18af
16 changed files with 183 additions and 183 deletions
+3 -3
View File
@@ -22,9 +22,9 @@
"dist"
],
"dependencies": {
"@blocksuite/blocks": "0.0.0-20230811012734-9620bf0b-nightly",
"@blocksuite/global": "0.0.0-20230811012734-9620bf0b-nightly",
"@blocksuite/store": "0.0.0-20230811012734-9620bf0b-nightly",
"@blocksuite/blocks": "0.0.0-20230811080927-c830f4d4-nightly",
"@blocksuite/global": "0.0.0-20230811080927-c830f4d4-nightly",
"@blocksuite/store": "0.0.0-20230811080927-c830f4d4-nightly",
"jotai": "^2.2.2",
"zod": "^3.21.4"
},