chore: bump up blocksuite to v0.17.14 (#8326)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mirone <Saul-Mirone@outlook.com>
This commit is contained in:
renovate[bot]
2024-09-20 07:44:19 +00:00
committed by GitHub
parent 849193b4ab
commit cfd09b6634
10 changed files with 186 additions and 185 deletions

View File

@@ -3,8 +3,8 @@
"private": true,
"type": "module",
"devDependencies": {
"@blocksuite/global": "0.17.13",
"@blocksuite/store": "0.17.13",
"@blocksuite/global": "0.17.14",
"@blocksuite/store": "0.17.14",
"vitest": "2.1.1"
},
"exports": {

View File

@@ -1,5 +1,3 @@
/// <reference types="@blocksuite/global" />
import { UaHelper } from './ua-helper.js';
export type BUILD_CONFIG_TYPE = {

View File

@@ -14,10 +14,10 @@
"@affine/debug": "workspace:*",
"@affine/env": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/blocks": "0.17.13",
"@blocksuite/global": "0.17.13",
"@blocksuite/presets": "0.17.13",
"@blocksuite/store": "0.17.13",
"@blocksuite/blocks": "0.17.14",
"@blocksuite/global": "0.17.14",
"@blocksuite/presets": "0.17.14",
"@blocksuite/store": "0.17.14",
"@datastructures-js/binary-search-tree": "^5.3.2",
"foxact": "^0.2.33",
"fuse.js": "^7.0.0",
@@ -34,7 +34,7 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/presets": "0.17.13",
"@blocksuite/presets": "0.17.14",
"@testing-library/react": "^16.0.0",
"fake-indexeddb": "^6.0.0",
"react": "^18.2.0",

View File

@@ -1,3 +1,5 @@
import type { BlockSuiteFlags } from '@blocksuite/global/types';
type FeedbackType = 'discord' | 'email' | 'github';
export type FlagInfo = {