Skip to content

Commit

Permalink
chore: bump blocksuite
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Apr 29, 2024
1 parent 8d342f8 commit 12c44a5
Show file tree
Hide file tree
Showing 10 changed files with 101 additions and 101 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-202404260628-ddb1941",
"@blocksuite/store": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/global": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/store": "0.14.0-canary-202404280529-c8e5f89",
"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-202404260628-ddb1941",
"@blocksuite/global": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/store": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/blocks": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/global": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/store": "0.14.0-canary-202404280529-c8e5f89",
"@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-202404260628-ddb1941",
"@blocksuite/presets": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/block-std": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/presets": "0.14.0-canary-202404280529-c8e5f89",
"@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-202404260628-ddb1941",
"@blocksuite/global": "0.14.0-canary-202404280529-c8e5f89",
"idb": "^8.0.0",
"nanoid": "^5.0.7",
"y-provider": "workspace:*"
},
"devDependencies": {
"@blocksuite/blocks": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/store": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/blocks": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/store": "0.14.0-canary-202404280529-c8e5f89",
"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-202404260628-ddb1941",
"@blocksuite/store": "0.14.0-canary-202404280529-c8e5f89",
"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-202404260628-ddb1941",
"@blocksuite/blocks": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/global": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/block-std": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/blocks": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/global": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/icons": "2.1.46",
"@blocksuite/presets": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/store": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/presets": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/store": "0.14.0-canary-202404280529-c8e5f89",
"@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-202404260628-ddb1941",
"@blocksuite/blocks": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/global": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/block-std": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/blocks": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/global": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/icons": "2.1.46",
"@blocksuite/inline": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/presets": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/store": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/inline": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/presets": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/store": "0.14.0-canary-202404280529-c8e5f89",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,10 @@ export function setupAIProvider() {
});

provideAction('makeItReal', options => {
return textToText({
return toImage({
...options,
promptName: 'Make it real',
params: options.params,
seed: options.seed,
content:
options.content ||
'Here are the latest wireframes. Could you make a new website based on these wireframes and notes and send back just the html file?',
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 @@ -29,10 +29,10 @@
"@affine/env": "workspace:*",
"@affine/i18n": "workspace:*",
"@affine/native": "workspace:*",
"@blocksuite/block-std": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/blocks": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/presets": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/store": "0.14.0-canary-202404260628-ddb1941",
"@blocksuite/block-std": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/blocks": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/presets": "0.14.0-canary-202404280529-c8e5f89",
"@blocksuite/store": "0.14.0-canary-202404280529-c8e5f89",
"@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 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-202404260628-ddb1941",
"@blocksuite/presets": "0.14.0-canary-202404280529-c8e5f89",
"@clack/core": "^0.3.4",
"@clack/prompts": "^0.7.0",
"@magic-works/i18n-codegen": "^0.5.0",
Expand Down

0 comments on commit 12c44a5

Please sign in to comment.