chore: bump blocksuite (#6725)

This commit is contained in:
pengx17
2024-04-29 04:57:45 +00:00
parent 81729703d9
commit 905d7d18e4
10 changed files with 101 additions and 101 deletions
+5 -5
View File
@@ -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",
+6 -6
View File
@@ -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",
@@ -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?',
+4 -4
View File
@@ -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",