mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
feat(core): bump blocksuite (#7019)
## Features - https://github.com/toeverything/BlockSuite/pull/7075 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/7090 @doouding - https://github.com/toeverything/BlockSuite/pull/7095 @golok727 ## Bugfix - https://github.com/toeverything/BlockSuite/pull/7108 @fundon - https://github.com/toeverything/BlockSuite/pull/7110 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/7105 @regischen - https://github.com/toeverything/BlockSuite/pull/7064 @fundon - https://github.com/toeverything/BlockSuite/pull/7102 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7091 @zzj3720 ## Refactor - https://github.com/toeverything/BlockSuite/pull/7088 @Mirone ## Misc - https://github.com/toeverything/BlockSuite/pull/7097 @CatsJuice
This commit is contained in:
4
packages/common/env/package.json
vendored
4
packages/common/env/package.json
vendored
@@ -3,8 +3,8 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@blocksuite/global": "0.15.0-canary-202405170804-01f8131",
|
||||
"@blocksuite/store": "0.15.0-canary-202405170804-01f8131",
|
||||
"@blocksuite/global": "0.15.0-canary-202405220232-f77e239",
|
||||
"@blocksuite/store": "0.15.0-canary-202405220232-f77e239",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"vitest": "1.6.0"
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
"@affine/debug": "workspace:*",
|
||||
"@affine/env": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@blocksuite/blocks": "0.15.0-canary-202405170804-01f8131",
|
||||
"@blocksuite/global": "0.15.0-canary-202405170804-01f8131",
|
||||
"@blocksuite/store": "0.15.0-canary-202405170804-01f8131",
|
||||
"@blocksuite/blocks": "0.15.0-canary-202405220232-f77e239",
|
||||
"@blocksuite/global": "0.15.0-canary-202405220232-f77e239",
|
||||
"@blocksuite/store": "0.15.0-canary-202405220232-f77e239",
|
||||
"@datastructures-js/binary-search-tree": "^5.3.2",
|
||||
"foxact": "^0.2.33",
|
||||
"jotai": "^2.8.0",
|
||||
@@ -30,8 +30,8 @@
|
||||
"devDependencies": {
|
||||
"@affine-test/fixtures": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@blocksuite/block-std": "0.15.0-canary-202405170804-01f8131",
|
||||
"@blocksuite/presets": "0.15.0-canary-202405170804-01f8131",
|
||||
"@blocksuite/block-std": "0.15.0-canary-202405220232-f77e239",
|
||||
"@blocksuite/presets": "0.15.0-canary-202405220232-f77e239",
|
||||
"@testing-library/react": "^15.0.0",
|
||||
"async-call-rpc": "^6.4.0",
|
||||
"react": "^18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user