Skip to content

Commit

Permalink
chore: bump blocksuite 240730
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Jul 30, 2024
1 parent ea7066d commit 6b6a6e3
Show file tree
Hide file tree
Showing 7 changed files with 110 additions and 92 deletions.
4 changes: 2 additions & 2 deletions packages/common/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"type": "module",
"devDependencies": {
"@blocksuite/global": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/store": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/global": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/store": "0.16.0-canary-202407301115-48edc5a",
"react": "18.3.1",
"react-dom": "18.3.1",
"vitest": "1.6.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/common/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"@affine/debug": "workspace:*",
"@affine/env": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/blocks": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/global": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/presets": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/store": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/blocks": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/global": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/presets": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/store": "0.16.0-canary-202407301115-48edc5a",
"@datastructures-js/binary-search-tree": "^5.3.2",
"foxact": "^0.2.33",
"fuse.js": "^7.0.0",
Expand All @@ -34,8 +34,8 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/block-std": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/presets": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/block-std": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/presets": "0.16.0-canary-202407301115-48edc5a",
"@testing-library/react": "^16.0.0",
"async-call-rpc": "^6.4.0",
"fake-indexeddb": "^6.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/frontend/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@blocksuite/block-std": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/blocks": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/global": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/block-std": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/blocks": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/global": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/icons": "2.1.61",
"@blocksuite/presets": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/store": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/presets": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/store": "0.16.0-canary-202407301115-48edc5a",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
Expand Down
12 changes: 6 additions & 6 deletions packages/frontend/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@affine/graphql": "workspace:*",
"@affine/i18n": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/block-std": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/blocks": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/global": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/block-std": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/blocks": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/global": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/icons": "2.1.61",
"@blocksuite/inline": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/presets": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/store": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/inline": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/presets": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/store": "0.16.0-canary-202407301115-48edc5a",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/frontend/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@affine/env": "workspace:*",
"@affine/i18n": "workspace:*",
"@affine/native": "workspace:*",
"@blocksuite/block-std": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/blocks": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/presets": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/store": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/block-std": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/blocks": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/presets": "0.16.0-canary-202407301115-48edc5a",
"@blocksuite/store": "0.16.0-canary-202407301115-48edc5a",
"@electron-forge/cli": "^7.3.0",
"@electron-forge/core": "^7.3.0",
"@electron-forge/core-utils": "^7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@affine/env": "workspace:*",
"@affine/templates": "workspace:*",
"@aws-sdk/client-s3": "^3.620.0",
"@blocksuite/presets": "0.16.0-canary-202407290703-75a91ff",
"@blocksuite/presets": "0.16.0-canary-202407301115-48edc5a",
"@clack/core": "^0.3.4",
"@clack/prompts": "^0.7.0",
"@magic-works/i18n-codegen": "^0.6.0",
Expand Down
154 changes: 86 additions & 68 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ __metadata:
"@affine/env": "workspace:*"
"@affine/templates": "workspace:*"
"@aws-sdk/client-s3": "npm:^3.620.0"
"@blocksuite/presets": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/presets": "npm:0.16.0-canary-202407301115-48edc5a"
"@clack/core": "npm:^0.3.4"
"@clack/prompts": "npm:^0.7.0"
"@magic-works/i18n-codegen": "npm:^0.6.0"
Expand Down Expand Up @@ -284,12 +284,12 @@ __metadata:
"@affine/i18n": "workspace:*"
"@atlaskit/pragmatic-drag-and-drop": "npm:^1.2.1"
"@atlaskit/pragmatic-drag-and-drop-hitbox": "npm:^1.0.3"
"@blocksuite/block-std": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/blocks": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/global": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/block-std": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/blocks": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/global": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/icons": "npm:2.1.61"
"@blocksuite/presets": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/store": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/presets": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/store": "npm:0.16.0-canary-202407301115-48edc5a"
"@dnd-kit/core": "npm:^6.1.0"
"@dnd-kit/modifiers": "npm:^7.0.0"
"@dnd-kit/sortable": "npm:^8.0.0"
Expand Down Expand Up @@ -385,13 +385,13 @@ __metadata:
"@affine/graphql": "workspace:*"
"@affine/i18n": "workspace:*"
"@affine/templates": "workspace:*"
"@blocksuite/block-std": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/blocks": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/global": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/block-std": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/blocks": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/global": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/icons": "npm:2.1.61"
"@blocksuite/inline": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/presets": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/store": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/inline": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/presets": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/store": "npm:0.16.0-canary-202407301115-48edc5a"
"@dnd-kit/core": "npm:^6.1.0"
"@dnd-kit/modifiers": "npm:^7.0.0"
"@dnd-kit/sortable": "npm:^8.0.0"
Expand Down Expand Up @@ -520,10 +520,10 @@ __metadata:
"@affine/env": "workspace:*"
"@affine/i18n": "workspace:*"
"@affine/native": "workspace:*"
"@blocksuite/block-std": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/blocks": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/presets": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/store": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/block-std": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/blocks": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/presets": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/store": "npm:0.16.0-canary-202407301115-48edc5a"
"@electron-forge/cli": "npm:^7.3.0"
"@electron-forge/core": "npm:^7.3.0"
"@electron-forge/core-utils": "npm:^7.3.0"
Expand Down Expand Up @@ -579,8 +579,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@affine/env@workspace:packages/common/env"
dependencies:
"@blocksuite/global": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/store": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/global": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/store": "npm:0.16.0-canary-202407301115-48edc5a"
lit: "npm:^3.1.2"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
Expand Down Expand Up @@ -3449,11 +3449,11 @@ __metadata:
languageName: node
linkType: hard

"@blocksuite/block-std@npm:0.16.0-canary-202407290703-75a91ff":
version: 0.16.0-canary-202407290703-75a91ff
resolution: "@blocksuite/block-std@npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/block-std@npm:0.16.0-canary-202407301115-48edc5a":
version: 0.16.0-canary-202407301115-48edc5a
resolution: "@blocksuite/block-std@npm:0.16.0-canary-202407301115-48edc5a"
dependencies:
"@blocksuite/global": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/global": "npm:0.16.0-canary-202407301115-48edc5a"
"@lit-labs/preact-signals": "npm:^1.0.2"
"@lit/context": "npm:^1.1.1"
"@types/hast": "npm:^3.0.4"
Expand All @@ -3464,20 +3464,20 @@ __metadata:
w3c-keyname: "npm:^2.2.8"
zod: "npm:^3.23.8"
peerDependencies:
"@blocksuite/inline": 0.16.0-canary-202407290703-75a91ff
"@blocksuite/store": 0.16.0-canary-202407290703-75a91ff
checksum: 10/7539298dd13f93f28e00334c67553398f2964269dc8f4e6356e4c5ca626bf51f8bcbf4cbd8f1b7782b7970cbc3f37d97f62ab64f86e9106e229cd93753122982
"@blocksuite/inline": 0.16.0-canary-202407301115-48edc5a
"@blocksuite/store": 0.16.0-canary-202407301115-48edc5a
checksum: 10/d70178c827c23f1efd040531d9caf54c8e6d802719708d201a6526f472d69528952312f800635afa87aa8a2d7b162810a72151d89642f715a8a1674c8e2bbc85
languageName: node
linkType: hard

"@blocksuite/blocks@npm:0.16.0-canary-202407290703-75a91ff":
version: 0.16.0-canary-202407290703-75a91ff
resolution: "@blocksuite/blocks@npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/blocks@npm:0.16.0-canary-202407301115-48edc5a":
version: 0.16.0-canary-202407301115-48edc5a
resolution: "@blocksuite/blocks@npm:0.16.0-canary-202407301115-48edc5a"
dependencies:
"@blocksuite/block-std": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/global": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/inline": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/store": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/block-std": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/global": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/inline": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/store": "npm:0.16.0-canary-202407301115-48edc5a"
"@dotlottie/player-component": "npm:^2.7.12"
"@floating-ui/dom": "npm:^1.6.5"
"@lit-labs/preact-signals": "npm:^1.0.2"
Expand Down Expand Up @@ -3515,17 +3515,17 @@ __metadata:
sortablejs: "npm:^1.15.2"
unified: "npm:^11.0.4"
zod: "npm:^3.23.8"
checksum: 10/5e2deb0b9b0f7949dd8b52c4907f818216d29b0db76662c48c1f1c61067c9618ace054c56bea42022fb7f1a9190504f1fbf652d32d06f81fe413b838ee9c2cf5
checksum: 10/c5f5c058d0cccc3e2750624ce0d69e24a52b03cc68e318bd2a4a4e72aaebbc6b74ce6bb3770fa537e1d5e7e3fcb7f5564d5de8b668e8eda966124223611bdd4e
languageName: node
linkType: hard

"@blocksuite/global@npm:0.16.0-canary-202407290703-75a91ff":
version: 0.16.0-canary-202407290703-75a91ff
resolution: "@blocksuite/global@npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/global@npm:0.16.0-canary-202407301115-48edc5a":
version: 0.16.0-canary-202407301115-48edc5a
resolution: "@blocksuite/global@npm:0.16.0-canary-202407301115-48edc5a"
dependencies:
lib0: "npm:^0.2.94"
zod: "npm:^3.23.8"
checksum: 10/74eae0b8f779d70456decdab75a296e8698dfd9b82ce6eb303a17dbb0f7d6c3be6614339d40cbeffdd616dfc8bf7392e66fc00f5c3da2555fee898f6effef78f
checksum: 10/6a5b5f23b52c54ec1cf2f359e33c9a70053c1dc7c54e3f4dd7b9d3974809a63266e156dab52e92bab6b7d186a9914e0dfa3d68a4aa23877968277295684cb730
languageName: node
linkType: hard

Expand All @@ -3545,28 +3545,28 @@ __metadata:
languageName: node
linkType: hard

"@blocksuite/inline@npm:0.16.0-canary-202407290703-75a91ff":
version: 0.16.0-canary-202407290703-75a91ff
resolution: "@blocksuite/inline@npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/inline@npm:0.16.0-canary-202407301115-48edc5a":
version: 0.16.0-canary-202407301115-48edc5a
resolution: "@blocksuite/inline@npm:0.16.0-canary-202407301115-48edc5a"
dependencies:
"@blocksuite/global": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/global": "npm:0.16.0-canary-202407301115-48edc5a"
zod: "npm:^3.23.8"
peerDependencies:
lit: ^3.1.1
yjs: ^13.6.15
checksum: 10/8a125058810bbafc63bd13d0eb13f83c9956f4b141deada22ecc906559ece65a78a31009979f4841ce93b30bad38254b1518bab808c5e45c58d07711ee8b4a1e
checksum: 10/17463c58b84a12c2ad677a3ca991cef8e9894d2f57691d8f7285c34282e9bc2c32c55ba82e9b5bc96e985b76d7c7034bdf2507f180e0cf01f6bb089127ffdc5d
languageName: node
linkType: hard

"@blocksuite/presets@npm:0.16.0-canary-202407290703-75a91ff":
version: 0.16.0-canary-202407290703-75a91ff
resolution: "@blocksuite/presets@npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/presets@npm:0.16.0-canary-202407301115-48edc5a":
version: 0.16.0-canary-202407301115-48edc5a
resolution: "@blocksuite/presets@npm:0.16.0-canary-202407301115-48edc5a"
dependencies:
"@blocksuite/block-std": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/blocks": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/global": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/inline": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/store": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/block-std": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/blocks": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/global": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/inline": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/store": "npm:0.16.0-canary-202407301115-48edc5a"
"@dotlottie/player-component": "npm:^2.7.12"
"@fal-ai/serverless-client": "npm:^0.10.0"
"@floating-ui/dom": "npm:^1.6.5"
Expand All @@ -3575,43 +3575,45 @@ __metadata:
lit: "npm:^3.1.3"
openai: "npm:^4.47.2"
zod: "npm:^3.23.8"
checksum: 10/6afcbaf0b1bec21eb649fae4ac5c0710a7337e9d2953d142c3010d8f7cfd7f14dff044b904525e862e3b07f3246577b1c10386f2fbc6a15273409aa7410ed60d
checksum: 10/667ca926ecc533dff3efc5724f5d00bf7dbf7d2287810096e41c9d37e5f05bfdbd054315d2180115e7e264f0ca3e4891f2aa77e3defb12a742a74568e6d0d40e
languageName: node
linkType: hard

"@blocksuite/store@npm:0.16.0-canary-202407290703-75a91ff":
version: 0.16.0-canary-202407290703-75a91ff
resolution: "@blocksuite/store@npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/store@npm:0.16.0-canary-202407301115-48edc5a":
version: 0.16.0-canary-202407301115-48edc5a
resolution: "@blocksuite/store@npm:0.16.0-canary-202407301115-48edc5a"
dependencies:
"@blocksuite/global": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/inline": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/sync": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/global": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/inline": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/sync": "npm:0.16.0-canary-202407301115-48edc5a"
"@preact/signals-core": "npm:^1.6.1"
"@types/flexsearch": "npm:^0.7.6"
"@types/lodash.ismatch": "npm:^4.4.9"
flexsearch: "npm:0.7.43"
lib0: "npm:^0.2.94"
lodash.ismatch: "npm:^4.4.0"
merge: "npm:^2.1.1"
minimatch: "npm:^9.0.4"
nanoid: "npm:^5.0.7"
y-protocols: "npm:^1.0.6"
zod: "npm:^3.23.8"
peerDependencies:
yjs: ^13.6.15
checksum: 10/ace64603af9dd36c4e4bee47aebf8a9e3f8b15764737493e63aa8b198922b8a503717bdd924cac54ad4e7e7d144e16c64704c957eb518fefdd40930fd453de8a
checksum: 10/718fec725b7bcd9d9060bff757ee9c9f55dab97fe51e58e0cf91a01333a52b19e552009a66e2327a4ee4b8de84295f67130f770c0e3375584ab3f7c4fc9ed7bf
languageName: node
linkType: hard

"@blocksuite/sync@npm:0.16.0-canary-202407290703-75a91ff":
version: 0.16.0-canary-202407290703-75a91ff
resolution: "@blocksuite/sync@npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/sync@npm:0.16.0-canary-202407301115-48edc5a":
version: 0.16.0-canary-202407301115-48edc5a
resolution: "@blocksuite/sync@npm:0.16.0-canary-202407301115-48edc5a"
dependencies:
"@blocksuite/global": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/global": "npm:0.16.0-canary-202407301115-48edc5a"
idb: "npm:^8.0.0"
idb-keyval: "npm:^6.2.1"
y-protocols: "npm:^1.0.6"
peerDependencies:
yjs: ^13.6.15
checksum: 10/5b446908f7f3907dc0c2eb33e2fc7dcc6e6dff2636622281795fa96c30238008359e00a4f7973a269195471fb1b5ca919b47ae6b31f90a27333f82bbe4c168d9
checksum: 10/e54d319d47f7a791fd13a3addb9cbd01c4df59804eec601367f69266c50d662b4d8a96313a0d91ba554924d374a771a9046f43fd3b40c1321438d97f69a68d5a
languageName: node
linkType: hard

Expand Down Expand Up @@ -14903,11 +14905,11 @@ __metadata:
"@affine/debug": "workspace:*"
"@affine/env": "workspace:*"
"@affine/templates": "workspace:*"
"@blocksuite/block-std": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/blocks": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/global": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/presets": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/store": "npm:0.16.0-canary-202407290703-75a91ff"
"@blocksuite/block-std": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/blocks": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/global": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/presets": "npm:0.16.0-canary-202407301115-48edc5a"
"@blocksuite/store": "npm:0.16.0-canary-202407301115-48edc5a"
"@datastructures-js/binary-search-tree": "npm:^5.3.2"
"@testing-library/react": "npm:^16.0.0"
async-call-rpc: "npm:^6.4.0"
Expand Down Expand Up @@ -15634,6 +15636,15 @@ __metadata:
languageName: node
linkType: hard

"@types/lodash.ismatch@npm:^4.4.9":
version: 4.4.9
resolution: "@types/lodash.ismatch@npm:4.4.9"
dependencies:
"@types/lodash": "npm:*"
checksum: 10/fce3dfc41aff8e58784106653a7dddfbbc30ef2cc0644f83b43f31d1768f4f8f8cb14f2617918edfdb2fcac27f261d555f0f59fed7c483fbd1d9c40e60b2c628
languageName: node
linkType: hard

"@types/lodash@npm:*, @types/lodash@npm:^4.14.167, @types/lodash@npm:^4.14.178, @types/lodash@npm:^4.14.191":
version: 4.17.5
resolution: "@types/lodash@npm:4.17.5"
Expand Down Expand Up @@ -27999,6 +28010,13 @@ __metadata:
languageName: node
linkType: hard

"lodash.ismatch@npm:^4.4.0":
version: 4.4.0
resolution: "lodash.ismatch@npm:4.4.0"
checksum: 10/946a7176cdf4048f7b624378defda00dc0d01a2dad9933c54dad11fbecc253716df4210fbbfcd7d042e6fdb7603463cfe48e0ef576e20bf60d43f7deb1a2fe04
languageName: node
linkType: hard

"lodash.isplainobject@npm:^4.0.6":
version: 4.0.6
resolution: "lodash.isplainobject@npm:4.0.6"
Expand Down

0 comments on commit 6b6a6e3

Please sign in to comment.