mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
chore: bump blocksuite (#6694)
## Features - https://github.com/toeverything/BlockSuite/pull/6863 @regischen - https://github.com/toeverything/BlockSuite/pull/6852 @doouding - https://github.com/toeverything/BlockSuite/pull/6860 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6856 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6849 @fundon ## Bugfix - https://github.com/toeverything/BlockSuite/pull/6873 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6870 @golok727 - https://github.com/toeverything/BlockSuite/pull/6851 @golok727 - https://github.com/toeverything/BlockSuite/pull/6848 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6847 @fundon - https://github.com/toeverything/BlockSuite/pull/6867 @EYHN - https://github.com/toeverything/BlockSuite/pull/6868 @fundon - https://github.com/toeverything/BlockSuite/pull/6869 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6865 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6866 @fundon - https://github.com/toeverything/BlockSuite/pull/6864 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6824 @undefined - https://github.com/toeverything/BlockSuite/pull/6859 @fundon - https://github.com/toeverything/BlockSuite/pull/6853 @fundon - https://github.com/toeverything/BlockSuite/pull/6854 @fundon - https://github.com/toeverything/BlockSuite/pull/6845 @fourdim ## Refactor - https://github.com/toeverything/BlockSuite/pull/6872 @fundon ## Misc
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.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/store": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/global": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"@blocksuite/store": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"vitest": "1.4.0"
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
"@affine/debug": "workspace:*",
|
||||
"@affine/env": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@blocksuite/blocks": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/global": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/store": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/blocks": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"@blocksuite/global": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"@blocksuite/store": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"@datastructures-js/binary-search-tree": "^5.3.2",
|
||||
"foxact": "^0.2.33",
|
||||
"jotai": "^2.8.0",
|
||||
@@ -28,8 +28,8 @@
|
||||
"devDependencies": {
|
||||
"@affine-test/fixtures": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@blocksuite/block-std": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/presets": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/block-std": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"@blocksuite/presets": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"@testing-library/react": "^15.0.0",
|
||||
"async-call-rpc": "^6.4.0",
|
||||
"react": "^18.2.0",
|
||||
|
||||
@@ -32,14 +32,14 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/global": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/global": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"idb": "^8.0.0",
|
||||
"nanoid": "^5.0.7",
|
||||
"y-provider": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/store": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/blocks": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"@blocksuite/store": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"fake-indexeddb": "^5.0.2",
|
||||
"vite": "^5.2.8",
|
||||
"vite-plugin-dts": "3.8.1",
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"build": "vite build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/store": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/store": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"vite": "^5.1.4",
|
||||
"vite-plugin-dts": "3.7.3",
|
||||
"vitest": "1.4.0",
|
||||
|
||||
Reference in New Issue
Block a user