mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 13:15:51 +08:00
fix(desktop): remove shadow lockfile (#1126)
This commit is contained in:
@@ -15,6 +15,8 @@
|
|||||||
"build:app": "tauri build"
|
"build:app": "tauri build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@blocksuite/blocks": "0.4.1",
|
||||||
|
"@blocksuite/editor": "0.4.1",
|
||||||
"@blocksuite/icons": "2.0.12",
|
"@blocksuite/icons": "2.0.12",
|
||||||
"@blocksuite/store": "0.4.1",
|
"@blocksuite/store": "0.4.1",
|
||||||
"@emotion/react": "^11.10.6",
|
"@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 { toast } from '@affine/component';
|
||||||
import { useTranslation } from '@affine/i18n';
|
import { useTranslation } from '@affine/i18n';
|
||||||
import { useDataCenter } from '@affine/store';
|
import { useDataCenter } from '@affine/store';
|
||||||
|
import { useGlobalState } from '@affine/store';
|
||||||
import { CloseIcon } from '@blocksuite/icons';
|
import { CloseIcon } from '@blocksuite/icons';
|
||||||
import router from 'next/router';
|
import router from 'next/router';
|
||||||
import { useCallback, useState } from 'react';
|
import { useCallback, useState } from 'react';
|
||||||
|
|
||||||
import { useGlobalState } from '@/store/app';
|
|
||||||
|
|
||||||
import { Content, ContentTitle, Header, StyleButton, StyleTips } from './style';
|
import { Content, ContentTitle, Header, StyleButton, StyleTips } from './style';
|
||||||
interface EnableWorkspaceModalProps {
|
interface EnableWorkspaceModalProps {
|
||||||
open: boolean;
|
open: boolean;
|
||||||
|
|||||||
Generated
+4
@@ -76,6 +76,8 @@ importers:
|
|||||||
|
|
||||||
apps/desktop:
|
apps/desktop:
|
||||||
specifiers:
|
specifiers:
|
||||||
|
'@blocksuite/blocks': 0.4.1
|
||||||
|
'@blocksuite/editor': 0.4.1
|
||||||
'@blocksuite/icons': 2.0.12
|
'@blocksuite/icons': 2.0.12
|
||||||
'@blocksuite/store': 0.4.1
|
'@blocksuite/store': 0.4.1
|
||||||
'@emotion/react': ^11.10.6
|
'@emotion/react': ^11.10.6
|
||||||
@@ -106,6 +108,8 @@ importers:
|
|||||||
yjs: ^13.5.46
|
yjs: ^13.5.46
|
||||||
zx: ^7.1.1
|
zx: ^7.1.1
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@blocksuite/blocks': 0.4.1_tdlxw56kpoc45go7l7gsdk5hjm
|
||||||
|
'@blocksuite/editor': 0.4.1_e5cdg6aldwc4hxgrfphufwkeea
|
||||||
'@blocksuite/icons': 2.0.12_pmekkgnqduwlme35zpnqhenc34
|
'@blocksuite/icons': 2.0.12_pmekkgnqduwlme35zpnqhenc34
|
||||||
'@blocksuite/store': 0.4.1_lit@2.6.1+yjs@13.5.46
|
'@blocksuite/store': 0.4.1_lit@2.6.1+yjs@13.5.46
|
||||||
'@emotion/react': 11.10.6_pmekkgnqduwlme35zpnqhenc34
|
'@emotion/react': 11.10.6_pmekkgnqduwlme35zpnqhenc34
|
||||||
|
|||||||
Reference in New Issue
Block a user