mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 18:42:58 +03:00
feat: bump blocksuite (#5735)
This commit is contained in:
parent
fc8a48fb43
commit
1cf902bdb6
4
packages/common/env/package.json
vendored
4
packages/common/env/package.json
vendored
@ -3,8 +3,8 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@blocksuite/global": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/global": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/store": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"vitest": "1.1.3"
|
"vitest": "1.1.3"
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
"@affine/debug": "workspace:*",
|
"@affine/debug": "workspace:*",
|
||||||
"@affine/env": "workspace:*",
|
"@affine/env": "workspace:*",
|
||||||
"@affine/templates": "workspace:*",
|
"@affine/templates": "workspace:*",
|
||||||
"@blocksuite/blocks": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/blocks": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/global": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/global": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/store": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"jotai": "^2.5.1",
|
"jotai": "^2.5.1",
|
||||||
"jotai-effect": "^0.2.3",
|
"jotai-effect": "^0.2.3",
|
||||||
"nanoid": "^5.0.3",
|
"nanoid": "^5.0.3",
|
||||||
@ -26,8 +26,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@affine-test/fixtures": "workspace:*",
|
"@affine-test/fixtures": "workspace:*",
|
||||||
"@affine/templates": "workspace:*",
|
"@affine/templates": "workspace:*",
|
||||||
"@blocksuite/lit": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/lit": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/presets": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/presets": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"async-call-rpc": "^6.3.1",
|
"async-call-rpc": "^6.3.1",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"rxjs": "^7.8.1",
|
"rxjs": "^7.8.1",
|
||||||
|
@ -32,14 +32,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@blocksuite/global": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/global": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"idb": "^8.0.0",
|
"idb": "^8.0.0",
|
||||||
"nanoid": "^5.0.3",
|
"nanoid": "^5.0.3",
|
||||||
"y-provider": "workspace:*"
|
"y-provider": "workspace:*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@blocksuite/blocks": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/blocks": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/store": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"fake-indexeddb": "^5.0.0",
|
"fake-indexeddb": "^5.0.0",
|
||||||
"vite": "^5.0.6",
|
"vite": "^5.0.6",
|
||||||
"vite-plugin-dts": "3.7.0",
|
"vite-plugin-dts": "3.7.0",
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
"build": "vite build"
|
"build": "vite build"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@blocksuite/store": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"vite": "^5.0.6",
|
"vite": "^5.0.6",
|
||||||
"vite-plugin-dts": "3.7.0",
|
"vite-plugin-dts": "3.7.0",
|
||||||
"vitest": "1.1.3",
|
"vitest": "1.1.3",
|
||||||
|
@ -73,12 +73,12 @@
|
|||||||
"uuid": "^9.0.1"
|
"uuid": "^9.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@blocksuite/blocks": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/blocks": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/global": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/global": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/icons": "2.1.44",
|
"@blocksuite/icons": "2.1.44",
|
||||||
"@blocksuite/lit": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/lit": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/presets": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/presets": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/store": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@storybook/addon-actions": "^7.5.3",
|
"@storybook/addon-actions": "^7.5.3",
|
||||||
"@storybook/addon-essentials": "^7.5.3",
|
"@storybook/addon-essentials": "^7.5.3",
|
||||||
"@storybook/addon-interactions": "^7.5.3",
|
"@storybook/addon-interactions": "^7.5.3",
|
||||||
|
@ -26,14 +26,14 @@
|
|||||||
"@affine/templates": "workspace:*",
|
"@affine/templates": "workspace:*",
|
||||||
"@affine/workspace": "workspace:*",
|
"@affine/workspace": "workspace:*",
|
||||||
"@affine/workspace-impl": "workspace:*",
|
"@affine/workspace-impl": "workspace:*",
|
||||||
"@blocksuite/block-std": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/block-std": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/blocks": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/blocks": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/global": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/global": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/icons": "2.1.44",
|
"@blocksuite/icons": "2.1.44",
|
||||||
"@blocksuite/inline": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/inline": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/lit": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/lit": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/presets": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/presets": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/store": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@dnd-kit/core": "^6.0.8",
|
"@dnd-kit/core": "^6.0.8",
|
||||||
"@dnd-kit/sortable": "^8.0.0",
|
"@dnd-kit/sortable": "^8.0.0",
|
||||||
"@emotion/cache": "^11.11.0",
|
"@emotion/cache": "^11.11.0",
|
||||||
|
@ -25,10 +25,10 @@
|
|||||||
"@affine-test/kit": "workspace:*",
|
"@affine-test/kit": "workspace:*",
|
||||||
"@affine/env": "workspace:*",
|
"@affine/env": "workspace:*",
|
||||||
"@affine/native": "workspace:*",
|
"@affine/native": "workspace:*",
|
||||||
"@blocksuite/blocks": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/blocks": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/lit": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/lit": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/presets": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/presets": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/store": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@electron-forge/cli": "^7.2.0",
|
"@electron-forge/cli": "^7.2.0",
|
||||||
"@electron-forge/core": "^7.2.0",
|
"@electron-forge/core": "^7.2.0",
|
||||||
"@electron-forge/core-utils": "^7.2.0",
|
"@electron-forge/core-utils": "^7.2.0",
|
||||||
|
@ -3,10 +3,11 @@
|
|||||||
LATEST_NIGHTLY=$(npm view @blocksuite/presets@nightly version | cut -d ':' -f 2 | tr -d '[:space:]')
|
LATEST_NIGHTLY=$(npm view @blocksuite/presets@nightly version | cut -d ':' -f 2 | tr -d '[:space:]')
|
||||||
echo "Bump to latest BlockSuite nightly version: $LATEST_NIGHTLY"
|
echo "Bump to latest BlockSuite nightly version: $LATEST_NIGHTLY"
|
||||||
|
|
||||||
yarn up "@blocksuite/store@${LATEST_NIGHTLY}"
|
yarn up \
|
||||||
yarn up "@blocksuite/blocks@${LATEST_NIGHTLY}"
|
"@blocksuite/store@${LATEST_NIGHTLY}" \
|
||||||
yarn up "@blocksuite/presets@${LATEST_NIGHTLY}"
|
"@blocksuite/blocks@${LATEST_NIGHTLY}" \
|
||||||
yarn up "@blocksuite/global@${LATEST_NIGHTLY}"
|
"@blocksuite/presets@${LATEST_NIGHTLY}" \
|
||||||
yarn up "@blocksuite/block-std@${LATEST_NIGHTLY}"
|
"@blocksuite/global@${LATEST_NIGHTLY}" \
|
||||||
yarn up "@blocksuite/lit@${LATEST_NIGHTLY}"
|
"@blocksuite/block-std@${LATEST_NIGHTLY}" \
|
||||||
yarn up "@blocksuite/inline@${LATEST_NIGHTLY}"
|
"@blocksuite/lit@${LATEST_NIGHTLY}" \
|
||||||
|
"@blocksuite/inline@${LATEST_NIGHTLY}"
|
||||||
|
@ -22,14 +22,14 @@
|
|||||||
"storybook-addon-react-router-v6": "^2.0.10"
|
"storybook-addon-react-router-v6": "^2.0.10"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@blocksuite/block-std": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/block-std": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/blocks": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/blocks": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/global": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/global": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/icons": "2.1.44",
|
"@blocksuite/icons": "2.1.44",
|
||||||
"@blocksuite/inline": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/inline": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/lit": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/lit": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/presets": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/presets": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@blocksuite/store": "0.12.0-nightly-202401260550-8a560a1",
|
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df",
|
||||||
"@storybook/addon-actions": "^7.5.3",
|
"@storybook/addon-actions": "^7.5.3",
|
||||||
"@storybook/addon-essentials": "^7.5.3",
|
"@storybook/addon-essentials": "^7.5.3",
|
||||||
"@storybook/addon-interactions": "^7.5.3",
|
"@storybook/addon-interactions": "^7.5.3",
|
||||||
|
164
yarn.lock
164
yarn.lock
@ -195,12 +195,12 @@ __metadata:
|
|||||||
"@affine/graphql": "workspace:*"
|
"@affine/graphql": "workspace:*"
|
||||||
"@affine/i18n": "workspace:*"
|
"@affine/i18n": "workspace:*"
|
||||||
"@affine/workspace": "workspace:*"
|
"@affine/workspace": "workspace:*"
|
||||||
"@blocksuite/blocks": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/blocks": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/global": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/icons": "npm:2.1.44"
|
"@blocksuite/icons": "npm:2.1.44"
|
||||||
"@blocksuite/lit": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/lit": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/presets": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/presets": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/store": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@dnd-kit/core": "npm:^6.0.8"
|
"@dnd-kit/core": "npm:^6.0.8"
|
||||||
"@dnd-kit/modifiers": "npm:^7.0.0"
|
"@dnd-kit/modifiers": "npm:^7.0.0"
|
||||||
"@dnd-kit/sortable": "npm:^8.0.0"
|
"@dnd-kit/sortable": "npm:^8.0.0"
|
||||||
@ -298,14 +298,14 @@ __metadata:
|
|||||||
"@affine/workspace": "workspace:*"
|
"@affine/workspace": "workspace:*"
|
||||||
"@affine/workspace-impl": "workspace:*"
|
"@affine/workspace-impl": "workspace:*"
|
||||||
"@aws-sdk/client-s3": "npm:3.499.0"
|
"@aws-sdk/client-s3": "npm:3.499.0"
|
||||||
"@blocksuite/block-std": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/block-std": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/blocks": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/blocks": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/global": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/icons": "npm:2.1.44"
|
"@blocksuite/icons": "npm:2.1.44"
|
||||||
"@blocksuite/inline": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/inline": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/lit": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/lit": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/presets": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/presets": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/store": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@dnd-kit/core": "npm:^6.0.8"
|
"@dnd-kit/core": "npm:^6.0.8"
|
||||||
"@dnd-kit/sortable": "npm:^8.0.0"
|
"@dnd-kit/sortable": "npm:^8.0.0"
|
||||||
"@emotion/cache": "npm:^11.11.0"
|
"@emotion/cache": "npm:^11.11.0"
|
||||||
@ -432,10 +432,10 @@ __metadata:
|
|||||||
"@affine-test/kit": "workspace:*"
|
"@affine-test/kit": "workspace:*"
|
||||||
"@affine/env": "workspace:*"
|
"@affine/env": "workspace:*"
|
||||||
"@affine/native": "workspace:*"
|
"@affine/native": "workspace:*"
|
||||||
"@blocksuite/blocks": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/blocks": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/lit": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/lit": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/presets": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/presets": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/store": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@electron-forge/cli": "npm:^7.2.0"
|
"@electron-forge/cli": "npm:^7.2.0"
|
||||||
"@electron-forge/core": "npm:^7.2.0"
|
"@electron-forge/core": "npm:^7.2.0"
|
||||||
"@electron-forge/core-utils": "npm:^7.2.0"
|
"@electron-forge/core-utils": "npm:^7.2.0"
|
||||||
@ -484,8 +484,8 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@affine/env@workspace:packages/common/env"
|
resolution: "@affine/env@workspace:packages/common/env"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/store": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
lit: "npm:^3.0.2"
|
lit: "npm:^3.0.2"
|
||||||
react: "npm:18.2.0"
|
react: "npm:18.2.0"
|
||||||
react-dom: "npm:18.2.0"
|
react-dom: "npm:18.2.0"
|
||||||
@ -732,14 +732,14 @@ __metadata:
|
|||||||
"@affine/component": "workspace:*"
|
"@affine/component": "workspace:*"
|
||||||
"@affine/i18n": "workspace:*"
|
"@affine/i18n": "workspace:*"
|
||||||
"@affine/workspace-impl": "workspace:*"
|
"@affine/workspace-impl": "workspace:*"
|
||||||
"@blocksuite/block-std": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/block-std": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/blocks": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/blocks": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/global": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/icons": "npm:2.1.44"
|
"@blocksuite/icons": "npm:2.1.44"
|
||||||
"@blocksuite/inline": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/inline": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/lit": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/lit": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/presets": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/presets": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/store": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@dnd-kit/sortable": "npm:^8.0.0"
|
"@dnd-kit/sortable": "npm:^8.0.0"
|
||||||
"@storybook/addon-actions": "npm:^7.5.3"
|
"@storybook/addon-actions": "npm:^7.5.3"
|
||||||
"@storybook/addon-essentials": "npm:^7.5.3"
|
"@storybook/addon-essentials": "npm:^7.5.3"
|
||||||
@ -3386,29 +3386,29 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/block-std@npm:0.12.0-nightly-202401260550-8a560a1":
|
"@blocksuite/block-std@npm:0.12.0-nightly-202401290223-b6302df":
|
||||||
version: 0.12.0-nightly-202401260550-8a560a1
|
version: 0.12.0-nightly-202401290223-b6302df
|
||||||
resolution: "@blocksuite/block-std@npm:0.12.0-nightly-202401260550-8a560a1"
|
resolution: "@blocksuite/block-std@npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
lz-string: "npm:^1.5.0"
|
lz-string: "npm:^1.5.0"
|
||||||
w3c-keyname: "npm:^2.2.8"
|
w3c-keyname: "npm:^2.2.8"
|
||||||
zod: "npm:^3.22.4"
|
zod: "npm:^3.22.4"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@blocksuite/store": 0.12.0-nightly-202401260550-8a560a1
|
"@blocksuite/store": 0.12.0-nightly-202401290223-b6302df
|
||||||
checksum: 6dfe49c695bfc978fb06ff540bc777f6be1696ff3cca8f5c8b41eaebedfaed9cfc3fe80be9c2646d5070dd09a840c6c415a2f2a84e5a492a703796d017e63d62
|
checksum: 9fea130b429934bb275591ad0434d2c55983ad9816c6c3c726bd9f6d4266a8b1eeead75a20fbb73229a270e92ede35eaa0d7914c866b20be08a5652ebde728c7
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/blocks@npm:0.12.0-nightly-202401260550-8a560a1":
|
"@blocksuite/blocks@npm:0.12.0-nightly-202401290223-b6302df":
|
||||||
version: 0.12.0-nightly-202401260550-8a560a1
|
version: 0.12.0-nightly-202401290223-b6302df
|
||||||
resolution: "@blocksuite/blocks@npm:0.12.0-nightly-202401260550-8a560a1"
|
resolution: "@blocksuite/blocks@npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/block-std": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/block-std": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/global": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/inline": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/inline": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/lit": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/lit": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/store": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@floating-ui/dom": "npm:^1.5.4"
|
"@floating-ui/dom": "npm:^1.5.4"
|
||||||
"@toeverything/theme": "npm:^0.7.27"
|
"@toeverything/theme": "npm:^0.7.27"
|
||||||
"@types/hast": "npm:^3.0.3"
|
"@types/hast": "npm:^3.0.3"
|
||||||
@ -3442,16 +3442,16 @@ __metadata:
|
|||||||
unified: "npm:^11.0.4"
|
unified: "npm:^11.0.4"
|
||||||
webfontloader: "npm:^1.6.28"
|
webfontloader: "npm:^1.6.28"
|
||||||
zod: "npm:^3.22.4"
|
zod: "npm:^3.22.4"
|
||||||
checksum: 0bc0108e0a103b303b77b2c90bdda1490d690289c63b6229bdf9211a09e594e46571fd351b5b199cec46c2afddc97ac7f85479a328bc6c0797b209ccb03e5f2d
|
checksum: bd57e8b1ec108733e0f25e5dd578efe4af859cfd31a7b13f71f763ecd9c5585b3e17a9a81b09192e54f09247aeca8a93d28612b1f8429106a72c4a5b7918b479
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/global@npm:0.12.0-nightly-202401260550-8a560a1":
|
"@blocksuite/global@npm:0.12.0-nightly-202401290223-b6302df":
|
||||||
version: 0.12.0-nightly-202401260550-8a560a1
|
version: 0.12.0-nightly-202401290223-b6302df
|
||||||
resolution: "@blocksuite/global@npm:0.12.0-nightly-202401260550-8a560a1"
|
resolution: "@blocksuite/global@npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
dependencies:
|
dependencies:
|
||||||
zod: "npm:^3.22.4"
|
zod: "npm:^3.22.4"
|
||||||
checksum: f87f64fae8490a84a90ff4f7cf07da69747db1f36e1a192a57d30e43afa2e3ac8897b82c3ad448f368a02c2e84a1fd6b4684f6e9fa751ef8d72be0e402101664
|
checksum: 9644627c34ee198ce183d5972bd4d03045b5cb15e227d1bc2f5996edbae818d5c1d3830194a2420930b17a350ac462aa025a316a44e562676cbaa2c4db19b898
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -3465,58 +3465,58 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/inline@npm:0.12.0-nightly-202401260550-8a560a1":
|
"@blocksuite/inline@npm:0.12.0-nightly-202401290223-b6302df":
|
||||||
version: 0.12.0-nightly-202401260550-8a560a1
|
version: 0.12.0-nightly-202401290223-b6302df
|
||||||
resolution: "@blocksuite/inline@npm:0.12.0-nightly-202401260550-8a560a1"
|
resolution: "@blocksuite/inline@npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
zod: "npm:^3.22.4"
|
zod: "npm:^3.22.4"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
lit: ^3.1.1
|
lit: ^3.1.1
|
||||||
yjs: ^13
|
yjs: ^13
|
||||||
checksum: 309f3fc04ad77a7ee4efe10046b90611aa04b816e9ffb243ef59270f9580f78419f3f7c202f8740bd3fba9bbe462168b5aa0ae8e444f76019eb05caf3bdc3cb7
|
checksum: 42c84d8b8184b8622ffa993ff57fb8b9c516da4696438e239f0410d3bc94a7c15741a8b30f1113516885eb85d2495cc0179ae54324072c9a1eafebd3948f1a6a
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/lit@npm:0.12.0-nightly-202401260550-8a560a1":
|
"@blocksuite/lit@npm:0.12.0-nightly-202401290223-b6302df":
|
||||||
version: 0.12.0-nightly-202401260550-8a560a1
|
version: 0.12.0-nightly-202401290223-b6302df
|
||||||
resolution: "@blocksuite/lit@npm:0.12.0-nightly-202401260550-8a560a1"
|
resolution: "@blocksuite/lit@npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/inline": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/inline": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
lit: "npm:^3.1.1"
|
lit: "npm:^3.1.1"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@blocksuite/block-std": 0.12.0-nightly-202401260550-8a560a1
|
"@blocksuite/block-std": 0.12.0-nightly-202401290223-b6302df
|
||||||
"@blocksuite/store": 0.12.0-nightly-202401260550-8a560a1
|
"@blocksuite/store": 0.12.0-nightly-202401290223-b6302df
|
||||||
checksum: 7faa07ca79375cdc9138ffa4efcdb80247d8dae8203efe1444c24bbb4c44cbbf18823f892cc2e077c7033f423714849fd1358c51690dd7e6e1f0d0bc0e64d9e4
|
checksum: 7fb16d96f9553944b9d2dad548bd1f1448991d850aee703885fc117feda7f7e7cc8a24f455bf4ea4fc13c8f657e5eec7b6f8e89d4904de8a5f72549eb64b16c4
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/presets@npm:0.12.0-nightly-202401260550-8a560a1":
|
"@blocksuite/presets@npm:0.12.0-nightly-202401290223-b6302df":
|
||||||
version: 0.12.0-nightly-202401260550-8a560a1
|
version: 0.12.0-nightly-202401290223-b6302df
|
||||||
resolution: "@blocksuite/presets@npm:0.12.0-nightly-202401260550-8a560a1"
|
resolution: "@blocksuite/presets@npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/block-std": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/block-std": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/blocks": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/blocks": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/global": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/inline": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/inline": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/lit": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/lit": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/store": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@fal-ai/serverless-client": "npm:^0.8.2"
|
"@fal-ai/serverless-client": "npm:^0.8.2"
|
||||||
"@floating-ui/dom": "npm:^1.5.4"
|
"@floating-ui/dom": "npm:^1.5.4"
|
||||||
"@toeverything/theme": "npm:^0.7.27"
|
"@toeverything/theme": "npm:^0.7.27"
|
||||||
lit: "npm:^3.1.1"
|
lit: "npm:^3.1.1"
|
||||||
openai: "npm:^4.25.0"
|
openai: "npm:^4.25.0"
|
||||||
checksum: 058e45c785480c0485b13832c97c41bb5584beff888de3f104d23b7cc1047691de3c4eca6f6643759d7adbb51ea7df74a0fdfe348b118e752fdf034a27610be8
|
checksum: a6e44172ae825a6e43a2084459effc1e8257c6c5f55df6e06c5e37c5da394616d07ce78eb0e65bf4b51f5fae2d2042b0a320b9df57d05b811bba63fb5954fb12
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/store@npm:0.12.0-nightly-202401260550-8a560a1":
|
"@blocksuite/store@npm:0.12.0-nightly-202401290223-b6302df":
|
||||||
version: 0.12.0-nightly-202401260550-8a560a1
|
version: 0.12.0-nightly-202401290223-b6302df
|
||||||
resolution: "@blocksuite/store@npm:0.12.0-nightly-202401260550-8a560a1"
|
resolution: "@blocksuite/store@npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/inline": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/inline": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@types/flexsearch": "npm:^0.7.6"
|
"@types/flexsearch": "npm:^0.7.6"
|
||||||
flexsearch: "npm:0.7.43"
|
flexsearch: "npm:0.7.43"
|
||||||
idb-keyval: "npm:^6.2.1"
|
idb-keyval: "npm:^6.2.1"
|
||||||
@ -3529,7 +3529,7 @@ __metadata:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
async-call-rpc: ^6
|
async-call-rpc: ^6
|
||||||
yjs: ^13
|
yjs: ^13
|
||||||
checksum: 569dba223343170eda4628eaff1256500e34a54c548047fa2e170a7ae92107f2737a1487f5e7fee6f98ab784f9dbdd0b8d90f23b3622fc65cb2bbeadd638f6b2
|
checksum: 555f53e54d9725274f233be0c12735d62d6a664d677d673feca4e7d0ebdb494ec3ab82202a4874105bcbcca86b07c95a0726031f24c7c79e992168d58165803d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -13043,11 +13043,11 @@ __metadata:
|
|||||||
"@affine/debug": "workspace:*"
|
"@affine/debug": "workspace:*"
|
||||||
"@affine/env": "workspace:*"
|
"@affine/env": "workspace:*"
|
||||||
"@affine/templates": "workspace:*"
|
"@affine/templates": "workspace:*"
|
||||||
"@blocksuite/blocks": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/blocks": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/global": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/lit": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/lit": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/presets": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/presets": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/store": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
async-call-rpc: "npm:^6.3.1"
|
async-call-rpc: "npm:^6.3.1"
|
||||||
jotai: "npm:^2.5.1"
|
jotai: "npm:^2.5.1"
|
||||||
jotai-effect: "npm:^0.2.3"
|
jotai-effect: "npm:^0.2.3"
|
||||||
@ -13094,9 +13094,9 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@toeverything/y-indexeddb@workspace:packages/common/y-indexeddb"
|
resolution: "@toeverything/y-indexeddb@workspace:packages/common/y-indexeddb"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/blocks": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/blocks": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/global": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
"@blocksuite/store": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
fake-indexeddb: "npm:^5.0.0"
|
fake-indexeddb: "npm:^5.0.0"
|
||||||
idb: "npm:^8.0.0"
|
idb: "npm:^8.0.0"
|
||||||
nanoid: "npm:^5.0.3"
|
nanoid: "npm:^5.0.3"
|
||||||
@ -35466,7 +35466,7 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "y-provider@workspace:packages/common/y-provider"
|
resolution: "y-provider@workspace:packages/common/y-provider"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/store": "npm:0.12.0-nightly-202401260550-8a560a1"
|
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df"
|
||||||
vite: "npm:^5.0.6"
|
vite: "npm:^5.0.6"
|
||||||
vite-plugin-dts: "npm:3.7.0"
|
vite-plugin-dts: "npm:3.7.0"
|
||||||
vitest: "npm:1.1.3"
|
vitest: "npm:1.1.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user