mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
chore: bump version (#1110)
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
"main": "./src/index.ts",
|
||||
"dependencies": {
|
||||
"@affine/datacenter": "workspace:*",
|
||||
"@blocksuite/blocks": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/editor": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/global": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/react": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/store": "0.4.0-20230217095654-a561b36",
|
||||
"@blocksuite/blocks": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/editor": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/global": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/react": "0.4.0-20230217222321-04d1424",
|
||||
"@blocksuite/store": "0.4.0-20230217222321-04d1424",
|
||||
"react": "^18.2.0",
|
||||
"zustand": "^4.3.3"
|
||||
},
|
||||
|
||||
@@ -6,7 +6,6 @@ import 'fake-indexeddb/auto';
|
||||
import { DataCenter, getDataCenter } from '@affine/datacenter';
|
||||
import {
|
||||
createDefaultWorkspace,
|
||||
DataCenterPreloader,
|
||||
GlobalAppProvider,
|
||||
useGlobalState,
|
||||
useGlobalStateApi,
|
||||
|
||||
Reference in New Issue
Block a user