Skip to content

Commit

Permalink
chore: bump blocksuite
Browse files Browse the repository at this point in the history
  • Loading branch information
EYHN committed Apr 22, 2024
1 parent 6ec97b2 commit 623f0d3
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 151 deletions.
4 changes: 2 additions & 2 deletions packages/common/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"type": "module",
"devDependencies": {
"@blocksuite/global": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/store": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/global": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/store": "0.14.0-canary-202404221419-9613e39",
"react": "18.2.0",
"react-dom": "18.2.0",
"vitest": "1.4.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/common/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@affine/debug": "workspace:*",
"@affine/env": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/blocks": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/global": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/store": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/blocks": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/global": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/store": "0.14.0-canary-202404221419-9613e39",
"@datastructures-js/binary-search-tree": "^5.3.2",
"foxact": "^0.2.33",
"jotai": "^2.8.0",
Expand All @@ -28,8 +28,8 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/block-std": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/presets": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/block-std": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/presets": "0.14.0-canary-202404221419-9613e39",
"@testing-library/react": "^15.0.0",
"async-call-rpc": "^6.4.0",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/common/y-indexeddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
}
},
"dependencies": {
"@blocksuite/global": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/global": "0.14.0-canary-202404221419-9613e39",
"idb": "^8.0.0",
"nanoid": "^5.0.7",
"y-provider": "workspace:*"
},
"devDependencies": {
"@blocksuite/blocks": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/store": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/blocks": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/store": "0.14.0-canary-202404221419-9613e39",
"fake-indexeddb": "^5.0.2",
"vite": "^5.2.8",
"vite-plugin-dts": "3.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/y-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build": "vite build"
},
"devDependencies": {
"@blocksuite/store": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/store": "0.14.0-canary-202404221419-9613e39",
"vite": "^5.1.4",
"vite-plugin-dts": "3.7.3",
"vitest": "1.4.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/frontend/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@blocksuite/block-std": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/blocks": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/global": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/block-std": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/blocks": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/global": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/icons": "2.1.46",
"@blocksuite/presets": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/store": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/presets": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/store": "0.14.0-canary-202404221419-9613e39",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
Expand Down
12 changes: 6 additions & 6 deletions packages/frontend/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@affine/graphql": "workspace:*",
"@affine/i18n": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/block-std": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/blocks": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/global": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/block-std": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/blocks": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/global": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/icons": "2.1.46",
"@blocksuite/inline": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/presets": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/store": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/inline": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/presets": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/store": "0.14.0-canary-202404221419-9613e39",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/frontend/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@affine/env": "workspace:*",
"@affine/i18n": "workspace:*",
"@affine/native": "workspace:*",
"@blocksuite/block-std": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/blocks": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/presets": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/store": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/block-std": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/blocks": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/presets": "0.14.0-canary-202404221419-9613e39",
"@blocksuite/store": "0.14.0-canary-202404221419-9613e39",
"@electron-forge/cli": "^7.3.0",
"@electron-forge/core": "^7.3.0",
"@electron-forge/core-utils": "^7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/graphql/src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export type GetCopilotHistoriesQuery = {
role: string;
content: string;
attachments: Array<string> | null;
createdAt: string | null;
createdAt: string;
}>;
}>;
};
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@affine/env": "workspace:*",
"@affine/templates": "workspace:*",
"@aws-sdk/client-s3": "3.537.0",
"@blocksuite/presets": "0.14.0-canary-202404190901-e1635aa",
"@blocksuite/presets": "0.14.0-canary-202404221419-9613e39",
"@clack/core": "^0.3.4",
"@clack/prompts": "^0.7.0",
"@magic-works/i18n-codegen": "^0.5.0",
Expand Down

0 comments on commit 623f0d3

Please sign in to comment.