mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-26 10:45:57 +08:00
chore: bump blocksuite to 0.0.0-20230518051344-45970a96-nightly (#2430)
This commit is contained in:
@@ -19,12 +19,12 @@
|
|||||||
"@affine/jotai": "workspace:*",
|
"@affine/jotai": "workspace:*",
|
||||||
"@affine/templates": "workspace:*",
|
"@affine/templates": "workspace:*",
|
||||||
"@affine/workspace": "workspace:*",
|
"@affine/workspace": "workspace:*",
|
||||||
"@blocksuite/blocks": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/blocks": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"@blocksuite/editor": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/editor": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"@blocksuite/global": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/global": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"@blocksuite/icons": "^2.1.16",
|
"@blocksuite/icons": "^2.1.16",
|
||||||
"@blocksuite/lit": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/lit": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"@blocksuite/store": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/store": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"@dnd-kit/core": "^6.0.8",
|
"@dnd-kit/core": "^6.0.8",
|
||||||
"@dnd-kit/sortable": "^7.0.2",
|
"@dnd-kit/sortable": "^7.0.2",
|
||||||
"@emotion/cache": "^11.11.0",
|
"@emotion/cache": "^11.11.0",
|
||||||
|
|||||||
@@ -50,12 +50,12 @@
|
|||||||
"rxjs": "^7.8.1"
|
"rxjs": "^7.8.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@blocksuite/blocks": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/blocks": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"@blocksuite/editor": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/editor": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"@blocksuite/global": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/global": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"@blocksuite/icons": "^2.1.16",
|
"@blocksuite/icons": "^2.1.16",
|
||||||
"@blocksuite/lit": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/lit": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"@blocksuite/store": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/store": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"@storybook/addon-actions": "^7.0.12",
|
"@storybook/addon-actions": "^7.0.12",
|
||||||
"@storybook/addon-coverage": "^0.0.8",
|
"@storybook/addon-coverage": "^0.0.8",
|
||||||
"@storybook/addon-essentials": "^7.0.12",
|
"@storybook/addon-essentials": "^7.0.12",
|
||||||
|
|||||||
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@@ -4,7 +4,7 @@
|
|||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
"module": "./src/index.ts",
|
"module": "./src/index.ts",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@blocksuite/global": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/global": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"next": "^13.4.2",
|
"next": "^13.4.2",
|
||||||
"react": "18.3.0-canary-16d053d59-20230506",
|
"react": "18.3.0-canary-16d053d59-20230506",
|
||||||
"react-dom": "18.3.0-canary-16d053d59-20230506",
|
"react-dom": "18.3.0-canary-16d053d59-20230506",
|
||||||
|
|||||||
@@ -7,11 +7,11 @@
|
|||||||
"jotai": "^2.1.0"
|
"jotai": "^2.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@blocksuite/blocks": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/blocks": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"@blocksuite/editor": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/editor": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"@blocksuite/global": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/global": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"@blocksuite/lit": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/lit": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"@blocksuite/store": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/store": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"lottie-web": "^5.11.0"
|
"lottie-web": "^5.11.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
@@ -28,8 +28,8 @@
|
|||||||
"idb": "^7.1.1"
|
"idb": "^7.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@blocksuite/blocks": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/blocks": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"@blocksuite/store": "0.0.0-20230517102216-36bda4ab-nightly",
|
"@blocksuite/store": "0.0.0-20230518051344-45970a96-nightly",
|
||||||
"vite": "^4.3.7",
|
"vite": "^4.3.7",
|
||||||
"vite-plugin-dts": "^2.3.0",
|
"vite-plugin-dts": "^2.3.0",
|
||||||
"y-indexeddb": "^9.0.11"
|
"y-indexeddb": "^9.0.11"
|
||||||
|
|||||||
132
yarn.lock
132
yarn.lock
@@ -50,12 +50,12 @@ __metadata:
|
|||||||
"@affine/i18n": "workspace:*"
|
"@affine/i18n": "workspace:*"
|
||||||
"@affine/jotai": "workspace:*"
|
"@affine/jotai": "workspace:*"
|
||||||
"@affine/workspace": "workspace:*"
|
"@affine/workspace": "workspace:*"
|
||||||
"@blocksuite/blocks": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/blocks": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/editor": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/editor": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/global": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/global": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/icons": ^2.1.16
|
"@blocksuite/icons": ^2.1.16
|
||||||
"@blocksuite/lit": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/lit": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/store": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/store": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@dnd-kit/core": ^6.0.8
|
"@dnd-kit/core": ^6.0.8
|
||||||
"@dnd-kit/sortable": ^7.0.2
|
"@dnd-kit/sortable": ^7.0.2
|
||||||
"@emotion/cache": ^11.11.0
|
"@emotion/cache": ^11.11.0
|
||||||
@@ -173,7 +173,7 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@affine/env@workspace:packages/env"
|
resolution: "@affine/env@workspace:packages/env"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/global": 0.0.0-20230518051344-45970a96-nightly
|
||||||
lit: ^2.7.4
|
lit: ^2.7.4
|
||||||
next: ^13.4.2
|
next: ^13.4.2
|
||||||
react: 18.3.0-canary-16d053d59-20230506
|
react: 18.3.0-canary-16d053d59-20230506
|
||||||
@@ -222,11 +222,11 @@ __metadata:
|
|||||||
resolution: "@affine/jotai@workspace:packages/jotai"
|
resolution: "@affine/jotai@workspace:packages/jotai"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@affine/env": "workspace:*"
|
"@affine/env": "workspace:*"
|
||||||
"@blocksuite/blocks": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/blocks": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/editor": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/editor": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/global": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/global": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/lit": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/lit": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/store": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/store": 0.0.0-20230518051344-45970a96-nightly
|
||||||
jotai: ^2.1.0
|
jotai: ^2.1.0
|
||||||
lottie-web: ^5.11.0
|
lottie-web: ^5.11.0
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -311,12 +311,12 @@ __metadata:
|
|||||||
"@affine/jotai": "workspace:*"
|
"@affine/jotai": "workspace:*"
|
||||||
"@affine/templates": "workspace:*"
|
"@affine/templates": "workspace:*"
|
||||||
"@affine/workspace": "workspace:*"
|
"@affine/workspace": "workspace:*"
|
||||||
"@blocksuite/blocks": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/blocks": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/editor": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/editor": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/global": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/global": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/icons": ^2.1.16
|
"@blocksuite/icons": ^2.1.16
|
||||||
"@blocksuite/lit": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/lit": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/store": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/store": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@dnd-kit/core": ^6.0.8
|
"@dnd-kit/core": ^6.0.8
|
||||||
"@dnd-kit/sortable": ^7.0.2
|
"@dnd-kit/sortable": ^7.0.2
|
||||||
"@emotion/cache": ^11.11.0
|
"@emotion/cache": ^11.11.0
|
||||||
@@ -2146,14 +2146,14 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/blocks@npm:0.0.0-20230517102216-36bda4ab-nightly":
|
"@blocksuite/blocks@npm:0.0.0-20230518051344-45970a96-nightly":
|
||||||
version: 0.0.0-20230517102216-36bda4ab-nightly
|
version: 0.0.0-20230518051344-45970a96-nightly
|
||||||
resolution: "@blocksuite/blocks@npm:0.0.0-20230517102216-36bda4ab-nightly"
|
resolution: "@blocksuite/blocks@npm:0.0.0-20230518051344-45970a96-nightly"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/connector": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/connector": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/global": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/global": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/phasor": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/phasor": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/virgo": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/virgo": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@popperjs/core": ^2.11.6
|
"@popperjs/core": ^2.11.6
|
||||||
hotkeys-js: ^3.10.1
|
hotkeys-js: ^3.10.1
|
||||||
lit: ^2.7.3
|
lit: ^2.7.3
|
||||||
@@ -2162,40 +2162,40 @@ __metadata:
|
|||||||
turndown: ^7.1.1
|
turndown: ^7.1.1
|
||||||
zod: ^3.21.4
|
zod: ^3.21.4
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@blocksuite/lit": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/lit": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/store": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/store": 0.0.0-20230518051344-45970a96-nightly
|
||||||
yjs: ^13
|
yjs: ^13
|
||||||
checksum: 42b2070b8a58f1c1220a0b74e364218983b71e18868f85a88af9e71bd66765740af3b122ebd7490703968893d76128de1999184f852455f9c0fb760e471ce98e
|
checksum: 96d561320975cd99f15a3b3393b42397af2397383bbbd8786ce447ac310be814e789de43daea015dd86fa811315d0cf77e2fefb823c6bac3a316315beca362c3
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/connector@npm:0.0.0-20230517102216-36bda4ab-nightly":
|
"@blocksuite/connector@npm:0.0.0-20230518051344-45970a96-nightly":
|
||||||
version: 0.0.0-20230517102216-36bda4ab-nightly
|
version: 0.0.0-20230518051344-45970a96-nightly
|
||||||
resolution: "@blocksuite/connector@npm:0.0.0-20230517102216-36bda4ab-nightly"
|
resolution: "@blocksuite/connector@npm:0.0.0-20230518051344-45970a96-nightly"
|
||||||
checksum: a4dc3c9581542531dd95e817ce3fa18e894b24fa44e0454674d607d48fea0cc1e67fd59978e1e5f8a33c94f677165b03672d1ee4c344c5b107d531afb3e32052
|
checksum: a0f386502b43a06cda127d05fe9a11c2e4dd1431c9fa45c03d660a4629f84cf9ac4fbad4b49e73c3c0f1b7f1be85644aa66844f669a7de2294d592b214378782
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/editor@npm:0.0.0-20230517102216-36bda4ab-nightly":
|
"@blocksuite/editor@npm:0.0.0-20230518051344-45970a96-nightly":
|
||||||
version: 0.0.0-20230517102216-36bda4ab-nightly
|
version: 0.0.0-20230518051344-45970a96-nightly
|
||||||
resolution: "@blocksuite/editor@npm:0.0.0-20230517102216-36bda4ab-nightly"
|
resolution: "@blocksuite/editor@npm:0.0.0-20230518051344-45970a96-nightly"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/global": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@toeverything/theme": 0.5.8
|
"@toeverything/theme": 0.5.8
|
||||||
lit: ^2.7.3
|
lit: ^2.7.3
|
||||||
marked: ^4.2.12
|
marked: ^4.2.12
|
||||||
turndown: ^7.1.1
|
turndown: ^7.1.1
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@blocksuite/blocks": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/blocks": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/lit": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/lit": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/store": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/store": 0.0.0-20230518051344-45970a96-nightly
|
||||||
checksum: b7fa728d82ea3fa4769318565b98b870f74422948c58468dc5d2ab13790846e56271aef7953d82fef0d2617ed870903b6bc5653509ac56c0c8d1399f422b4188
|
checksum: 2352309581dc87a264f25f860b2dd0c98bc17ccdabb15d0abc39b97dfc701470113d5fdf38b5dd20c379b7859c36bc6ac421d4f7d1ef6fc8396ff82b7ae89b49
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/global@npm:0.0.0-20230517102216-36bda4ab-nightly":
|
"@blocksuite/global@npm:0.0.0-20230518051344-45970a96-nightly":
|
||||||
version: 0.0.0-20230517102216-36bda4ab-nightly
|
version: 0.0.0-20230518051344-45970a96-nightly
|
||||||
resolution: "@blocksuite/global@npm:0.0.0-20230517102216-36bda4ab-nightly"
|
resolution: "@blocksuite/global@npm:0.0.0-20230518051344-45970a96-nightly"
|
||||||
dependencies:
|
dependencies:
|
||||||
ansi-colors: ^4.1.3
|
ansi-colors: ^4.1.3
|
||||||
zod: ^3.21.4
|
zod: ^3.21.4
|
||||||
@@ -2204,7 +2204,7 @@ __metadata:
|
|||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
lit:
|
lit:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 73bd0d5c4f73608612a9f4ea3282636842a526eaf37ef9cf3129b15dce06e36a37098b68d8952440b1b0cc50d776d493a35d798d00d48f15c8a82f75b03c8cad
|
checksum: 90c190ceb3cfa8f4bd697201ee14979461af5d917fe0e41fb7b342d2e206992b74cf1622d22f338224eaa6631d427916f10daf6c38722c01ba598fdcd1107af4
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -2218,38 +2218,38 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/lit@npm:0.0.0-20230517102216-36bda4ab-nightly":
|
"@blocksuite/lit@npm:0.0.0-20230518051344-45970a96-nightly":
|
||||||
version: 0.0.0-20230517102216-36bda4ab-nightly
|
version: 0.0.0-20230518051344-45970a96-nightly
|
||||||
resolution: "@blocksuite/lit@npm:0.0.0-20230517102216-36bda4ab-nightly"
|
resolution: "@blocksuite/lit@npm:0.0.0-20230518051344-45970a96-nightly"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/global": 0.0.0-20230518051344-45970a96-nightly
|
||||||
lit: ^2.7.3
|
lit: ^2.7.3
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@blocksuite/store": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/store": 0.0.0-20230518051344-45970a96-nightly
|
||||||
checksum: 8b1ca38dabc2644dde01ae92dad63a372203b36dd83d524d56c02197bf52e26b74dc5b7fbbef0531f3a6eb6ca8fd1879c2e9c62383968f57fd9a3df9944feee4
|
checksum: bfd253e33f8dfa42434e111b290bb3b1e81e78499f1d219a72bae7564c7f91151986ca0d715749326ae1ff93eed71681f69b022cd08c1b68afeee4c2929eebfe
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/phasor@npm:0.0.0-20230517102216-36bda4ab-nightly":
|
"@blocksuite/phasor@npm:0.0.0-20230518051344-45970a96-nightly":
|
||||||
version: 0.0.0-20230517102216-36bda4ab-nightly
|
version: 0.0.0-20230518051344-45970a96-nightly
|
||||||
resolution: "@blocksuite/phasor@npm:0.0.0-20230517102216-36bda4ab-nightly"
|
resolution: "@blocksuite/phasor@npm:0.0.0-20230518051344-45970a96-nightly"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/global": 0.0.0-20230518051344-45970a96-nightly
|
||||||
fractional-indexing: ^3.2.0
|
fractional-indexing: ^3.2.0
|
||||||
roughjs: ^4.5.2
|
roughjs: ^4.5.2
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
nanoid: ^4
|
nanoid: ^4
|
||||||
yjs: ^13
|
yjs: ^13
|
||||||
checksum: f74aa2e42b5985564a8e6e037dd61938ca1eb413405e849a55ddffbe4e43fb4f598f2f3db44f287f70bf58f1662a1c81dd5403c7811b546d754d9bda6f5552b0
|
checksum: 4f9878a63a3352fe8d71f20f58c3a66622f40d72d71c701b25a63b061cfddb58618684c4e5057a7eb6eee12182077b27311022c88d2a0b9636979e3bc865c7f5
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/store@npm:0.0.0-20230517102216-36bda4ab-nightly":
|
"@blocksuite/store@npm:0.0.0-20230518051344-45970a96-nightly":
|
||||||
version: 0.0.0-20230517102216-36bda4ab-nightly
|
version: 0.0.0-20230518051344-45970a96-nightly
|
||||||
resolution: "@blocksuite/store@npm:0.0.0-20230517102216-36bda4ab-nightly"
|
resolution: "@blocksuite/store@npm:0.0.0-20230518051344-45970a96-nightly"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/global": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/virgo": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/virgo": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@types/flexsearch": ^0.7.3
|
"@types/flexsearch": ^0.7.3
|
||||||
buffer: ^6.0.3
|
buffer: ^6.0.3
|
||||||
flexsearch: 0.7.21
|
flexsearch: 0.7.21
|
||||||
@@ -2264,20 +2264,20 @@ __metadata:
|
|||||||
zod: ^3.21.4
|
zod: ^3.21.4
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
yjs: ^13
|
yjs: ^13
|
||||||
checksum: 736e2372e494468f048f6a991caecc44ca685ea435e45015d01468c81641283fcb437ac22574bbe9582d7333e43edea02baa719d835ee6e892a29518186ea8de
|
checksum: 395e61054650b6174ac19025cd003be0ba16c8481d020aabc695c7db3dda8ce10361be6e92e85fadbea20a9f2ea46a95ee71216019f856b631dec7b97b005788
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/virgo@npm:0.0.0-20230517102216-36bda4ab-nightly":
|
"@blocksuite/virgo@npm:0.0.0-20230518051344-45970a96-nightly":
|
||||||
version: 0.0.0-20230517102216-36bda4ab-nightly
|
version: 0.0.0-20230518051344-45970a96-nightly
|
||||||
resolution: "@blocksuite/virgo@npm:0.0.0-20230517102216-36bda4ab-nightly"
|
resolution: "@blocksuite/virgo@npm:0.0.0-20230518051344-45970a96-nightly"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/global": 0.0.0-20230518051344-45970a96-nightly
|
||||||
zod: ^3.21.4
|
zod: ^3.21.4
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
lit: ^2.7
|
lit: ^2.7
|
||||||
yjs: ^13
|
yjs: ^13
|
||||||
checksum: fd95fe6a333ed2aa1856a84de9bc637b4adeba41f2b1b31c6d22702be9f30b75a7884d163daac3561adb88b0edf775c729783b737601713e23102df1bc035b22
|
checksum: 483f9668357ab3a5707a534cfc2ad09145b8bd018d95201a5f7c929d16ccc5ce2fe91637ad98bcb26e76e9ab3a880601ae3eabee74a261d3312ec9a88c4ba8a8
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -8547,8 +8547,8 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@toeverything/y-indexeddb@workspace:packages/y-indexeddb"
|
resolution: "@toeverything/y-indexeddb@workspace:packages/y-indexeddb"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/blocks": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/blocks": 0.0.0-20230518051344-45970a96-nightly
|
||||||
"@blocksuite/store": 0.0.0-20230517102216-36bda4ab-nightly
|
"@blocksuite/store": 0.0.0-20230518051344-45970a96-nightly
|
||||||
idb: ^7.1.1
|
idb: ^7.1.1
|
||||||
vite: ^4.3.7
|
vite: ^4.3.7
|
||||||
vite-plugin-dts: ^2.3.0
|
vite-plugin-dts: ^2.3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user