chore: bump blocksuite version (#4862)

This commit is contained in:
Hongtao Lye
2023-11-08 15:12:48 +08:00
committed by GitHub
parent b7edaab387
commit 12c72e63b1
22 changed files with 263 additions and 242 deletions

View File

@@ -3,8 +3,8 @@
"private": true,
"type": "module",
"devDependencies": {
"@blocksuite/global": "0.0.0-20231101080734-aa27dc89-nightly",
"@blocksuite/store": "0.0.0-20231101080734-aa27dc89-nightly",
"@blocksuite/global": "0.0.0-20231108041746-2e7e3467-nightly",
"@blocksuite/store": "0.0.0-20231108041746-2e7e3467-nightly",
"react": "18.2.0",
"react-dom": "18.2.0",
"vitest": "0.34.6",
@@ -25,7 +25,7 @@
"@toeverything/infra": "workspace:*"
},
"dependencies": {
"lit": "^2.8.0"
"lit": "^3.0.2"
},
"version": "0.10.0-canary.13"
}