mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-04 19:15:33 +08:00
fix(desktop): remove shadow lockfile (#1126)
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
"build:app": "tauri build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/blocks": "0.4.1",
|
||||
"@blocksuite/editor": "0.4.1",
|
||||
"@blocksuite/icons": "2.0.12",
|
||||
"@blocksuite/store": "0.4.1",
|
||||
"@emotion/react": "^11.10.6",
|
||||
|
||||
Generated
-4041
File diff suppressed because it is too large
Load Diff
@@ -3,12 +3,11 @@ import { IconButton } from '@affine/component';
|
||||
import { toast } from '@affine/component';
|
||||
import { useTranslation } from '@affine/i18n';
|
||||
import { useDataCenter } from '@affine/store';
|
||||
import { useGlobalState } from '@affine/store';
|
||||
import { CloseIcon } from '@blocksuite/icons';
|
||||
import router from 'next/router';
|
||||
import { useCallback, useState } from 'react';
|
||||
|
||||
import { useGlobalState } from '@/store/app';
|
||||
|
||||
import { Content, ContentTitle, Header, StyleButton, StyleTips } from './style';
|
||||
interface EnableWorkspaceModalProps {
|
||||
open: boolean;
|
||||
|
||||
Generated
+4
@@ -76,6 +76,8 @@ importers:
|
||||
|
||||
apps/desktop:
|
||||
specifiers:
|
||||
'@blocksuite/blocks': 0.4.1
|
||||
'@blocksuite/editor': 0.4.1
|
||||
'@blocksuite/icons': 2.0.12
|
||||
'@blocksuite/store': 0.4.1
|
||||
'@emotion/react': ^11.10.6
|
||||
@@ -106,6 +108,8 @@ importers:
|
||||
yjs: ^13.5.46
|
||||
zx: ^7.1.1
|
||||
dependencies:
|
||||
'@blocksuite/blocks': 0.4.1_tdlxw56kpoc45go7l7gsdk5hjm
|
||||
'@blocksuite/editor': 0.4.1_e5cdg6aldwc4hxgrfphufwkeea
|
||||
'@blocksuite/icons': 2.0.12_pmekkgnqduwlme35zpnqhenc34
|
||||
'@blocksuite/store': 0.4.1_lit@2.6.1+yjs@13.5.46
|
||||
'@emotion/react': 11.10.6_pmekkgnqduwlme35zpnqhenc34
|
||||
|
||||
Reference in New Issue
Block a user