chore: update blocksuite to 0.0.0-20230512192655-e61e272b-nightly (#2352)

This commit is contained in:
Himself65
2023-05-13 04:39:05 +08:00
committed by LongYinan
parent 1aef8862ad
commit b15eae11cf
12 changed files with 172 additions and 131 deletions

View File

@@ -7,16 +7,18 @@
"jotai": "^2.1.0"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230509150141-055b5702-nightly",
"@blocksuite/editor": "0.0.0-20230509150141-055b5702-nightly",
"@blocksuite/global": "0.0.0-20230509150141-055b5702-nightly",
"@blocksuite/store": "0.0.0-20230509150141-055b5702-nightly",
"@blocksuite/blocks": "0.0.0-20230512192655-e61e272b-nightly",
"@blocksuite/editor": "0.0.0-20230512192655-e61e272b-nightly",
"@blocksuite/global": "0.0.0-20230512192655-e61e272b-nightly",
"@blocksuite/lit": "0.0.0-20230512192655-e61e272b-nightly",
"@blocksuite/store": "0.0.0-20230512070537-44e59e48-nightly",
"lottie-web": "^5.11.0"
},
"peerDependencies": {
"@blocksuite/blocks": "*",
"@blocksuite/editor": "*",
"@blocksuite/global": "*",
"@blocksuite/lit": "*",
"@blocksuite/store": "*",
"lottie-web": "*"
},