mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 05:07:06 +08:00
feat: bump blocksuite (#6123)
This commit is contained in:
@@ -25,14 +25,14 @@
|
||||
"@affine/i18n": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@affine/workspace-impl": "workspace:*",
|
||||
"@blocksuite/block-std": "0.13.0-canary-202403140320-a2b362b",
|
||||
"@blocksuite/blocks": "0.13.0-canary-202403140320-a2b362b",
|
||||
"@blocksuite/global": "0.13.0-canary-202403140320-a2b362b",
|
||||
"@blocksuite/block-std": "0.13.0-canary-202403140735-2367cd5",
|
||||
"@blocksuite/blocks": "0.13.0-canary-202403140735-2367cd5",
|
||||
"@blocksuite/global": "0.13.0-canary-202403140735-2367cd5",
|
||||
"@blocksuite/icons": "2.1.45",
|
||||
"@blocksuite/inline": "0.13.0-canary-202403140320-a2b362b",
|
||||
"@blocksuite/lit": "0.13.0-canary-202403140320-a2b362b",
|
||||
"@blocksuite/presets": "0.13.0-canary-202403140320-a2b362b",
|
||||
"@blocksuite/store": "0.13.0-canary-202403140320-a2b362b",
|
||||
"@blocksuite/inline": "0.13.0-canary-202403140735-2367cd5",
|
||||
"@blocksuite/lit": "0.13.0-canary-202403140735-2367cd5",
|
||||
"@blocksuite/presets": "0.13.0-canary-202403140735-2367cd5",
|
||||
"@blocksuite/store": "0.13.0-canary-202403140735-2367cd5",
|
||||
"@dnd-kit/core": "^6.1.0",
|
||||
"@dnd-kit/modifiers": "^7.0.0",
|
||||
"@dnd-kit/sortable": "^8.0.0",
|
||||
|
||||
-1
@@ -172,7 +172,6 @@ const SplitViewSettingRow = () => {
|
||||
const blocksuiteFeatureFlags: Partial<Record<keyof BlockSuiteFlags, string>> = {
|
||||
enable_synced_doc_block: 'Enable Synced Doc Block',
|
||||
enable_expand_database_block: 'Enable Expand Database Block',
|
||||
enable_bultin_ledits: 'Edit with LEDITS',
|
||||
};
|
||||
|
||||
const BlocksuiteFeatureFlagSettings = () => {
|
||||
|
||||
Reference in New Issue
Block a user