feat: bump blocksuite (#7372)

This commit is contained in:
Flrande
2024-07-01 19:21:14 +08:00
committed by GitHub
parent 3bbb657a78
commit 4d484ea814
9 changed files with 91 additions and 98 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
"private": true,
"type": "module",
"devDependencies": {
"@blocksuite/global": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/store": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/global": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/store": "0.15.0-canary-202407011031-17e7b65",
"react": "18.3.1",
"react-dom": "18.3.1",
"vitest": "1.6.0"
+5 -5
View File
@@ -13,9 +13,9 @@
"@affine/debug": "workspace:*",
"@affine/env": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/blocks": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/global": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/store": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/blocks": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/global": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/store": "0.15.0-canary-202407011031-17e7b65",
"@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-202406280242-21d8d15",
"@blocksuite/presets": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/block-std": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/presets": "0.15.0-canary-202407011031-17e7b65",
"@testing-library/react": "^16.0.0",
"async-call-rpc": "^6.4.0",
"react": "^18.2.0",
+5 -5
View File
@@ -76,12 +76,12 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@blocksuite/block-std": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/blocks": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/global": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/block-std": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/blocks": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/global": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/icons": "2.1.58",
"@blocksuite/presets": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/store": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/presets": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/store": "0.15.0-canary-202407011031-17e7b65",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
+6 -6
View File
@@ -19,13 +19,13 @@
"@affine/graphql": "workspace:*",
"@affine/i18n": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/block-std": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/blocks": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/global": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/block-std": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/blocks": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/global": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/icons": "2.1.58",
"@blocksuite/inline": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/presets": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/store": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/inline": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/presets": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/store": "0.15.0-canary-202407011031-17e7b65",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
@@ -168,12 +168,6 @@ export class AskAIButton extends WithDisposable(LitElement) {
});
};
override firstUpdated() {
this.disposables.add(() => {
this._edgeless?.tool.setEdgelessTool({ type: 'default' });
});
}
override disconnectedCallback() {
super.disconnectedCallback();
this._clearAbortController();
@@ -126,7 +126,6 @@ const blocksuiteFeatureFlags: Partial<Record<keyof BlockSuiteFlags, string>> = {
enable_expand_database_block: 'Enable Expand Database Block',
enable_database_statistics: 'Enable Database Block Statistics',
enable_block_query: 'Enable Todo Block Query',
enable_edgeless_text: 'Enable New Edgeless Text',
enable_ai_onboarding: 'Enable AI Onboarding',
};
+4 -4
View File
@@ -29,10 +29,10 @@
"@affine/env": "workspace:*",
"@affine/i18n": "workspace:*",
"@affine/native": "workspace:*",
"@blocksuite/block-std": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/blocks": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/presets": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/store": "0.15.0-canary-202406280242-21d8d15",
"@blocksuite/block-std": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/blocks": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/presets": "0.15.0-canary-202407011031-17e7b65",
"@blocksuite/store": "0.15.0-canary-202407011031-17e7b65",
"@electron-forge/cli": "^7.3.0",
"@electron-forge/core": "^7.3.0",
"@electron-forge/core-utils": "^7.3.0",