feat: bump blocksuite (#5767)

Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
Yifeng Wang
2024-02-01 16:28:22 +08:00
committed by GitHub
parent 61677b2ac4
commit fec2090de5
12 changed files with 127 additions and 119 deletions
+2 -2
View File
@@ -47,11 +47,11 @@
"groupName": "electron-forge" "groupName": "electron-forge"
}, },
{ {
"groupName": "blocksuite-nightly", "groupName": "blocksuite-canary",
"matchPackagePatterns": ["^@blocksuite"], "matchPackagePatterns": ["^@blocksuite"],
"excludePackageNames": ["@blocksuite/icons"], "excludePackageNames": ["@blocksuite/icons"],
"rangeStrategy": "replace", "rangeStrategy": "replace",
"followTag": "nightly" "followTag": "canary"
}, },
{ {
"groupName": "all non-major dependencies", "groupName": "all non-major dependencies",
+2 -2
View File
@@ -3,8 +3,8 @@
"private": true, "private": true,
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"@blocksuite/global": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/global": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/store": "0.12.0-canary-202402010557-e8d6e1d",
"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"
+5 -5
View File
@@ -17,9 +17,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-202401290223-b6302df", "@blocksuite/blocks": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/global": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/global": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/store": "0.12.0-canary-202402010557-e8d6e1d",
"foxact": "^0.2.20", "foxact": "^0.2.20",
"jotai": "^2.5.1", "jotai": "^2.5.1",
"jotai-effect": "^0.2.3", "jotai-effect": "^0.2.3",
@@ -33,8 +33,8 @@
"devDependencies": { "devDependencies": {
"@affine-test/fixtures": "workspace:*", "@affine-test/fixtures": "workspace:*",
"@affine/templates": "workspace:*", "@affine/templates": "workspace:*",
"@blocksuite/lit": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/lit": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/presets": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/presets": "0.12.0-canary-202402010557-e8d6e1d",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"async-call-rpc": "^6.3.1", "async-call-rpc": "^6.3.1",
"react": "^18.2.0", "react": "^18.2.0",
+3 -3
View File
@@ -32,14 +32,14 @@
} }
}, },
"dependencies": { "dependencies": {
"@blocksuite/global": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/global": "0.12.0-canary-202402010557-e8d6e1d",
"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-202401290223-b6302df", "@blocksuite/blocks": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/store": "0.12.0-canary-202402010557-e8d6e1d",
"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",
+1 -1
View File
@@ -24,7 +24,7 @@
"build": "vite build" "build": "vite build"
}, },
"devDependencies": { "devDependencies": {
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/store": "0.12.0-canary-202402010557-e8d6e1d",
"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",
+5 -5
View File
@@ -72,12 +72,12 @@
"uuid": "^9.0.1" "uuid": "^9.0.1"
}, },
"devDependencies": { "devDependencies": {
"@blocksuite/blocks": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/blocks": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/global": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/global": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/icons": "2.1.44", "@blocksuite/icons": "2.1.44",
"@blocksuite/lit": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/lit": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/presets": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/presets": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/store": "0.12.0-canary-202402010557-e8d6e1d",
"@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",
+7 -7
View File
@@ -25,14 +25,14 @@
"@affine/i18n": "workspace:*", "@affine/i18n": "workspace:*",
"@affine/templates": "workspace:*", "@affine/templates": "workspace:*",
"@affine/workspace-impl": "workspace:*", "@affine/workspace-impl": "workspace:*",
"@blocksuite/block-std": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/block-std": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/blocks": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/blocks": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/global": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/global": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/icons": "2.1.44", "@blocksuite/icons": "2.1.44",
"@blocksuite/inline": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/inline": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/lit": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/lit": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/presets": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/presets": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/store": "0.12.0-canary-202402010557-e8d6e1d",
"@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",
+4 -4
View File
@@ -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-202401290223-b6302df", "@blocksuite/blocks": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/lit": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/lit": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/presets": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/presets": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/store": "0.12.0-canary-202402010557-e8d6e1d",
"@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",
+8
View File
@@ -34,6 +34,14 @@ export interface Scalars {
Upload: { input: File; output: File }; Upload: { input: File; output: File };
} }
export interface CreateCheckoutSessionInput {
coupon: InputMaybe<Scalars['String']['input']>;
idempotencyKey: Scalars['String']['input'];
plan: InputMaybe<SubscriptionPlan>;
recurring: InputMaybe<SubscriptionRecurring>;
successCallbackLink: InputMaybe<Scalars['String']['input']>;
}
/** The type of workspace feature */ /** The type of workspace feature */
export enum FeatureType { export enum FeatureType {
Copilot = 'Copilot', Copilot = 'Copilot',
+7 -7
View File
@@ -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-202401290223-b6302df", "@blocksuite/block-std": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/blocks": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/blocks": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/global": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/global": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/icons": "2.1.44", "@blocksuite/icons": "2.1.44",
"@blocksuite/inline": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/inline": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/lit": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/lit": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/presets": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/presets": "0.12.0-canary-202402010557-e8d6e1d",
"@blocksuite/store": "0.12.0-nightly-202401290223-b6302df", "@blocksuite/store": "0.12.0-canary-202402010557-e8d6e1d",
"@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",
+1 -1
View File
@@ -24,7 +24,7 @@ const info = await fetch(
'https://registry.npmjs.org/@blocksuite/block-std' 'https://registry.npmjs.org/@blocksuite/block-std'
).then(res => res.json()); ).then(res => res.json());
const latestVersion = info['dist-tags'].nightly; const latestVersion = info['dist-tags'].canary;
const latestHash = latestVersion.split('-').pop(); const latestHash = latestVersion.split('-').pop();
if (oldHash === latestHash) { if (oldHash === latestHash) {
+82 -82
View File
@@ -195,12 +195,12 @@ __metadata:
"@affine/electron-api": "workspace:*" "@affine/electron-api": "workspace:*"
"@affine/graphql": "workspace:*" "@affine/graphql": "workspace:*"
"@affine/i18n": "workspace:*" "@affine/i18n": "workspace:*"
"@blocksuite/blocks": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/blocks": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/global": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/icons": "npm:2.1.44" "@blocksuite/icons": "npm:2.1.44"
"@blocksuite/lit": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/lit": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/presets": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/presets": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/store": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@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"
@@ -297,14 +297,14 @@ __metadata:
"@affine/templates": "workspace:*" "@affine/templates": "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-202401290223-b6302df" "@blocksuite/block-std": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/blocks": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/blocks": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/global": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/icons": "npm:2.1.44" "@blocksuite/icons": "npm:2.1.44"
"@blocksuite/inline": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/inline": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/lit": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/lit": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/presets": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/presets": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/store": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@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"
@@ -431,10 +431,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-202401290223-b6302df" "@blocksuite/blocks": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/lit": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/lit": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/presets": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/presets": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/store": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@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"
@@ -483,8 +483,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-202401290223-b6302df" "@blocksuite/global": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/store": "npm:0.12.0-canary-202402010557-e8d6e1d"
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"
@@ -731,14 +731,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-202401290223-b6302df" "@blocksuite/block-std": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/blocks": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/blocks": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/global": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/icons": "npm:2.1.44" "@blocksuite/icons": "npm:2.1.44"
"@blocksuite/inline": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/inline": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/lit": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/lit": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/presets": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/presets": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/store": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@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"
@@ -3367,29 +3367,29 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@blocksuite/block-std@npm:0.12.0-nightly-202401290223-b6302df": "@blocksuite/block-std@npm:0.12.0-canary-202402010557-e8d6e1d":
version: 0.12.0-nightly-202401290223-b6302df version: 0.12.0-canary-202402010557-e8d6e1d
resolution: "@blocksuite/block-std@npm:0.12.0-nightly-202401290223-b6302df" resolution: "@blocksuite/block-std@npm:0.12.0-canary-202402010557-e8d6e1d"
dependencies: dependencies:
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/global": "npm:0.12.0-canary-202402010557-e8d6e1d"
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-202401290223-b6302df "@blocksuite/store": 0.12.0-canary-202402010557-e8d6e1d
checksum: 9fea130b429934bb275591ad0434d2c55983ad9816c6c3c726bd9f6d4266a8b1eeead75a20fbb73229a270e92ede35eaa0d7914c866b20be08a5652ebde728c7 checksum: e671e3f7541ed2038ed1ff970b7eb013af481af764e5a7d293bae14e658e4aa0d3a1eac843f19f4433c9a1f165716ab8386aad7e6b1b81fc3377aba24814c711
languageName: node languageName: node
linkType: hard linkType: hard
"@blocksuite/blocks@npm:0.12.0-nightly-202401290223-b6302df": "@blocksuite/blocks@npm:0.12.0-canary-202402010557-e8d6e1d":
version: 0.12.0-nightly-202401290223-b6302df version: 0.12.0-canary-202402010557-e8d6e1d
resolution: "@blocksuite/blocks@npm:0.12.0-nightly-202401290223-b6302df" resolution: "@blocksuite/blocks@npm:0.12.0-canary-202402010557-e8d6e1d"
dependencies: dependencies:
"@blocksuite/block-std": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/block-std": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/global": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/inline": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/inline": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/lit": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/lit": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/store": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@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"
@@ -3423,16 +3423,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: bd57e8b1ec108733e0f25e5dd578efe4af859cfd31a7b13f71f763ecd9c5585b3e17a9a81b09192e54f09247aeca8a93d28612b1f8429106a72c4a5b7918b479 checksum: 8be2f24604ab35c3c889985c40f6adc4a863fe7cfd985aaf75772e5dfa4a597d75793397d6727dc73ecfd412bce3f396cb7a98c1f85eef34f81329514a8d9dbd
languageName: node languageName: node
linkType: hard linkType: hard
"@blocksuite/global@npm:0.12.0-nightly-202401290223-b6302df": "@blocksuite/global@npm:0.12.0-canary-202402010557-e8d6e1d":
version: 0.12.0-nightly-202401290223-b6302df version: 0.12.0-canary-202402010557-e8d6e1d
resolution: "@blocksuite/global@npm:0.12.0-nightly-202401290223-b6302df" resolution: "@blocksuite/global@npm:0.12.0-canary-202402010557-e8d6e1d"
dependencies: dependencies:
zod: "npm:^3.22.4" zod: "npm:^3.22.4"
checksum: 9644627c34ee198ce183d5972bd4d03045b5cb15e227d1bc2f5996edbae818d5c1d3830194a2420930b17a350ac462aa025a316a44e562676cbaa2c4db19b898 checksum: 2382f30d55583393dc3a2e365d09790767dca72d269bcbac6afdc8f41b3d053ab6402c5bc4dfc521c9478719d77ff73cadc77a8344f3e63751407647705a519b
languageName: node languageName: node
linkType: hard linkType: hard
@@ -3446,58 +3446,58 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@blocksuite/inline@npm:0.12.0-nightly-202401290223-b6302df": "@blocksuite/inline@npm:0.12.0-canary-202402010557-e8d6e1d":
version: 0.12.0-nightly-202401290223-b6302df version: 0.12.0-canary-202402010557-e8d6e1d
resolution: "@blocksuite/inline@npm:0.12.0-nightly-202401290223-b6302df" resolution: "@blocksuite/inline@npm:0.12.0-canary-202402010557-e8d6e1d"
dependencies: dependencies:
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/global": "npm:0.12.0-canary-202402010557-e8d6e1d"
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: 42c84d8b8184b8622ffa993ff57fb8b9c516da4696438e239f0410d3bc94a7c15741a8b30f1113516885eb85d2495cc0179ae54324072c9a1eafebd3948f1a6a checksum: e806f03834e9f53348503153699dab4eba8fd5c60a04cf202a8474e789a4bf54b0be116a4a222df1782b18ed7146ea2234bc0bee21ae517042b4869b119b1522
languageName: node languageName: node
linkType: hard linkType: hard
"@blocksuite/lit@npm:0.12.0-nightly-202401290223-b6302df": "@blocksuite/lit@npm:0.12.0-canary-202402010557-e8d6e1d":
version: 0.12.0-nightly-202401290223-b6302df version: 0.12.0-canary-202402010557-e8d6e1d
resolution: "@blocksuite/lit@npm:0.12.0-nightly-202401290223-b6302df" resolution: "@blocksuite/lit@npm:0.12.0-canary-202402010557-e8d6e1d"
dependencies: dependencies:
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/global": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/inline": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/inline": "npm:0.12.0-canary-202402010557-e8d6e1d"
lit: "npm:^3.1.1" lit: "npm:^3.1.1"
peerDependencies: peerDependencies:
"@blocksuite/block-std": 0.12.0-nightly-202401290223-b6302df "@blocksuite/block-std": 0.12.0-canary-202402010557-e8d6e1d
"@blocksuite/store": 0.12.0-nightly-202401290223-b6302df "@blocksuite/store": 0.12.0-canary-202402010557-e8d6e1d
checksum: 7fb16d96f9553944b9d2dad548bd1f1448991d850aee703885fc117feda7f7e7cc8a24f455bf4ea4fc13c8f657e5eec7b6f8e89d4904de8a5f72549eb64b16c4 checksum: d68a543279119cbb43991f78a5d44be2393d5e1e05818a0192ab0724f34a01de747fddc942871942845299bdd5b19b5730ada17513caaff0931ed0cce73b433d
languageName: node languageName: node
linkType: hard linkType: hard
"@blocksuite/presets@npm:0.12.0-nightly-202401290223-b6302df": "@blocksuite/presets@npm:0.12.0-canary-202402010557-e8d6e1d":
version: 0.12.0-nightly-202401290223-b6302df version: 0.12.0-canary-202402010557-e8d6e1d
resolution: "@blocksuite/presets@npm:0.12.0-nightly-202401290223-b6302df" resolution: "@blocksuite/presets@npm:0.12.0-canary-202402010557-e8d6e1d"
dependencies: dependencies:
"@blocksuite/block-std": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/block-std": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/blocks": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/blocks": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/global": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/inline": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/inline": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/lit": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/lit": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/store": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@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: a6e44172ae825a6e43a2084459effc1e8257c6c5f55df6e06c5e37c5da394616d07ce78eb0e65bf4b51f5fae2d2042b0a320b9df57d05b811bba63fb5954fb12 checksum: 7e0b5577175a7a939b5f545c41c0bbe793909583473b00274478c5e6d88489804ced579c659101516db1944f6c763ef72a3e25c7a4c6947077fa67960ec08668
languageName: node languageName: node
linkType: hard linkType: hard
"@blocksuite/store@npm:0.12.0-nightly-202401290223-b6302df": "@blocksuite/store@npm:0.12.0-canary-202402010557-e8d6e1d":
version: 0.12.0-nightly-202401290223-b6302df version: 0.12.0-canary-202402010557-e8d6e1d
resolution: "@blocksuite/store@npm:0.12.0-nightly-202401290223-b6302df" resolution: "@blocksuite/store@npm:0.12.0-canary-202402010557-e8d6e1d"
dependencies: dependencies:
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/global": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/inline": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/inline": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@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"
@@ -3510,7 +3510,7 @@ __metadata:
peerDependencies: peerDependencies:
async-call-rpc: ^6 async-call-rpc: ^6
yjs: ^13 yjs: ^13
checksum: 555f53e54d9725274f233be0c12735d62d6a664d677d673feca4e7d0ebdb494ec3ab82202a4874105bcbcca86b07c95a0726031f24c7c79e992168d58165803d checksum: 908f2c4a940c4119c35f2d25ee94177af455d8edd34aae3de07caafe55a6482bf726faa2abe12d9a4ba1d36ff1fb14f5b997589e1140c20ac33e838226fb900a
languageName: node languageName: node
linkType: hard linkType: hard
@@ -13025,11 +13025,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-202401290223-b6302df" "@blocksuite/blocks": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/global": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/lit": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/lit": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/presets": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/presets": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/store": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@testing-library/react": "npm:^14.0.0" "@testing-library/react": "npm:^14.0.0"
async-call-rpc: "npm:^6.3.1" async-call-rpc: "npm:^6.3.1"
foxact: "npm:^0.2.20" foxact: "npm:^0.2.20"
@@ -13079,9 +13079,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-202401290223-b6302df" "@blocksuite/blocks": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/global": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/global": "npm:0.12.0-canary-202402010557-e8d6e1d"
"@blocksuite/store": "npm:0.12.0-nightly-202401290223-b6302df" "@blocksuite/store": "npm:0.12.0-canary-202402010557-e8d6e1d"
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"
@@ -35495,7 +35495,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-202401290223-b6302df" "@blocksuite/store": "npm:0.12.0-canary-202402010557-e8d6e1d"
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"