chore: bump bs to lts (#8147)

This commit is contained in:
Saul-Mirone
2024-09-06 10:54:18 +00:00
parent e822bbd2dd
commit 84ebe62edc
12 changed files with 236 additions and 267 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ const info = await fetch(
'https://registry.npmjs.org/@blocksuite/block-std'
).then(res => res.json());
const latestVersion = info['dist-tags'].canary;
const latestVersion = info['dist-tags'].latest;
const latestHash = latestVersion.split('-').pop();
if (oldHash === latestHash) {
+1 -1
View File
@@ -6,7 +6,7 @@
"@affine/env": "workspace:*",
"@affine/templates": "workspace:*",
"@aws-sdk/client-s3": "^3.620.0",
"@blocksuite/presets": "0.0.0-canary-20240905130451",
"@blocksuite/presets": "0.17.2",
"@clack/core": "^0.3.4",
"@clack/prompts": "^0.7.0",
"@magic-works/i18n-codegen": "^0.6.0",