mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-23 04:51:49 +08: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:
@@ -18,13 +18,13 @@
|
||||
"@affine/graphql": "workspace:*",
|
||||
"@affine/i18n": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@blocksuite/block-std": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/blocks": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/global": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/block-std": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"@blocksuite/blocks": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"@blocksuite/global": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"@blocksuite/icons": "2.1.46",
|
||||
"@blocksuite/inline": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/presets": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/store": "0.14.0-canary-202404230733-3d78884",
|
||||
"@blocksuite/inline": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"@blocksuite/presets": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"@blocksuite/store": "0.14.0-canary-202404250407-4c48d8d",
|
||||
"@dnd-kit/core": "^6.1.0",
|
||||
"@dnd-kit/modifiers": "^7.0.0",
|
||||
"@dnd-kit/sortable": "^8.0.0",
|
||||
|
||||
@@ -42,6 +42,7 @@ const TRACKED_ACTIONS: Record<AIAction, boolean> = {
|
||||
createSlides: true,
|
||||
createImage: true,
|
||||
expandMindmap: true,
|
||||
continueWriting: true,
|
||||
};
|
||||
|
||||
const provideAction = <T extends AIAction>(
|
||||
|
||||
Reference in New Issue
Block a user