mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 13:31:37 +03:00
feat: bump bs (#7198)
## Features - https://github.com/toeverything/BlockSuite/pull/7264 @CatsJuice - https://github.com/toeverything/BlockSuite/pull/7182 @CatsJuice - https://github.com/toeverything/BlockSuite/pull/7181 @CatsJuice ## Bugfix - https://github.com/toeverything/BlockSuite/pull/7273 @L-Sun - https://github.com/toeverything/BlockSuite/pull/7272 @doouding - https://github.com/toeverything/BlockSuite/pull/7263 @doouding - https://github.com/toeverything/BlockSuite/pull/7252 @fourdim - https://github.com/toeverything/BlockSuite/pull/7261 @fundon ## Refactor - https://github.com/toeverything/BlockSuite/pull/7271 @golok727 ## Misc - https://github.com/toeverything/BlockSuite/pull/7274 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7266 @Saul-Mirone
This commit is contained in:
parent
a7427a4f8d
commit
ec8b2cc32a
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.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/store": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/global": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/store": "0.15.0-canary-202406111431-81a6bee",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"vitest": "1.6.0"
|
||||
|
@ -13,9 +13,9 @@
|
||||
"@affine/debug": "workspace:*",
|
||||
"@affine/env": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@blocksuite/blocks": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/global": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/store": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/blocks": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/global": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/store": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@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-202406110235-fe25c50",
|
||||
"@blocksuite/presets": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/block-std": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/presets": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"async-call-rpc": "^6.4.0",
|
||||
"react": "^18.2.0",
|
||||
|
@ -75,12 +75,12 @@
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/block-std": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/blocks": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/global": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/block-std": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/blocks": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/global": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/icons": "2.1.54",
|
||||
"@blocksuite/presets": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/store": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/presets": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/store": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@storybook/addon-actions": "^7.6.17",
|
||||
"@storybook/addon-essentials": "^7.6.17",
|
||||
"@storybook/addon-interactions": "^7.6.17",
|
||||
|
@ -18,13 +18,13 @@
|
||||
"@affine/graphql": "workspace:*",
|
||||
"@affine/i18n": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@blocksuite/block-std": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/blocks": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/global": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/block-std": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/blocks": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/global": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/icons": "2.1.54",
|
||||
"@blocksuite/inline": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/presets": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/store": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/inline": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/presets": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/store": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@dnd-kit/core": "^6.1.0",
|
||||
"@dnd-kit/modifiers": "^7.0.0",
|
||||
"@dnd-kit/sortable": "^8.0.0",
|
||||
|
@ -29,10 +29,10 @@
|
||||
"@affine/env": "workspace:*",
|
||||
"@affine/i18n": "workspace:*",
|
||||
"@affine/native": "workspace:*",
|
||||
"@blocksuite/block-std": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/blocks": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/presets": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/store": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/block-std": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/blocks": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/presets": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@blocksuite/store": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@electron-forge/cli": "^7.3.0",
|
||||
"@electron-forge/core": "^7.3.0",
|
||||
"@electron-forge/core-utils": "^7.3.0",
|
||||
|
@ -6,7 +6,7 @@
|
||||
"@affine/env": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@aws-sdk/client-s3": "3.592.0",
|
||||
"@blocksuite/presets": "0.15.0-canary-202406110235-fe25c50",
|
||||
"@blocksuite/presets": "0.15.0-canary-202406111431-81a6bee",
|
||||
"@clack/core": "^0.3.4",
|
||||
"@clack/prompts": "^0.7.0",
|
||||
"@magic-works/i18n-codegen": "^0.6.0",
|
||||
|
@ -50,5 +50,10 @@ export default defineConfig({
|
||||
reporter: ['lcov'],
|
||||
reportsDirectory: resolve(rootDir, '.coverage/store'),
|
||||
},
|
||||
server: {
|
||||
deps: {
|
||||
inline: ['@blocksuite/blocks'],
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
165
yarn.lock
165
yarn.lock
@ -166,7 +166,7 @@ __metadata:
|
||||
"@affine/env": "workspace:*"
|
||||
"@affine/templates": "workspace:*"
|
||||
"@aws-sdk/client-s3": "npm:3.592.0"
|
||||
"@blocksuite/presets": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/presets": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@clack/core": "npm:^0.3.4"
|
||||
"@clack/prompts": "npm:^0.7.0"
|
||||
"@magic-works/i18n-codegen": "npm:^0.6.0"
|
||||
@ -219,12 +219,12 @@ __metadata:
|
||||
"@affine/electron-api": "workspace:*"
|
||||
"@affine/graphql": "workspace:*"
|
||||
"@affine/i18n": "workspace:*"
|
||||
"@blocksuite/block-std": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/blocks": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/block-std": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/blocks": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/icons": "npm:2.1.54"
|
||||
"@blocksuite/presets": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/store": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/presets": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/store": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@dnd-kit/core": "npm:^6.1.0"
|
||||
"@dnd-kit/modifiers": "npm:^7.0.0"
|
||||
"@dnd-kit/sortable": "npm:^8.0.0"
|
||||
@ -320,13 +320,13 @@ __metadata:
|
||||
"@affine/graphql": "workspace:*"
|
||||
"@affine/i18n": "workspace:*"
|
||||
"@affine/templates": "workspace:*"
|
||||
"@blocksuite/block-std": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/blocks": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/block-std": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/blocks": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/icons": "npm:2.1.54"
|
||||
"@blocksuite/inline": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/presets": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/store": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/inline": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/presets": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/store": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@dnd-kit/core": "npm:^6.1.0"
|
||||
"@dnd-kit/modifiers": "npm:^7.0.0"
|
||||
"@dnd-kit/sortable": "npm:^8.0.0"
|
||||
@ -449,10 +449,10 @@ __metadata:
|
||||
"@affine/env": "workspace:*"
|
||||
"@affine/i18n": "workspace:*"
|
||||
"@affine/native": "workspace:*"
|
||||
"@blocksuite/block-std": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/blocks": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/presets": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/store": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/block-std": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/blocks": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/presets": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/store": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@electron-forge/cli": "npm:^7.3.0"
|
||||
"@electron-forge/core": "npm:^7.3.0"
|
||||
"@electron-forge/core-utils": "npm:^7.3.0"
|
||||
@ -508,8 +508,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@affine/env@workspace:packages/common/env"
|
||||
dependencies:
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/store": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/store": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
lit: "npm:^3.1.2"
|
||||
react: "npm:18.3.1"
|
||||
react-dom: "npm:18.3.1"
|
||||
@ -3344,40 +3344,41 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@blocksuite/block-std@npm:0.15.0-canary-202406110235-fe25c50":
|
||||
version: 0.15.0-canary-202406110235-fe25c50
|
||||
resolution: "@blocksuite/block-std@npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/block-std@npm:0.15.0-canary-202406111431-81a6bee":
|
||||
version: 0.15.0-canary-202406111431-81a6bee
|
||||
resolution: "@blocksuite/block-std@npm:0.15.0-canary-202406111431-81a6bee"
|
||||
dependencies:
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
lit: "npm:^3.1.3"
|
||||
lz-string: "npm:^1.5.0"
|
||||
w3c-keyname: "npm:^2.2.8"
|
||||
zod: "npm:^3.23.8"
|
||||
peerDependencies:
|
||||
"@blocksuite/inline": 0.15.0-canary-202406110235-fe25c50
|
||||
"@blocksuite/store": 0.15.0-canary-202406110235-fe25c50
|
||||
checksum: 10/1a9130c2872ba02791565a972e43c991e66a3012222a3d408b9b874836ce2285e31f8e0905e17d8135c604c135d3433182394f9fcfb50450b8955e85dc0173e9
|
||||
"@blocksuite/inline": 0.15.0-canary-202406111431-81a6bee
|
||||
"@blocksuite/store": 0.15.0-canary-202406111431-81a6bee
|
||||
checksum: 10/cd10b4098c8b08daea7d99460059bb5f632c6241aad8dc5e9aa40f7ce46cf1dded1b3ee4d23030a58401567ea7db58a7711c4e846c44850861ccc10c73f8998f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@blocksuite/blocks@npm:0.15.0-canary-202406110235-fe25c50":
|
||||
version: 0.15.0-canary-202406110235-fe25c50
|
||||
resolution: "@blocksuite/blocks@npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/blocks@npm:0.15.0-canary-202406111431-81a6bee":
|
||||
version: 0.15.0-canary-202406111431-81a6bee
|
||||
resolution: "@blocksuite/blocks@npm:0.15.0-canary-202406111431-81a6bee"
|
||||
dependencies:
|
||||
"@blocksuite/block-std": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/inline": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/store": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/block-std": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/inline": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/store": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@dotlottie/player-component": "npm:^2.7.12"
|
||||
"@fal-ai/serverless-client": "npm:^0.10.0"
|
||||
"@floating-ui/dom": "npm:^1.6.5"
|
||||
"@lit/context": "npm:^1.1.1"
|
||||
"@sgtpooki/file-type": "npm:1.0.1"
|
||||
"@toeverything/theme": "npm:^0.7.30"
|
||||
"@toeverything/theme": "npm:^0.7.32"
|
||||
"@types/hast": "npm:^3.0.4"
|
||||
"@types/mdast": "npm:^4.0.4"
|
||||
"@types/sortablejs": "npm:^1.15.8"
|
||||
date-fns: "npm:^3.6.0"
|
||||
dompurify: "npm:^3.1.4"
|
||||
figma-squircle: "npm:^0.3.1"
|
||||
fractional-indexing: "npm:^3.2.0"
|
||||
html2canvas: "npm:^1.4.1"
|
||||
jszip: "npm:^3.10.1"
|
||||
@ -3394,7 +3395,6 @@ __metadata:
|
||||
micromark-util-combine-extensions: "npm:^2.0.0"
|
||||
minimatch: "npm:^9.0.4"
|
||||
nanoid: "npm:^5.0.7"
|
||||
openai: "npm:^4.47.2"
|
||||
pdf-lib: "npm:^1.17.1"
|
||||
rehype-parse: "npm:^9.0.0"
|
||||
rehype-stringify: "npm:^10.0.0"
|
||||
@ -3404,17 +3404,17 @@ __metadata:
|
||||
sortablejs: "npm:^1.15.2"
|
||||
unified: "npm:^11.0.4"
|
||||
zod: "npm:^3.23.8"
|
||||
checksum: 10/60c63bfb90b1df83ce7f3c86ac98ac174dba3bdcb6ec2a28b96fb0e6a0e80f3049c976e0499dbd47832d64e8ac7df0a922f3109af162763176aa9f321870ca1c
|
||||
checksum: 10/d7e6d246bff5a543ed0cc787990d5d5b8d5b8df4a293d16978d17419ab114156eacc18bd9a01703c9ad29373d3fdab2a094eef0ba5e739d87bcbeec4110f8333
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@blocksuite/global@npm:0.15.0-canary-202406110235-fe25c50":
|
||||
version: 0.15.0-canary-202406110235-fe25c50
|
||||
resolution: "@blocksuite/global@npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/global@npm:0.15.0-canary-202406111431-81a6bee":
|
||||
version: 0.15.0-canary-202406111431-81a6bee
|
||||
resolution: "@blocksuite/global@npm:0.15.0-canary-202406111431-81a6bee"
|
||||
dependencies:
|
||||
lib0: "npm:^0.2.94"
|
||||
zod: "npm:^3.23.8"
|
||||
checksum: 10/388138105ffecaa4c7b0a8ba2006cdbfcd2c4a83922e4122cb14f58df93f34ef9f826815e70e95008eb5104506fd108331ca0fa278d7bff2f85d28f892e3adcf
|
||||
checksum: 10/118af0136d3e912c071c0c9826a009f0df778e5a8d296001dc6cbe53b341bf6dbdda91097489d3999655cfd6c7e37be77796c78d0c2651f0bb47d667135e5762
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -3428,48 +3428,47 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@blocksuite/inline@npm:0.15.0-canary-202406110235-fe25c50":
|
||||
version: 0.15.0-canary-202406110235-fe25c50
|
||||
resolution: "@blocksuite/inline@npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/inline@npm:0.15.0-canary-202406111431-81a6bee":
|
||||
version: 0.15.0-canary-202406111431-81a6bee
|
||||
resolution: "@blocksuite/inline@npm:0.15.0-canary-202406111431-81a6bee"
|
||||
dependencies:
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
zod: "npm:^3.23.8"
|
||||
peerDependencies:
|
||||
lit: ^3.1.1
|
||||
yjs: ^13.6.15
|
||||
checksum: 10/d3e4a46dd30f4306a5a429b7b7c70a945568f315d974adfd667bd348b2a3a2ec9e1e4ead0c43925611e8016a06ebfd508a1ec21a4cbf4271b5ef0fb3b9130833
|
||||
checksum: 10/704f8dcebff549b9fca29a77ce44a5f2beecffbcdca3ee9bd51b8fcab17c707576c8a3cb8859f942a8e91cc2196709fbf6265d0e5529625ee1a405fd7f69f839
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@blocksuite/presets@npm:0.15.0-canary-202406110235-fe25c50":
|
||||
version: 0.15.0-canary-202406110235-fe25c50
|
||||
resolution: "@blocksuite/presets@npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/presets@npm:0.15.0-canary-202406111431-81a6bee":
|
||||
version: 0.15.0-canary-202406111431-81a6bee
|
||||
resolution: "@blocksuite/presets@npm:0.15.0-canary-202406111431-81a6bee"
|
||||
dependencies:
|
||||
"@blocksuite/block-std": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/blocks": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/inline": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/store": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/block-std": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/blocks": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/inline": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/store": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@dotlottie/player-component": "npm:^2.7.12"
|
||||
"@fal-ai/serverless-client": "npm:^0.10.0"
|
||||
"@floating-ui/dom": "npm:^1.6.5"
|
||||
"@toeverything/theme": "npm:^0.7.30"
|
||||
"@toeverything/theme": "npm:^0.7.32"
|
||||
lit: "npm:^3.1.3"
|
||||
openai: "npm:^4.47.2"
|
||||
checksum: 10/b9eec15fe84f6f35ffeef1846573bdc62201e1546c759f5133cc87400be751e7764be28b28b61394162d04532d88ddb1948c447a2436e8ae85f2b9d617df95de
|
||||
checksum: 10/3e75f6988bbc2d349141b267e82fb2014de5a459d0e269f5dfd5ef76134b8e2301e1d13557c5d2d0b0701144c436175e919071e80d8b90a473d43637eb1aa6f3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@blocksuite/store@npm:0.15.0-canary-202406110235-fe25c50":
|
||||
version: 0.15.0-canary-202406110235-fe25c50
|
||||
resolution: "@blocksuite/store@npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/store@npm:0.15.0-canary-202406111431-81a6bee":
|
||||
version: 0.15.0-canary-202406111431-81a6bee
|
||||
resolution: "@blocksuite/store@npm:0.15.0-canary-202406111431-81a6bee"
|
||||
dependencies:
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/inline": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/sync": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/inline": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/sync": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@types/flexsearch": "npm:^0.7.6"
|
||||
flexsearch: "npm:0.7.43"
|
||||
idb-keyval: "npm:^6.2.1"
|
||||
lib0: "npm:^0.2.94"
|
||||
merge: "npm:^2.1.1"
|
||||
minimatch: "npm:^9.0.4"
|
||||
@ -3478,21 +3477,21 @@ __metadata:
|
||||
zod: "npm:^3.23.8"
|
||||
peerDependencies:
|
||||
yjs: ^13.6.15
|
||||
checksum: 10/82efe34a2693e8f195b1ddb0718bdf4df153c1aa26222612f98d3e51f49543cb2e2908c232e64dd2b325fdc869e465406e1c2c58f847b7b612bbb1e336079179
|
||||
checksum: 10/f22007006495417db53368bd3f37750549bbcf5f9f968c549829cc34c0dcff26f92e5019576cf1eaf416fdf9ea4fc8d313652b3d3f4e4a990ec9f3305d6425df
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@blocksuite/sync@npm:0.15.0-canary-202406110235-fe25c50":
|
||||
version: 0.15.0-canary-202406110235-fe25c50
|
||||
resolution: "@blocksuite/sync@npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/sync@npm:0.15.0-canary-202406111431-81a6bee":
|
||||
version: 0.15.0-canary-202406111431-81a6bee
|
||||
resolution: "@blocksuite/sync@npm:0.15.0-canary-202406111431-81a6bee"
|
||||
dependencies:
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
idb: "npm:^8.0.0"
|
||||
idb-keyval: "npm:^6.2.1"
|
||||
y-protocols: "npm:^1.0.6"
|
||||
peerDependencies:
|
||||
yjs: ^13.6.15
|
||||
checksum: 10/b33be177ddb1e6d46d463a54f049180510f41dd634f033731d722fa1fc79cbfa702234caa796aac79a3cabd6cd290df6ce6565613b4a97831b0aadb10ca3fa19
|
||||
checksum: 10/75c8c2d88cd2e22d32b7e75901fee99f2a1cf43c43a9a193424cb4ddf098cf086726e64ac8f312eba8fb2a0b212932070b1410c6b5a77c2726a2d4e8f6558634
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -7032,6 +7031,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lit/context@npm:^1.1.1":
|
||||
version: 1.1.2
|
||||
resolution: "@lit/context@npm:1.1.2"
|
||||
dependencies:
|
||||
"@lit/reactive-element": "npm:^1.6.2 || ^2.0.0"
|
||||
checksum: 10/e28c28d68a00a91691f412314e8fc453d6e13270db974e619c46736d8d77bcd0f0515d61d4f60ffa6915bb537272576bb5186a2b929c03cc0d0fe3c4cb86c23f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lit/react@npm:^1.0.4":
|
||||
version: 1.0.5
|
||||
resolution: "@lit/react@npm:1.0.5"
|
||||
@ -7050,7 +7058,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lit/reactive-element@npm:^2.0.4":
|
||||
"@lit/reactive-element@npm:^1.6.2 || ^2.0.0, @lit/reactive-element@npm:^2.0.4":
|
||||
version: 2.0.4
|
||||
resolution: "@lit/reactive-element@npm:2.0.4"
|
||||
dependencies:
|
||||
@ -14026,11 +14034,11 @@ __metadata:
|
||||
"@affine/debug": "workspace:*"
|
||||
"@affine/env": "workspace:*"
|
||||
"@affine/templates": "workspace:*"
|
||||
"@blocksuite/block-std": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/blocks": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/presets": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/store": "npm:0.15.0-canary-202406110235-fe25c50"
|
||||
"@blocksuite/block-std": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/blocks": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/global": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/presets": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@blocksuite/store": "npm:0.15.0-canary-202406111431-81a6bee"
|
||||
"@datastructures-js/binary-search-tree": "npm:^5.3.2"
|
||||
"@testing-library/react": "npm:^16.0.0"
|
||||
async-call-rpc: "npm:^6.4.0"
|
||||
@ -14069,7 +14077,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@toeverything/theme@npm:^0.7.29, @toeverything/theme@npm:^0.7.30":
|
||||
"@toeverything/theme@npm:^0.7.29, @toeverything/theme@npm:^0.7.32":
|
||||
version: 0.7.32
|
||||
resolution: "@toeverything/theme@npm:0.7.32"
|
||||
checksum: 10/c4a6efee8e0a7e5e1a452a4dfa93bb08087193eafd1e4744d517312293df1e36d840333c9f33911b380cf85503df2b93373ae33eebb14b652f5d49f44be1a7a5
|
||||
@ -22128,6 +22136,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"figma-squircle@npm:^0.3.1":
|
||||
version: 0.3.1
|
||||
resolution: "figma-squircle@npm:0.3.1"
|
||||
checksum: 10/0a0c0965d96a5540cab444f476abac5b8b406fce7941128ad3bcefdbfbff0a613cce011f5377c39620dd96aeb0e57eab57b14c1cbb7eecab27bcf60e2d5beda7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"figures@npm:3.2.0, figures@npm:^3.0.0":
|
||||
version: 3.2.0
|
||||
resolution: "figures@npm:3.2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user