Merge branch 'canary' into stable

This commit is contained in:
李华桥
2023-12-22 16:29:51 +08:00
31 changed files with 245 additions and 226 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
"private": true,
"type": "module",
"devDependencies": {
"@blocksuite/global": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/store": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/global": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/store": "0.11.0-nightly-202312212326-e2b48df",
"react": "18.2.0",
"react-dom": "18.2.0",
"vitest": "1.0.4",
+5 -5
View File
@@ -62,9 +62,9 @@
"@affine/debug": "workspace:*",
"@affine/env": "workspace:*",
"@affine/sdk": "workspace:*",
"@blocksuite/blocks": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/global": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/store": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/blocks": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/global": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/store": "0.11.0-nightly-202312212326-e2b48df",
"jotai": "^2.5.1",
"jotai-effect": "^0.2.3",
"tinykeys": "^2.1.0",
@@ -73,8 +73,8 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/lit": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/presets": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/lit": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/presets": "0.11.0-nightly-202312212326-e2b48df",
"@testing-library/react": "^14.0.0",
"async-call-rpc": "^6.3.1",
"electron": "link:../../frontend/electron/node_modules/electron",
@@ -11,7 +11,8 @@ export enum MigrationPoint {
}
export function checkWorkspaceCompatibility(
workspace: Workspace
workspace: Workspace,
isCloud: boolean
): MigrationPoint | null {
// check if there is any key starts with 'space:' on root doc
const spaceMetaObj = workspace.doc.share.get('space:meta') as
@@ -20,7 +21,9 @@ export function checkWorkspaceCompatibility(
const docKeys = Array.from(workspace.doc.share.keys());
const haveSpaceMeta = !!spaceMetaObj && spaceMetaObj.size > 0;
const haveLegacySpace = docKeys.some(key => key.startsWith('space:'));
if (haveSpaceMeta || haveLegacySpace) {
// DON'T UPGRADE SUBDOC ON CLOUD
if (!isCloud && (haveSpaceMeta || haveLegacySpace)) {
return MigrationPoint.SubDoc;
}
+5 -5
View File
@@ -22,11 +22,11 @@
"dist"
],
"dependencies": {
"@blocksuite/block-std": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/blocks": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/global": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/presets": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/store": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/block-std": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/blocks": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/global": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/presets": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/store": "0.11.0-nightly-202312212326-e2b48df",
"jotai": "^2.5.1",
"zod": "^3.22.4"
},
+2 -2
View File
@@ -37,8 +37,8 @@
"y-provider": "workspace:*"
},
"devDependencies": {
"@blocksuite/blocks": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/store": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/blocks": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/store": "0.11.0-nightly-202312212326-e2b48df",
"fake-indexeddb": "^5.0.0",
"vite": "^5.0.6",
"vite-plugin-dts": "3.6.0",
+1 -1
View File
@@ -24,7 +24,7 @@
"build": "vite build"
},
"devDependencies": {
"@blocksuite/store": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/store": "0.11.0-nightly-202312212326-e2b48df",
"vite": "^5.0.6",
"vite-plugin-dts": "3.6.0",
"vitest": "1.0.4",
+5 -5
View File
@@ -72,12 +72,12 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@blocksuite/blocks": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/global": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/blocks": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/global": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/icons": "2.1.36",
"@blocksuite/lit": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/presets": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/store": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/lit": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/presets": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/store": "0.11.0-nightly-202312212326-e2b48df",
"@storybook/addon-actions": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
@@ -1,6 +0,0 @@
import { style } from '@vanilla-extract/css';
export const input = style({
height: '34px',
width: '220px',
});
@@ -2,7 +2,6 @@ import { useCallback, useState } from 'react';
import Input from '../../ui/input';
import { Menu } from '../../ui/menu';
import * as styles from './index.css';
export const RenameModal = ({
onRename,
@@ -33,12 +32,12 @@ export const RenameModal = ({
}}
items={
<Input
className={styles.input}
autoFocus
defaultValue={value}
onChange={setValue}
onEnter={handleRename}
data-testid="rename-modal-input"
style={{ width: 220, height: 34 }}
/>
}
>
+7 -7
View File
@@ -25,14 +25,14 @@
"@affine/i18n": "workspace:*",
"@affine/templates": "workspace:*",
"@affine/workspace": "workspace:*",
"@blocksuite/block-std": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/blocks": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/global": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/block-std": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/blocks": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/global": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/icons": "2.1.36",
"@blocksuite/inline": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/lit": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/presets": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/store": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/inline": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/lit": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/presets": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/store": "0.11.0-nightly-202312212326-e2b48df",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/cache": "^11.11.0",
@@ -14,7 +14,6 @@ import { useSetAtom } from 'jotai';
import {
type KeyboardEvent,
type MouseEvent,
startTransition,
useCallback,
useEffect,
useState,
@@ -119,9 +118,7 @@ export const ProfilePanel = ({ isOwner, workspace }: ProfilePanelProps) => {
);
const handleSetInput = useCallback((value: string) => {
startTransition(() => {
setInput(value);
});
setInput(value);
}, []);
const handleKeyUp = useCallback(
@@ -203,7 +200,7 @@ export const ProfilePanel = ({ isOwner, workspace }: ProfilePanelProps) => {
<Input
disabled={workspaceIsLoading || !isOwner}
value={input}
className={styles.workspaceNameInput}
style={{ width: 280, height: 32 }}
data-testid="workspace-name-input"
placeholder={t['Workspace Name']()}
maxLength={64}
@@ -201,8 +201,3 @@ export const arrowRight = style({
color: 'var(--affine-text-emphasis-color)',
cursor: 'pointer',
});
export const workspaceNameInput = style({
height: '32px',
width: '280px',
});
@@ -23,7 +23,27 @@ export const segment = style({
position: 'absolute',
top: `calc(var(--segments-up) / var(--segments) * 100%)`,
// add a thin line behind to hide the gap between segments
'::before': {
content: '""',
position: 'absolute',
transform: `translateZ(-1px)`,
width: '100%',
height: '2px',
background: onboardingVars.paper.bg,
},
selectors: {
['&[data-root="true"]::before']: {
content: 'none',
},
['&[data-direction="up"]::before']: {
bottom: -1,
},
['&[data-direction="down"]::before']: {
top: -1,
},
['&[data-root="true"]']: {
height: `calc(1 / var(--segments) * 100%)`,
},
@@ -137,12 +137,12 @@ export const AvatarAndName = () => {
<label>{t['com.affine.settings.profile.name']()}</label>
<FlexWrapper alignItems="center">
<Input
className={styles.userNameInput}
defaultValue={input}
data-testid="user-name-input"
placeholder={t['com.affine.settings.profile.placeholder']()}
maxLength={64}
minLength={0}
style={{ width: 280, height: 32 }}
onChange={setInput}
onEnter={handleUpdateUserName}
/>
@@ -43,8 +43,3 @@ globalStyle(`${avatarWrapper} .camera-icon-wrapper`, {
export const button = style({
padding: '4px 12px',
});
export const userNameInput = style({
height: '32px',
width: '280px',
});
@@ -97,9 +97,16 @@ const useSyncEngineSyncProgress = () => {
useEffect(() => {
setSyncEngineStatus(currentWorkspace.engine.sync.status);
const disposable = currentWorkspace.engine.sync.onStatusChange.on(
debounce(status => {
setSyncEngineStatus(status);
}, 500)
debounce(
status => {
setSyncEngineStatus(status);
},
300,
{
maxWait: 500,
trailing: true,
}
)
);
return () => {
disposable?.dispose();
+4 -4
View File
@@ -32,10 +32,10 @@
"@affine/sdk": "workspace:*",
"@affine/templates": "workspace:*",
"@affine/vue-hello-world-plugin": "workspace:*",
"@blocksuite/blocks": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/lit": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/presets": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/store": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/blocks": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/lit": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/presets": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/store": "0.11.0-nightly-202312212326-e2b48df",
"@electron-forge/cli": "^7.2.0",
"@electron-forge/core": "^7.2.0",
"@electron-forge/core-utils": "^7.2.0",
+6 -6
View File
@@ -20,12 +20,12 @@
"@affine/debug": "workspace:*",
"@affine/env": "workspace:*",
"@affine/workspace": "workspace:*",
"@blocksuite/block-std": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/blocks": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/global": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/lit": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/presets": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/store": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/block-std": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/blocks": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/global": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/lit": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/presets": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/store": "0.11.0-nightly-202312212326-e2b48df",
"@testing-library/react": "^14.0.0",
"@toeverything/infra": "workspace:*",
"@types/image-blob-reduce": "^4.1.3",
@@ -92,7 +92,7 @@ export class SyncEngine {
}
canGracefulStop() {
return !!this.status.local && this.status.local.pendingPushUpdates > 0;
return !!this.status.local && this.status.local.pendingPushUpdates === 0;
}
async waitForGracefulStop(abort?: AbortSignal) {
@@ -76,6 +76,11 @@ export function createCloudAwarenessProvider(
removeAwarenessStates(awareness, [awareness.clientID], 'window unload');
};
function handleConnect() {
socket.emit('client-handshake-awareness', workspaceId);
socket.emit('awareness-init', workspaceId);
}
return {
connect: () => {
socket.on('server-awareness-broadcast', awarenessBroadcast);
@@ -86,16 +91,19 @@ export function createCloudAwarenessProvider(
socket.connect();
socket.on('connect', handleConnect);
socket.emit('client-handshake-awareness', workspaceId);
socket.emit('awareness-init', workspaceId);
},
disconnect: () => {
removeAwarenessStates(awareness, [awareness.clientID], 'disconnect');
awareness.off('update', awarenessUpdate);
socket.emit('client-leave-awareness', workspaceId);
socket.off('server-awareness-broadcast', awarenessBroadcast);
socket.off('new-client-awareness-init', newClientAwarenessInitHandler);
socket.off('connect', handleConnect);
window.removeEventListener('unload', windowBeforeUnloadHandler);
socket.disconnect();
},
};
}
@@ -51,8 +51,7 @@ export function createAffineStorage(
});
});
// TODO: handle error
socket.on('connect', () => {
function handleConnect() {
socket.emit(
'client-handshake-sync',
workspaceId,
@@ -62,10 +61,22 @@ export function createAffineStorage(
}
}
);
});
}
socket.on('connect', handleConnect);
socket.connect();
socket.emit(
'client-handshake-sync',
workspaceId,
(response: { error?: any }) => {
if (!response.error) {
syncSender.start();
}
}
);
return {
name: 'affine-cloud',
async pull(docId, state) {
@@ -124,14 +135,6 @@ export function createAffineStorage(
await syncSender.send(docId, update);
},
async subscribe(cb, disconnect) {
const response: { error?: any } = await socket
.timeout(10000)
.emitWithAck('client-handshake-sync', workspaceId);
if (response.error) {
throw new Error('client-handshake error, ' + response.error);
}
const handleUpdate = async (message: {
workspaceId: string;
guid: string;
@@ -157,7 +160,7 @@ export function createAffineStorage(
disconnect() {
syncSender.stop();
socket.emit('client-leave-sync', workspaceId);
socket.disconnect();
socket.off('connect', handleConnect);
},
};
}
@@ -49,7 +49,8 @@ export class WorkspaceUpgradeController {
checkIfNeedUpgrade() {
const needUpgrade = !!checkWorkspaceCompatibility(
this.workspace.blockSuiteWorkspace
this.workspace.blockSuiteWorkspace,
this.workspace.flavour === WorkspaceFlavour.AFFINE_CLOUD
);
this.status = {
...this.status,
@@ -69,7 +70,8 @@ export class WorkspaceUpgradeController {
await this.workspace.engine.sync.waitForSynced();
const step = checkWorkspaceCompatibility(
this.workspace.blockSuiteWorkspace
this.workspace.blockSuiteWorkspace,
this.workspace.flavour === WorkspaceFlavour.AFFINE_CLOUD
);
if (!step) {
@@ -5,7 +5,6 @@ import { type ReactElement, useCallback } from 'react';
import { openAIApiKeyAtom } from '../core/hooks';
import { conversationHistoryDBName } from '../core/langchain/message-history';
import * as styles from './index.css';
export const DebugContent = (): ReactElement => {
const [key, setKey] = useAtom(openAIApiKeyAtom);
@@ -13,7 +12,7 @@ export const DebugContent = (): ReactElement => {
<div>
<FlexWrapper justifyContent="space-between">
<Input
className={styles.debugContentInput}
style={{ width: 280 }}
defaultValue={key ?? undefined}
onChange={useCallback(
(newValue: string) => {
@@ -41,7 +41,3 @@ export const sendButtonStyle = style({
backgroundColor: 'transparent',
},
});
export const debugContentInput = style({
width: '280px',
});
@@ -9,10 +9,10 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@blocksuite/block-std": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/blocks": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/global": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/store": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/block-std": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/blocks": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/global": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/store": "0.11.0-nightly-202312212326-e2b48df",
"@playwright/test": "^1.39.0",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
@@ -9,10 +9,10 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@blocksuite/block-std": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/blocks": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/global": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/store": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/block-std": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/blocks": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/global": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/store": "0.11.0-nightly-202312212326-e2b48df",
"@playwright/test": "^1.39.0",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
@@ -9,10 +9,10 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@blocksuite/block-std": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/blocks": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/global": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/store": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/block-std": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/blocks": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/global": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/store": "0.11.0-nightly-202312212326-e2b48df",
"@playwright/test": "^1.39.0",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
+4 -4
View File
@@ -9,10 +9,10 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@blocksuite/block-std": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/blocks": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/global": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/store": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/block-std": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/blocks": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/global": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/store": "0.11.0-nightly-202312212326-e2b48df",
"@playwright/test": "^1.39.0",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
+4 -4
View File
@@ -7,10 +7,10 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@blocksuite/block-std": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/blocks": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/global": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/store": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/block-std": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/blocks": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/global": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/store": "0.11.0-nightly-202312212326-e2b48df",
"@playwright/test": "^1.39.0"
},
"version": "0.11.0"
+7 -7
View File
@@ -31,14 +31,14 @@
"wait-on": "^7.2.0"
},
"devDependencies": {
"@blocksuite/block-std": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/blocks": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/global": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/block-std": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/blocks": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/global": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/icons": "2.1.36",
"@blocksuite/inline": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/lit": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/presets": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/store": "0.11.0-nightly-202312210105-edfa58e",
"@blocksuite/inline": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/lit": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/presets": "0.11.0-nightly-202312212326-e2b48df",
"@blocksuite/store": "0.11.0-nightly-202312212326-e2b48df",
"@dnd-kit/sortable": "^8.0.0",
"@tomfreudenberg/next-auth-mock": "^0.5.6",
"chromatic": "^9.1.0",
+112 -111
View File
@@ -25,10 +25,10 @@ __metadata:
dependencies:
"@affine-test/fixtures": "workspace:*"
"@affine-test/kit": "workspace:*"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
"@playwright/test": "npm:^1.39.0"
express: "npm:^4.18.2"
http-proxy-middleware: "npm:^3.0.0-beta.1"
@@ -42,10 +42,10 @@ __metadata:
dependencies:
"@affine-test/fixtures": "workspace:*"
"@affine-test/kit": "workspace:*"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
"@playwright/test": "npm:^1.39.0"
express: "npm:^4.18.2"
http-proxy-middleware: "npm:^3.0.0-beta.1"
@@ -59,10 +59,10 @@ __metadata:
dependencies:
"@affine-test/fixtures": "workspace:*"
"@affine-test/kit": "workspace:*"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
"@playwright/test": "npm:^1.39.0"
express: "npm:^4.18.2"
http-proxy-middleware: "npm:^3.0.0-beta.1"
@@ -76,10 +76,10 @@ __metadata:
dependencies:
"@affine-test/fixtures": "workspace:*"
"@affine-test/kit": "workspace:*"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
"@playwright/test": "npm:^1.39.0"
express: "npm:^4.18.2"
http-proxy-middleware: "npm:^3.0.0-beta.1"
@@ -138,10 +138,10 @@ __metadata:
dependencies:
"@affine-test/fixtures": "workspace:*"
"@affine-test/kit": "workspace:*"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
"@playwright/test": "npm:^1.39.0"
languageName: unknown
linkType: soft
@@ -222,12 +222,12 @@ __metadata:
"@affine/graphql": "workspace:*"
"@affine/i18n": "workspace:*"
"@affine/workspace": "workspace:*"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/icons": "npm:2.1.36"
"@blocksuite/lit": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/presets": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/lit": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/presets": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
"@dnd-kit/core": "npm:^6.0.8"
"@dnd-kit/modifiers": "npm:^7.0.0"
"@dnd-kit/sortable": "npm:^8.0.0"
@@ -351,14 +351,14 @@ __metadata:
"@affine/templates": "workspace:*"
"@affine/workspace": "workspace:*"
"@aws-sdk/client-s3": "npm:3.433.0"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/icons": "npm:2.1.36"
"@blocksuite/inline": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/lit": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/presets": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/inline": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/lit": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/presets": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
"@dnd-kit/core": "npm:^6.0.8"
"@dnd-kit/sortable": "npm:^8.0.0"
"@emotion/cache": "npm:^11.11.0"
@@ -468,10 +468,10 @@ __metadata:
"@affine/sdk": "workspace:*"
"@affine/templates": "workspace:*"
"@affine/vue-hello-world-plugin": "workspace:*"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/lit": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/presets": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/lit": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/presets": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
"@electron-forge/cli": "npm:^7.2.0"
"@electron-forge/core": "npm:^7.2.0"
"@electron-forge/core-utils": "npm:^7.2.0"
@@ -520,8 +520,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@affine/env@workspace:packages/common/env"
dependencies:
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
lit: "npm:^3.0.2"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
@@ -711,11 +711,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "@affine/sdk@workspace:packages/common/sdk"
dependencies:
"@blocksuite/block-std": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/presets": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/presets": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
jotai: "npm:^2.5.1"
vite: "npm:^5.0.6"
vite-plugin-dts: "npm:3.6.0"
@@ -840,14 +840,14 @@ __metadata:
dependencies:
"@affine/component": "workspace:*"
"@affine/i18n": "workspace:*"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/icons": "npm:2.1.36"
"@blocksuite/inline": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/lit": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/presets": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/inline": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/lit": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/presets": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
"@dnd-kit/sortable": "npm:^8.0.0"
"@storybook/addon-actions": "npm:^7.5.3"
"@storybook/addon-essentials": "npm:^7.5.3"
@@ -4077,29 +4077,29 @@ __metadata:
languageName: node
linkType: hard
"@blocksuite/block-std@npm:0.11.0-nightly-202312210105-edfa58e":
version: 0.11.0-nightly-202312210105-edfa58e
resolution: "@blocksuite/block-std@npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/block-std@npm:0.11.0-nightly-202312212326-e2b48df":
version: 0.11.0-nightly-202312212326-e2b48df
resolution: "@blocksuite/block-std@npm:0.11.0-nightly-202312212326-e2b48df"
dependencies:
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
lz-string: "npm:^1.5.0"
w3c-keyname: "npm:^2.2.8"
zod: "npm:^3.22.4"
peerDependencies:
"@blocksuite/store": 0.11.0-nightly-202312210105-edfa58e
checksum: eb20c1b8a497562676c3d91b9470add50fdb01e4ec68243dc2349fa7cb943cd77f013b2d38db8d61de03caba8ca04de21ce84bb7d56cb6991d9e8b7901a05d41
"@blocksuite/store": 0.11.0-nightly-202312212326-e2b48df
checksum: 43302954cd31c745a887d0a4faada527c3b584747b908d07ac98cccbc82ccd31b5ca7e92ee97e2b15aefac095133e6534383b848a686ac33878c4406043e9215
languageName: node
linkType: hard
"@blocksuite/blocks@npm:0.11.0-nightly-202312210105-edfa58e":
version: 0.11.0-nightly-202312210105-edfa58e
resolution: "@blocksuite/blocks@npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/blocks@npm:0.11.0-nightly-202312212326-e2b48df":
version: 0.11.0-nightly-202312212326-e2b48df
resolution: "@blocksuite/blocks@npm:0.11.0-nightly-202312212326-e2b48df"
dependencies:
"@blocksuite/block-std": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/inline": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/lit": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/inline": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/lit": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
"@floating-ui/dom": "npm:^1.5.3"
"@toeverything/theme": "npm:^0.7.27"
"@types/hast": "npm:^3.0.3"
@@ -4133,16 +4133,16 @@ __metadata:
unified: "npm:^11.0.4"
webfontloader: "npm:^1.6.28"
zod: "npm:^3.22.4"
checksum: fc4fecfb2dd3bfdf0e91fd91bda40d7ba9c02533f6e5f2de17b32265288d0b44dbb64402c6f6a1b8adb469046df14d89beb15d1ba24e0724b9145495c2f0174d
checksum: 48cd02a389317477c866618c898a2d4839fbb4466752c2de295159fd6c073bde903a1fc46ae2ffcf823ce2e0e01cbb49db406ae728c53f27f14ef5e4159b3078
languageName: node
linkType: hard
"@blocksuite/global@npm:0.11.0-nightly-202312210105-edfa58e":
version: 0.11.0-nightly-202312210105-edfa58e
resolution: "@blocksuite/global@npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global@npm:0.11.0-nightly-202312212326-e2b48df":
version: 0.11.0-nightly-202312212326-e2b48df
resolution: "@blocksuite/global@npm:0.11.0-nightly-202312212326-e2b48df"
dependencies:
zod: "npm:^3.22.4"
checksum: f1943b1e456197d7e90775cdeda8bab01361f81c665cdcf025efe39c7d1e3f8e370873c80d5fcb02427410b4457a92deb3334d9e7401a47b276bd46714fbcf1a
checksum: 3121af8a225e012b836b94c40923227a9d0b999d7c2f68b7eabcaf15fed77788f662a38d87bba664231d591ac363e9cd48b6f234625b938ae674ca4c372d908f
languageName: node
linkType: hard
@@ -4156,55 +4156,56 @@ __metadata:
languageName: node
linkType: hard
"@blocksuite/inline@npm:0.11.0-nightly-202312210105-edfa58e":
version: 0.11.0-nightly-202312210105-edfa58e
resolution: "@blocksuite/inline@npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/inline@npm:0.11.0-nightly-202312212326-e2b48df":
version: 0.11.0-nightly-202312212326-e2b48df
resolution: "@blocksuite/inline@npm:0.11.0-nightly-202312212326-e2b48df"
dependencies:
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
zod: "npm:^3.22.4"
peerDependencies:
lit: ^3.0.2
yjs: ^13
checksum: 066a2141351acbcb0d8a73244057e6d6d900681572cd9cc65226b7e4fba8ad5e4b0ff25aa9a9eade04c2a003d7d9794ce21fd55fade6eac7356c9e4b3fd8be4d
checksum: 3ccc79d45731ae1d326d79d9dbc5c3c4583c9b6bd7c67b03565eaca3378242df26351283b0b3ced7ba0c9ccc7e343be3413c1490f71e5e9784017db57f5bde92
languageName: node
linkType: hard
"@blocksuite/lit@npm:0.11.0-nightly-202312210105-edfa58e":
version: 0.11.0-nightly-202312210105-edfa58e
resolution: "@blocksuite/lit@npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/lit@npm:0.11.0-nightly-202312212326-e2b48df":
version: 0.11.0-nightly-202312212326-e2b48df
resolution: "@blocksuite/lit@npm:0.11.0-nightly-202312212326-e2b48df"
dependencies:
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/inline": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/inline": "npm:0.11.0-nightly-202312212326-e2b48df"
lit: "npm:^3.1.0"
peerDependencies:
"@blocksuite/block-std": 0.11.0-nightly-202312210105-edfa58e
"@blocksuite/store": 0.11.0-nightly-202312210105-edfa58e
checksum: a736fbd9b8bcbb9e0341943c4a033a526ee6270049db4ba1eef3bfe937283f786b397cc6e086123b1b9d8f6b3f4d94d442722864a2f0ca3f1c6bcdfe9ad08db9
"@blocksuite/block-std": 0.11.0-nightly-202312212326-e2b48df
"@blocksuite/store": 0.11.0-nightly-202312212326-e2b48df
checksum: 53d9b672de67a4d2108d132faa76b74f68e6ae926ce6c4e8de9f13f82d34fe19f619a93c1a347ea69833293c3f365d66684b5cdfe5c0ab066d1f9d5e24959512
languageName: node
linkType: hard
"@blocksuite/presets@npm:0.11.0-nightly-202312210105-edfa58e":
version: 0.11.0-nightly-202312210105-edfa58e
resolution: "@blocksuite/presets@npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/presets@npm:0.11.0-nightly-202312212326-e2b48df":
version: 0.11.0-nightly-202312212326-e2b48df
resolution: "@blocksuite/presets@npm:0.11.0-nightly-202312212326-e2b48df"
dependencies:
"@blocksuite/block-std": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/lit": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/inline": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/lit": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
"@toeverything/theme": "npm:^0.7.27"
lit: "npm:^3.1.0"
openai: "npm:^4.20.1"
checksum: 471e5f4748dc695cff7bdba939e3cc9f8d9e302442d7b366b03c8a207280c2c2532c3abdd767f041a47a644e23faa7a2860c8a0b28b4530e0b194f076562acbe
checksum: 21d3a8e569b8beb6a3a446a814b2aa131eb2f9315dc436943b58ce702a1d6ffdfcfd6371c0de54b7c45e9821d121002820918ce617a0077c9d495f535bf8345e
languageName: node
linkType: hard
"@blocksuite/store@npm:0.11.0-nightly-202312210105-edfa58e":
version: 0.11.0-nightly-202312210105-edfa58e
resolution: "@blocksuite/store@npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store@npm:0.11.0-nightly-202312212326-e2b48df":
version: 0.11.0-nightly-202312212326-e2b48df
resolution: "@blocksuite/store@npm:0.11.0-nightly-202312212326-e2b48df"
dependencies:
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/inline": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/inline": "npm:0.11.0-nightly-202312212326-e2b48df"
"@types/flexsearch": "npm:^0.7.3"
flexsearch: "npm:0.7.21"
idb-keyval: "npm:^6.2.1"
@@ -4217,7 +4218,7 @@ __metadata:
peerDependencies:
async-call-rpc: ^6
yjs: ^13
checksum: afd08bbb37060102de1cf5d0ce6f14a7197cd7b9f8e8cd306246de61e11122dabe01713e570ee7d4f38c8deed5090a0077bb628ed3421552d7c583da58ca5670
checksum: 3666801967eb301ca9df5f605bcb27d6e780e8883af5f9bc964898056c4558d5bbdfe12d24c61eb1ea6d3156ab9687ab28f2b9905dc50d7b54b7fbd9d71029a3
languageName: node
linkType: hard
@@ -13743,12 +13744,12 @@ __metadata:
"@affine/debug": "workspace:*"
"@affine/env": "workspace:*"
"@affine/workspace": "workspace:*"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/lit": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/presets": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/block-std": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/lit": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/presets": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
"@testing-library/react": "npm:^14.0.0"
"@toeverything/infra": "workspace:*"
"@types/image-blob-reduce": "npm:^4.1.3"
@@ -13799,11 +13800,11 @@ __metadata:
"@affine/env": "workspace:*"
"@affine/sdk": "workspace:*"
"@affine/templates": "workspace:*"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/global": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/lit": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/presets": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/global": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/lit": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/presets": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
"@testing-library/react": "npm:^14.0.0"
async-call-rpc: "npm:^6.3.1"
electron: "link:../../frontend/electron/node_modules/electron"
@@ -13852,8 +13853,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@toeverything/y-indexeddb@workspace:packages/common/y-indexeddb"
dependencies:
"@blocksuite/blocks": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/blocks": "npm:0.11.0-nightly-202312212326-e2b48df"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
fake-indexeddb: "npm:^5.0.0"
idb: "npm:^8.0.0"
nanoid: "npm:^5.0.3"
@@ -37017,7 +37018,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "y-provider@workspace:packages/common/y-provider"
dependencies:
"@blocksuite/store": "npm:0.11.0-nightly-202312210105-edfa58e"
"@blocksuite/store": "npm:0.11.0-nightly-202312212326-e2b48df"
vite: "npm:^5.0.6"
vite-plugin-dts: "npm:3.6.0"
vitest: "npm:1.0.4"