mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 05:07:06 +08:00
chore: bump version (#4272)
This commit is contained in:
@@ -53,12 +53,12 @@
|
||||
"rxjs": "^7.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/icons": "^2.1.32",
|
||||
"@blocksuite/lit": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@types/react": "^18.2.21",
|
||||
"@types/react-datepicker": "^4.15.0",
|
||||
"@types/react-dnd": "^3.0.2",
|
||||
|
||||
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
"main": "./src/index.ts",
|
||||
"module": "./src/index.ts",
|
||||
"devDependencies": {
|
||||
"@blocksuite/global": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"zod": "^3.22.2"
|
||||
|
||||
Vendored
+2
-10
@@ -6,20 +6,12 @@ import { isDesktop, isServer } from './constant.js';
|
||||
import { UaHelper } from './ua-helper.js';
|
||||
|
||||
export const blockSuiteFeatureFlags = z.object({
|
||||
enable_database: z.boolean(),
|
||||
enable_database_filter: z.boolean(),
|
||||
enable_data_view: z.boolean(),
|
||||
enable_page_tags: z.boolean(),
|
||||
enable_drag_handle: z.boolean(),
|
||||
enable_surface: z.boolean(),
|
||||
enable_set_remote_flag: z.boolean(),
|
||||
enable_block_hub: z.boolean(),
|
||||
enable_slash_menu: z.boolean(),
|
||||
|
||||
enable_toggle_block: z.boolean(),
|
||||
enable_edgeless_toolbar: z.boolean(),
|
||||
enable_linked_page: z.boolean(),
|
||||
enable_bookmark_operation: z.boolean(),
|
||||
enable_note_index: z.boolean(),
|
||||
enable_attachment_block: z.boolean(),
|
||||
});
|
||||
|
||||
export const runtimeFlagsSchema = z.object({
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
"devDependencies": {
|
||||
"@affine/env": "workspace:*",
|
||||
"@affine/y-provider": "workspace:*",
|
||||
"@blocksuite/block-std": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/block-std": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@types/lodash.debounce": "^4.0.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -50,15 +50,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@affine/sdk": "workspace:*",
|
||||
"@blocksuite/blocks": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"jotai": "^2.4.1",
|
||||
"zod": "^3.22.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/editor": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"async-call-rpc": "^6.3.1",
|
||||
"electron": "link:../../apps/electron/node_modules/electron",
|
||||
"react": "^18.2.0",
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
"jotai": "^2.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/block-std": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/block-std": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"lottie-web": "^5.12.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"jotai": "^2.4.1",
|
||||
"zod": "^3.22.2"
|
||||
},
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@affine/y-provider": "workspace:*",
|
||||
"@blocksuite/blocks": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230905170607-94acf22c-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230907222710-102d1e99-nightly",
|
||||
"vite": "^4.4.9",
|
||||
"vite-plugin-dts": "3.5.3",
|
||||
"y-indexeddb": "^9.0.11"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/store": "0.0.0-20230905170607-94acf22c-nightly"
|
||||
"@blocksuite/store": "0.0.0-20230907222710-102d1e99-nightly"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"yjs": "^13.5.51"
|
||||
|
||||
Reference in New Issue
Block a user