feat: bump blocksuite (#5767)

Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
Yifeng Wang
2024-02-01 16:28:22 +08:00
committed by LongYinan
parent 769398591b
commit fec406f7e8
11 changed files with 131 additions and 120 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const info = await fetch(
'https://registry.npmjs.org/@blocksuite/block-std'
).then(res => res.json());
const latestVersion = info['dist-tags'].nightly;
const latestVersion = info['dist-tags'].canary;
const latestHash = latestVersion.split('-').pop();
console.info(`Upgrade blocksuite from ${oldHash} -> ${latestHash}`);