feat: bump blocksuite (#7237)

## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7346 @donteatfriedrice

## Refactor
- https://github.com/toeverything/BlockSuite/pull/7322 @L-Sun

## Misc
- https://github.com/toeverything/BlockSuite/pull/7347 @L-Sun
This commit is contained in:
donteatfriedrice
2024-06-17 12:27:04 +00:00
parent e2dbac6bf8
commit e14e110f03
7 changed files with 91 additions and 91 deletions

View File

@@ -3,8 +3,8 @@
"private": true,
"type": "module",
"devDependencies": {
"@blocksuite/global": "0.15.0-canary-202406170818-d8a3bf5",
"@blocksuite/store": "0.15.0-canary-202406170818-d8a3bf5",
"@blocksuite/global": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/store": "0.15.0-canary-202406171041-ddba72b",
"react": "18.3.1",
"react-dom": "18.3.1",
"vitest": "1.6.0"

View File

@@ -13,9 +13,9 @@
"@affine/debug": "workspace:*",
"@affine/env": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/blocks": "0.15.0-canary-202406170818-d8a3bf5",
"@blocksuite/global": "0.15.0-canary-202406170818-d8a3bf5",
"@blocksuite/store": "0.15.0-canary-202406170818-d8a3bf5",
"@blocksuite/blocks": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/global": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/store": "0.15.0-canary-202406171041-ddba72b",
"@datastructures-js/binary-search-tree": "^5.3.2",
"foxact": "^0.2.33",
"jotai": "^2.8.0",
@@ -29,8 +29,8 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/block-std": "0.15.0-canary-202406170818-d8a3bf5",
"@blocksuite/presets": "0.15.0-canary-202406170818-d8a3bf5",
"@blocksuite/block-std": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/presets": "0.15.0-canary-202406171041-ddba72b",
"@testing-library/react": "^16.0.0",
"async-call-rpc": "^6.4.0",
"react": "^18.2.0",