mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 10:42:00 +03:00
chore: bump version (#1110)
This commit is contained in:
parent
9d21c3efbb
commit
5812100fc6
@ -16,7 +16,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/icons": "^2.0.14",
|
||||
"@blocksuite/store": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/store": "0.4.0-20230217222321-04d1424",
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/styled": "^11.10.5",
|
||||
"@tauri-apps/api": "^1.2.0",
|
||||
|
@ -13,11 +13,11 @@
|
||||
"@affine/datacenter": "workspace:*",
|
||||
"@affine/store": "workspace:*",
|
||||
"@affine/i18n": "workspace:*",
|
||||
"@blocksuite/blocks": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/editor": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/global": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/blocks": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/editor": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/global": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/icons": "^2.0.14",
|
||||
"@blocksuite/store": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/store": "0.4.0-20230217222321-04d1424",
|
||||
"@emotion/css": "^11.10.5",
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/server": "^11.10.0",
|
||||
|
@ -21,7 +21,7 @@
|
||||
"test:unit:coverage": "vitest run --coverage",
|
||||
"postinstall": "husky install",
|
||||
"notify": "node --experimental-modules scripts/notify.mjs",
|
||||
"update:blocksuite": "pnpm i --filter @affine/app --filter @affine/datacenter @blocksuite/blocks@nightly @blocksuite/store@nightly && pnpm i --filter @affine/app @blocksuite/editor@nightly"
|
||||
"update:core": "pnpm up @blocksuite/*@nightly !@blocksuite/icons -r"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "prettier --write --ignore-unknown",
|
||||
|
@ -9,12 +9,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@affine/i18n": "workspace:*",
|
||||
"@blocksuite/blocks": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/editor": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/global": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/blocks": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/editor": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/global": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/icons": "^2.0.2",
|
||||
"@blocksuite/react": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/store": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/react": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/store": "0.4.0-20230217222321-04d1424",
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/styled": "^11.10.5",
|
||||
"@mui/base": "=5.0.0-alpha.117",
|
||||
|
@ -20,8 +20,8 @@
|
||||
"yjs": "^13.5.45"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/blocks": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/store": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/blocks": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/store": "0.4.0-20230217222321-04d1424",
|
||||
"@tauri-apps/api": "^1.2.0",
|
||||
"debug": "^4.3.4",
|
||||
"encoding": "^0.1.13",
|
||||
|
@ -4,11 +4,11 @@
|
||||
"main": "./src/index.ts",
|
||||
"dependencies": {
|
||||
"@affine/datacenter": "workspace:*",
|
||||
"@blocksuite/blocks": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/editor": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/global": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/react": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/store": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/blocks": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/editor": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/global": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/react": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/store": "0.4.0-20230217222321-04d1424",
|
||||
"react": "^18.2.0",
|
||||
"zustand": "^4.3.3"
|
||||
},
|
||||
|
@ -6,7 +6,6 @@ import 'fake-indexeddb/auto';
|
||||
import { DataCenter, getDataCenter } from '@affine/datacenter';
|
||||
import {
|
||||
createDefaultWorkspace,
|
||||
DataCenterPreloader,
|
||||
GlobalAppProvider,
|
||||
useGlobalState,
|
||||
useGlobalStateApi,
|
||||
|
228
pnpm-lock.yaml
228
pnpm-lock.yaml
@ -1,12 +1,12 @@
|
||||
lockfileVersion: 5.4
|
||||
|
||||
patchedDependencies:
|
||||
'@tauri-apps/api@1.2.0':
|
||||
hash: nb4isgkwd3sres4g7j7rgtldsu
|
||||
path: patches/@tauri-apps__api@1.2.0.patch
|
||||
next@13.1.0:
|
||||
hash: rdilrli7uexa22ralt77ekax24
|
||||
path: patches/next@13.1.0.patch
|
||||
'@tauri-apps/api@1.2.0':
|
||||
hash: nb4isgkwd3sres4g7j7rgtldsu
|
||||
path: patches/@tauri-apps__api@1.2.0.patch
|
||||
|
||||
importers:
|
||||
|
||||
@ -77,7 +77,7 @@ importers:
|
||||
apps/desktop:
|
||||
specifiers:
|
||||
'@blocksuite/icons': ^2.0.14
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424
|
||||
'@emotion/react': ^11.10.5
|
||||
'@emotion/styled': ^11.10.5
|
||||
'@tauri-apps/api': ^1.2.0
|
||||
@ -106,7 +106,7 @@ importers:
|
||||
zx: ^7.1.1
|
||||
dependencies:
|
||||
'@blocksuite/icons': 2.0.14_3stiutgnnbnfnf3uowm5cip22i
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36_yjs@13.5.45
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424_yjs@13.5.45
|
||||
'@emotion/react': 11.10.5_3stiutgnnbnfnf3uowm5cip22i
|
||||
'@emotion/styled': 11.10.5_jrh5enlbqfbnumycmktdqgd6se
|
||||
'@tauri-apps/api': 1.2.0_nb4isgkwd3sres4g7j7rgtldsu
|
||||
@ -141,11 +141,11 @@ importers:
|
||||
'@affine/datacenter': workspace:*
|
||||
'@affine/i18n': workspace:*
|
||||
'@affine/store': workspace:*
|
||||
'@blocksuite/blocks': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/editor': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/blocks': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/editor': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/icons': ^2.0.14
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424
|
||||
'@emotion/css': ^11.10.5
|
||||
'@emotion/react': ^11.10.5
|
||||
'@emotion/server': ^11.10.0
|
||||
@ -182,11 +182,11 @@ importers:
|
||||
'@affine/datacenter': link:../../packages/data-center
|
||||
'@affine/i18n': link:../../packages/i18n
|
||||
'@affine/store': link:../../packages/store
|
||||
'@blocksuite/blocks': 0.4.0-20230217095654-a561b36_fgkxp4oo2deujekqkhva3c3mgq
|
||||
'@blocksuite/editor': 0.4.0-20230217095654-a561b36_s2lgz6fjlafla2itashgrkrf5u
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/blocks': 0.4.0-20230217222321-04d1424_pnmcvaqnphn56osdl6rregxkse
|
||||
'@blocksuite/editor': 0.4.0-20230217222321-04d1424_7kqtpp64rzm75dbklw7a5meghu
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
'@blocksuite/icons': 2.0.14_w5j4k42lgipnm43s3brx6h3c34
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36_lit@2.6.1+yjs@13.5.45
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424_lit@2.6.1+yjs@13.5.45
|
||||
'@emotion/css': 11.10.5
|
||||
'@emotion/react': 11.10.5_w5j4k42lgipnm43s3brx6h3c34
|
||||
'@emotion/server': 11.10.0_@emotion+css@11.10.5
|
||||
@ -223,12 +223,12 @@ importers:
|
||||
packages/component:
|
||||
specifiers:
|
||||
'@affine/i18n': workspace:*
|
||||
'@blocksuite/blocks': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/editor': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/blocks': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/editor': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/icons': ^2.0.2
|
||||
'@blocksuite/react': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/react': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424
|
||||
'@emotion/react': ^11.10.5
|
||||
'@emotion/styled': ^11.10.5
|
||||
'@mui/base': '=5.0.0-alpha.117'
|
||||
@ -254,12 +254,12 @@ importers:
|
||||
webpack: ^5.75.0
|
||||
dependencies:
|
||||
'@affine/i18n': link:../i18n
|
||||
'@blocksuite/blocks': 0.4.0-20230217095654-a561b36_dtmhin5qsbpe5id5qeimghpavm
|
||||
'@blocksuite/editor': 0.4.0-20230217095654-a561b36_s2lgz6fjlafla2itashgrkrf5u
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/blocks': 0.4.0-20230217222321-04d1424_4cwcgcp5ir2vqen5uzig7scmpm
|
||||
'@blocksuite/editor': 0.4.0-20230217222321-04d1424_7kqtpp64rzm75dbklw7a5meghu
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
'@blocksuite/icons': 2.0.4_3stiutgnnbnfnf3uowm5cip22i
|
||||
'@blocksuite/react': 0.4.0-20230217095654-a561b36_wqt5vgiwk2wcrkromazh2p2frm
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/react': 0.4.0-20230217222321-04d1424_zljk4f4o2mfqot4u5tnsncbss4
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
'@emotion/react': 11.10.5_3stiutgnnbnfnf3uowm5cip22i
|
||||
'@emotion/styled': 11.10.5_jrh5enlbqfbnumycmktdqgd6se
|
||||
'@mui/base': 5.0.0-alpha.117_5ndqzdd6t4rivxsukjv3i3ak2q
|
||||
@ -287,8 +287,8 @@ importers:
|
||||
|
||||
packages/data-center:
|
||||
specifiers:
|
||||
'@blocksuite/blocks': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/blocks': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424
|
||||
'@tauri-apps/api': ^1.2.0
|
||||
'@types/debug': ^4.1.7
|
||||
debug: ^4.3.4
|
||||
@ -306,8 +306,8 @@ importers:
|
||||
y-protocols: ^1.0.5
|
||||
yjs: ^13.5.45
|
||||
dependencies:
|
||||
'@blocksuite/blocks': 0.4.0-20230217095654-a561b36_fgkxp4oo2deujekqkhva3c3mgq
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36_lit@2.6.1+yjs@13.5.45
|
||||
'@blocksuite/blocks': 0.4.0-20230217222321-04d1424_pnmcvaqnphn56osdl6rregxkse
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424_lit@2.6.1+yjs@13.5.45
|
||||
'@tauri-apps/api': 1.2.0_nb4isgkwd3sres4g7j7rgtldsu
|
||||
debug: 4.3.4
|
||||
encoding: 0.1.13
|
||||
@ -361,21 +361,21 @@ importers:
|
||||
packages/store:
|
||||
specifiers:
|
||||
'@affine/datacenter': workspace:*
|
||||
'@blocksuite/blocks': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/editor': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/react': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/blocks': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/editor': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/react': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424
|
||||
'@types/react': ^18.0.28
|
||||
react: ^18.2.0
|
||||
zustand: ^4.3.3
|
||||
dependencies:
|
||||
'@affine/datacenter': link:../data-center
|
||||
'@blocksuite/blocks': 0.4.0-20230217095654-a561b36_dtmhin5qsbpe5id5qeimghpavm
|
||||
'@blocksuite/editor': 0.4.0-20230217095654-a561b36_s2lgz6fjlafla2itashgrkrf5u
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/react': 0.4.0-20230217095654-a561b36_egd6bp35mqm7gvicj7jxwytmcu
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/blocks': 0.4.0-20230217222321-04d1424_4cwcgcp5ir2vqen5uzig7scmpm
|
||||
'@blocksuite/editor': 0.4.0-20230217222321-04d1424_7kqtpp64rzm75dbklw7a5meghu
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/react': 0.4.0-20230217222321-04d1424_dohnmbynj4gfur7aonimbhwada
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424
|
||||
react: 18.2.0
|
||||
zustand: 4.3.3_react@18.2.0
|
||||
devDependencies:
|
||||
@ -2616,15 +2616,15 @@ packages:
|
||||
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
||||
dev: true
|
||||
|
||||
/@blocksuite/blocks/0.4.0-20230217095654-a561b36_dtmhin5qsbpe5id5qeimghpavm:
|
||||
resolution: {integrity: sha512-ulCIGxbPCRr061Va69KlcVHROU3PdOaVXZoz/R8CIaBZmtWOdV3yiYxcQTQdPW1Ll8muxEOouueZuiZx/lExYg==}
|
||||
/@blocksuite/blocks/0.4.0-20230217222321-04d1424_4cwcgcp5ir2vqen5uzig7scmpm:
|
||||
resolution: {integrity: sha512-GYiTfPg66yatB5G+VV7k+ZbrRAHqvc2ReIIljAOLGbbl+TTer/g0LlRKxLe/GveuDBAEGg8U8wdpFkuMueQddA==}
|
||||
peerDependencies:
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424
|
||||
dependencies:
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/phasor': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/virgo': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
'@blocksuite/phasor': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
'@blocksuite/virgo': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
'@popperjs/core': 2.11.6
|
||||
autosize: 6.0.1
|
||||
highlight.js: 11.7.0
|
||||
@ -2637,15 +2637,15 @@ packages:
|
||||
- yjs
|
||||
dev: false
|
||||
|
||||
/@blocksuite/blocks/0.4.0-20230217095654-a561b36_fgkxp4oo2deujekqkhva3c3mgq:
|
||||
resolution: {integrity: sha512-ulCIGxbPCRr061Va69KlcVHROU3PdOaVXZoz/R8CIaBZmtWOdV3yiYxcQTQdPW1Ll8muxEOouueZuiZx/lExYg==}
|
||||
/@blocksuite/blocks/0.4.0-20230217222321-04d1424_pnmcvaqnphn56osdl6rregxkse:
|
||||
resolution: {integrity: sha512-GYiTfPg66yatB5G+VV7k+ZbrRAHqvc2ReIIljAOLGbbl+TTer/g0LlRKxLe/GveuDBAEGg8U8wdpFkuMueQddA==}
|
||||
peerDependencies:
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424
|
||||
dependencies:
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/phasor': 0.4.0-20230217095654-a561b36_lit@2.6.1+yjs@13.5.45
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36_lit@2.6.1+yjs@13.5.45
|
||||
'@blocksuite/virgo': 0.4.0-20230217095654-a561b36_lit@2.6.1+yjs@13.5.45
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
'@blocksuite/phasor': 0.4.0-20230217222321-04d1424_lit@2.6.1+yjs@13.5.45
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424_lit@2.6.1+yjs@13.5.45
|
||||
'@blocksuite/virgo': 0.4.0-20230217222321-04d1424_lit@2.6.1+yjs@13.5.45
|
||||
'@popperjs/core': 2.11.6
|
||||
autosize: 6.0.1
|
||||
highlight.js: 11.7.0
|
||||
@ -2658,22 +2658,22 @@ packages:
|
||||
- yjs
|
||||
dev: false
|
||||
|
||||
/@blocksuite/editor/0.4.0-20230217095654-a561b36_s2lgz6fjlafla2itashgrkrf5u:
|
||||
resolution: {integrity: sha512-7GfjI2R1fawvaNSAyPVIeZf6pIsMjVp/+bRaIGRzHSTX7IE7G2oyAs4n9y+2DWQrFe2NOhiSrRbmFQaPoHbDGA==}
|
||||
/@blocksuite/editor/0.4.0-20230217222321-04d1424_7kqtpp64rzm75dbklw7a5meghu:
|
||||
resolution: {integrity: sha512-+HcJ6PlT+hIoEYhBFb8j4OjDg35jikgMH19GIeP+fsXkqSDe+OsVSnMxWMLsWD9s+K/g9wFBmBXAmTzMA023yQ==}
|
||||
peerDependencies:
|
||||
'@blocksuite/blocks': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/blocks': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424
|
||||
dependencies:
|
||||
'@blocksuite/blocks': 0.4.0-20230217095654-a561b36_fgkxp4oo2deujekqkhva3c3mgq
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36_lit@2.6.1+yjs@13.5.45
|
||||
'@blocksuite/blocks': 0.4.0-20230217222321-04d1424_pnmcvaqnphn56osdl6rregxkse
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424_lit@2.6.1+yjs@13.5.45
|
||||
lit: 2.6.1
|
||||
marked: 4.2.12
|
||||
turndown: 7.1.1
|
||||
dev: false
|
||||
|
||||
/@blocksuite/global/0.4.0-20230217095654-a561b36:
|
||||
resolution: {integrity: sha512-aIZhQ5P5WvosfDTyk5/6pb9kmdkgBZfDOiue4FgZKX40BN1J1TKyiaQeQ0upFmTdCZmLHA2Cwuy58qXdjIW4VA==}
|
||||
/@blocksuite/global/0.4.0-20230217222321-04d1424:
|
||||
resolution: {integrity: sha512-uDoQ7lVsei5R0/4rdDQN2JkuUxOJ1SJeTkW128VPsMI1NkMhJBR4qKX4Bq31MxsWVMTWXLrVruRvGntBjAvBQw==}
|
||||
peerDependencies:
|
||||
lit: ^2.6
|
||||
peerDependenciesMeta:
|
||||
@ -2684,8 +2684,8 @@ packages:
|
||||
zod: 3.20.6
|
||||
dev: false
|
||||
|
||||
/@blocksuite/global/0.4.0-20230217095654-a561b36_lit@2.6.1:
|
||||
resolution: {integrity: sha512-aIZhQ5P5WvosfDTyk5/6pb9kmdkgBZfDOiue4FgZKX40BN1J1TKyiaQeQ0upFmTdCZmLHA2Cwuy58qXdjIW4VA==}
|
||||
/@blocksuite/global/0.4.0-20230217222321-04d1424_lit@2.6.1:
|
||||
resolution: {integrity: sha512-uDoQ7lVsei5R0/4rdDQN2JkuUxOJ1SJeTkW128VPsMI1NkMhJBR4qKX4Bq31MxsWVMTWXLrVruRvGntBjAvBQw==}
|
||||
peerDependencies:
|
||||
lit: ^2.6
|
||||
peerDependenciesMeta:
|
||||
@ -2727,12 +2727,12 @@ packages:
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@blocksuite/phasor/0.4.0-20230217095654-a561b36_lit@2.6.1:
|
||||
resolution: {integrity: sha512-MmLaWNfPERPXpHbiNRI2bfwR/wyZAfJZ/aKeRMCPf8ZKUz6xKYhW0fjboi1b+MaBJHEProTwCj0wLR97yPfqrQ==}
|
||||
/@blocksuite/phasor/0.4.0-20230217222321-04d1424_lit@2.6.1:
|
||||
resolution: {integrity: sha512-07/UYa5p7MCTLSROpPwojY1LlQFhFjMzdJyXsasqhn2xx7/wm0RqPQ3DfYzoQoPZom5MfNu4niZ2FMKoI115eA==}
|
||||
peerDependencies:
|
||||
yjs: ^13
|
||||
dependencies:
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
fractional-indexing: 3.2.0
|
||||
nanoid: 4.0.1
|
||||
perfect-freehand: 1.2.0
|
||||
@ -2740,12 +2740,12 @@ packages:
|
||||
- lit
|
||||
dev: false
|
||||
|
||||
/@blocksuite/phasor/0.4.0-20230217095654-a561b36_lit@2.6.1+yjs@13.5.45:
|
||||
resolution: {integrity: sha512-MmLaWNfPERPXpHbiNRI2bfwR/wyZAfJZ/aKeRMCPf8ZKUz6xKYhW0fjboi1b+MaBJHEProTwCj0wLR97yPfqrQ==}
|
||||
/@blocksuite/phasor/0.4.0-20230217222321-04d1424_lit@2.6.1+yjs@13.5.45:
|
||||
resolution: {integrity: sha512-07/UYa5p7MCTLSROpPwojY1LlQFhFjMzdJyXsasqhn2xx7/wm0RqPQ3DfYzoQoPZom5MfNu4niZ2FMKoI115eA==}
|
||||
peerDependencies:
|
||||
yjs: ^13
|
||||
dependencies:
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
fractional-indexing: 3.2.0
|
||||
nanoid: 4.0.1
|
||||
perfect-freehand: 1.2.0
|
||||
@ -2754,19 +2754,19 @@ packages:
|
||||
- lit
|
||||
dev: false
|
||||
|
||||
/@blocksuite/react/0.4.0-20230217095654-a561b36_egd6bp35mqm7gvicj7jxwytmcu:
|
||||
resolution: {integrity: sha512-YNaHFHB45p6HrZIpWL2CYwRYsD/MYbRnioOVwyt0yrkoE3IXLBuLACB76qtMlN3m83oto3cskBg+cUcDNqpRIg==}
|
||||
/@blocksuite/react/0.4.0-20230217222321-04d1424_dohnmbynj4gfur7aonimbhwada:
|
||||
resolution: {integrity: sha512-sfqloYWXreoN+ljsV4sxF178hOtIGfOSETp7Y3VHQGzOevLjiQFIF2rYnTbqjO6a/fuk9uncImBUHS/xtK0QDA==}
|
||||
peerDependencies:
|
||||
'@blocksuite/blocks': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/editor': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/blocks': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/editor': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424
|
||||
react: '>=18.0.0'
|
||||
react-dom: '>=18.0.0'
|
||||
dependencies:
|
||||
'@blocksuite/blocks': 0.4.0-20230217095654-a561b36_dtmhin5qsbpe5id5qeimghpavm
|
||||
'@blocksuite/editor': 0.4.0-20230217095654-a561b36_s2lgz6fjlafla2itashgrkrf5u
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/blocks': 0.4.0-20230217222321-04d1424_4cwcgcp5ir2vqen5uzig7scmpm
|
||||
'@blocksuite/editor': 0.4.0-20230217222321-04d1424_7kqtpp64rzm75dbklw7a5meghu
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424
|
||||
react: 18.2.0
|
||||
zustand: 4.3.3_react@18.2.0
|
||||
transitivePeerDependencies:
|
||||
@ -2774,19 +2774,19 @@ packages:
|
||||
- lit
|
||||
dev: false
|
||||
|
||||
/@blocksuite/react/0.4.0-20230217095654-a561b36_wqt5vgiwk2wcrkromazh2p2frm:
|
||||
resolution: {integrity: sha512-YNaHFHB45p6HrZIpWL2CYwRYsD/MYbRnioOVwyt0yrkoE3IXLBuLACB76qtMlN3m83oto3cskBg+cUcDNqpRIg==}
|
||||
/@blocksuite/react/0.4.0-20230217222321-04d1424_zljk4f4o2mfqot4u5tnsncbss4:
|
||||
resolution: {integrity: sha512-sfqloYWXreoN+ljsV4sxF178hOtIGfOSETp7Y3VHQGzOevLjiQFIF2rYnTbqjO6a/fuk9uncImBUHS/xtK0QDA==}
|
||||
peerDependencies:
|
||||
'@blocksuite/blocks': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/editor': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/blocks': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/editor': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424
|
||||
react: '>=18.0.0'
|
||||
react-dom: '>=18.0.0'
|
||||
dependencies:
|
||||
'@blocksuite/blocks': 0.4.0-20230217095654-a561b36_dtmhin5qsbpe5id5qeimghpavm
|
||||
'@blocksuite/editor': 0.4.0-20230217095654-a561b36_s2lgz6fjlafla2itashgrkrf5u
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/store': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/blocks': 0.4.0-20230217222321-04d1424_4cwcgcp5ir2vqen5uzig7scmpm
|
||||
'@blocksuite/editor': 0.4.0-20230217222321-04d1424_7kqtpp64rzm75dbklw7a5meghu
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
'@blocksuite/store': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
zustand: 4.3.3_react@18.2.0
|
||||
@ -2795,13 +2795,13 @@ packages:
|
||||
- lit
|
||||
dev: false
|
||||
|
||||
/@blocksuite/store/0.4.0-20230217095654-a561b36:
|
||||
resolution: {integrity: sha512-6WaiEQwXWKuOf8DaKFu0g5AIKd0YuQpoHdblg0BWnG1kbgM5zCeySFOgrFxtXX1o8NhCNGjqenlZlkBaOn8UcA==}
|
||||
/@blocksuite/store/0.4.0-20230217222321-04d1424:
|
||||
resolution: {integrity: sha512-fzls/XRZucI0jE2FG5GptBlWOEGit1uHUbg0iA/SHEyYAUFrCbhwirTfZVlYfpjWU8Qp7Mp4Yl96CXIXcBui1Q==}
|
||||
peerDependencies:
|
||||
yjs: ^13
|
||||
dependencies:
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/virgo': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/virgo': 0.4.0-20230217222321-04d1424
|
||||
'@types/flexsearch': 0.7.3
|
||||
buffer: 6.0.3
|
||||
flexsearch: 0.7.21
|
||||
@ -2820,13 +2820,13 @@ packages:
|
||||
- utf-8-validate
|
||||
dev: false
|
||||
|
||||
/@blocksuite/store/0.4.0-20230217095654-a561b36_lit@2.6.1:
|
||||
resolution: {integrity: sha512-6WaiEQwXWKuOf8DaKFu0g5AIKd0YuQpoHdblg0BWnG1kbgM5zCeySFOgrFxtXX1o8NhCNGjqenlZlkBaOn8UcA==}
|
||||
/@blocksuite/store/0.4.0-20230217222321-04d1424_lit@2.6.1:
|
||||
resolution: {integrity: sha512-fzls/XRZucI0jE2FG5GptBlWOEGit1uHUbg0iA/SHEyYAUFrCbhwirTfZVlYfpjWU8Qp7Mp4Yl96CXIXcBui1Q==}
|
||||
peerDependencies:
|
||||
yjs: ^13
|
||||
dependencies:
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/virgo': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
'@blocksuite/virgo': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
'@types/flexsearch': 0.7.3
|
||||
buffer: 6.0.3
|
||||
flexsearch: 0.7.21
|
||||
@ -2845,13 +2845,13 @@ packages:
|
||||
- utf-8-validate
|
||||
dev: false
|
||||
|
||||
/@blocksuite/store/0.4.0-20230217095654-a561b36_lit@2.6.1+yjs@13.5.45:
|
||||
resolution: {integrity: sha512-6WaiEQwXWKuOf8DaKFu0g5AIKd0YuQpoHdblg0BWnG1kbgM5zCeySFOgrFxtXX1o8NhCNGjqenlZlkBaOn8UcA==}
|
||||
/@blocksuite/store/0.4.0-20230217222321-04d1424_lit@2.6.1+yjs@13.5.45:
|
||||
resolution: {integrity: sha512-fzls/XRZucI0jE2FG5GptBlWOEGit1uHUbg0iA/SHEyYAUFrCbhwirTfZVlYfpjWU8Qp7Mp4Yl96CXIXcBui1Q==}
|
||||
peerDependencies:
|
||||
yjs: ^13
|
||||
dependencies:
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/virgo': 0.4.0-20230217095654-a561b36_lit@2.6.1+yjs@13.5.45
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
'@blocksuite/virgo': 0.4.0-20230217222321-04d1424_lit@2.6.1+yjs@13.5.45
|
||||
'@types/flexsearch': 0.7.3
|
||||
buffer: 6.0.3
|
||||
flexsearch: 0.7.21
|
||||
@ -2871,13 +2871,13 @@ packages:
|
||||
- utf-8-validate
|
||||
dev: false
|
||||
|
||||
/@blocksuite/store/0.4.0-20230217095654-a561b36_yjs@13.5.45:
|
||||
resolution: {integrity: sha512-6WaiEQwXWKuOf8DaKFu0g5AIKd0YuQpoHdblg0BWnG1kbgM5zCeySFOgrFxtXX1o8NhCNGjqenlZlkBaOn8UcA==}
|
||||
/@blocksuite/store/0.4.0-20230217222321-04d1424_yjs@13.5.45:
|
||||
resolution: {integrity: sha512-fzls/XRZucI0jE2FG5GptBlWOEGit1uHUbg0iA/SHEyYAUFrCbhwirTfZVlYfpjWU8Qp7Mp4Yl96CXIXcBui1Q==}
|
||||
peerDependencies:
|
||||
yjs: ^13
|
||||
dependencies:
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/virgo': 0.4.0-20230217095654-a561b36_yjs@13.5.45
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424
|
||||
'@blocksuite/virgo': 0.4.0-20230217222321-04d1424_yjs@13.5.45
|
||||
'@types/flexsearch': 0.7.3
|
||||
buffer: 6.0.3
|
||||
flexsearch: 0.7.21
|
||||
@ -2897,46 +2897,46 @@ packages:
|
||||
- utf-8-validate
|
||||
dev: false
|
||||
|
||||
/@blocksuite/virgo/0.4.0-20230217095654-a561b36:
|
||||
resolution: {integrity: sha512-duJN3+nr+QwhTsnyU+CA/b5uDptbLmp/WdM5NjtGScsYz9/a1l4pnOph1fOF04+A9squLMAMl06nnf85G7izmA==}
|
||||
/@blocksuite/virgo/0.4.0-20230217222321-04d1424:
|
||||
resolution: {integrity: sha512-tzul1CCMdvy4pR/Ih/wgNCTGejkUtGCRaHKS4jt42YOUGRxphrXz9yu4Zv04UrXir4Ady2cSItwVg2ARfXh/Ig==}
|
||||
peerDependencies:
|
||||
lit: ^2
|
||||
yjs: ^13
|
||||
dependencies:
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424
|
||||
zod: 3.20.6
|
||||
dev: false
|
||||
|
||||
/@blocksuite/virgo/0.4.0-20230217095654-a561b36_lit@2.6.1:
|
||||
resolution: {integrity: sha512-duJN3+nr+QwhTsnyU+CA/b5uDptbLmp/WdM5NjtGScsYz9/a1l4pnOph1fOF04+A9squLMAMl06nnf85G7izmA==}
|
||||
/@blocksuite/virgo/0.4.0-20230217222321-04d1424_lit@2.6.1:
|
||||
resolution: {integrity: sha512-tzul1CCMdvy4pR/Ih/wgNCTGejkUtGCRaHKS4jt42YOUGRxphrXz9yu4Zv04UrXir4Ady2cSItwVg2ARfXh/Ig==}
|
||||
peerDependencies:
|
||||
lit: ^2
|
||||
yjs: ^13
|
||||
dependencies:
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
lit: 2.6.1
|
||||
zod: 3.20.6
|
||||
dev: false
|
||||
|
||||
/@blocksuite/virgo/0.4.0-20230217095654-a561b36_lit@2.6.1+yjs@13.5.45:
|
||||
resolution: {integrity: sha512-duJN3+nr+QwhTsnyU+CA/b5uDptbLmp/WdM5NjtGScsYz9/a1l4pnOph1fOF04+A9squLMAMl06nnf85G7izmA==}
|
||||
/@blocksuite/virgo/0.4.0-20230217222321-04d1424_lit@2.6.1+yjs@13.5.45:
|
||||
resolution: {integrity: sha512-tzul1CCMdvy4pR/Ih/wgNCTGejkUtGCRaHKS4jt42YOUGRxphrXz9yu4Zv04UrXir4Ady2cSItwVg2ARfXh/Ig==}
|
||||
peerDependencies:
|
||||
lit: ^2
|
||||
yjs: ^13
|
||||
dependencies:
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36_lit@2.6.1
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424_lit@2.6.1
|
||||
lit: 2.6.1
|
||||
yjs: 13.5.45
|
||||
zod: 3.20.6
|
||||
dev: false
|
||||
|
||||
/@blocksuite/virgo/0.4.0-20230217095654-a561b36_yjs@13.5.45:
|
||||
resolution: {integrity: sha512-duJN3+nr+QwhTsnyU+CA/b5uDptbLmp/WdM5NjtGScsYz9/a1l4pnOph1fOF04+A9squLMAMl06nnf85G7izmA==}
|
||||
/@blocksuite/virgo/0.4.0-20230217222321-04d1424_yjs@13.5.45:
|
||||
resolution: {integrity: sha512-tzul1CCMdvy4pR/Ih/wgNCTGejkUtGCRaHKS4jt42YOUGRxphrXz9yu4Zv04UrXir4Ady2cSItwVg2ARfXh/Ig==}
|
||||
peerDependencies:
|
||||
lit: ^2
|
||||
yjs: ^13
|
||||
dependencies:
|
||||
'@blocksuite/global': 0.4.0-20230217095654-a561b36
|
||||
'@blocksuite/global': 0.4.0-20230217222321-04d1424
|
||||
yjs: 13.5.45
|
||||
zod: 3.20.6
|
||||
dev: false
|
||||
|
Loading…
Reference in New Issue
Block a user