mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-13 16:16:46 +08:00
chore: bump version (#2960)
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@affine/component": "workspace:*",
|
||||
"@blocksuite/block-std": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/block-std": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"express": "^4.18.2",
|
||||
"jotai": "^2.2.1",
|
||||
"react": "18.3.0-canary-8ec962d82-20230623",
|
||||
|
||||
@@ -25,10 +25,10 @@
|
||||
"devDependencies": {
|
||||
"@affine-test/kit": "workspace:*",
|
||||
"@affine/native": "workspace:*",
|
||||
"@blocksuite/blocks": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@electron-forge/cli": "^6.2.1",
|
||||
"@electron-forge/core": "^6.2.1",
|
||||
"@electron-forge/core-utils": "^6.2.1",
|
||||
@@ -46,7 +46,7 @@
|
||||
"electron-log": "^5.0.0-beta.24",
|
||||
"electron-squirrel-startup": "1.0.0",
|
||||
"electron-window-state": "^5.0.3",
|
||||
"esbuild": "^0.18.10",
|
||||
"esbuild": "^0.18.11",
|
||||
"fs-extra": "^11.1.1",
|
||||
"jotai": "^2.2.1",
|
||||
"playwright": "=1.33.0",
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
"postinstall": "prisma generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/server": "^4.7.4",
|
||||
"@apollo/server": "^4.7.5",
|
||||
"@auth/prisma-adapter": "^1.0.0",
|
||||
"@aws-sdk/client-s3": "^3.359.0",
|
||||
"@aws-sdk/client-s3": "^3.363.0",
|
||||
"@nestjs/apollo": "^12.0.7",
|
||||
"@nestjs/common": "^10.0.4",
|
||||
"@nestjs/core": "^10.0.4",
|
||||
|
||||
@@ -30,13 +30,13 @@
|
||||
"wait-on": "^7.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/block-std": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/block-std": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/icons": "^2.1.24",
|
||||
"@blocksuite/lit": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"react": "18.3.0-canary-8ec962d82-20230623",
|
||||
"react-dom": "18.3.0-canary-8ec962d82-20230623"
|
||||
},
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
"@affine/jotai": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@affine/workspace": "workspace:*",
|
||||
"@blocksuite/block-std": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/block-std": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/icons": "^2.1.24",
|
||||
"@blocksuite/lit": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@dnd-kit/core": "^6.0.8",
|
||||
"@dnd-kit/sortable": "^7.0.2",
|
||||
"@emotion/cache": "^11.11.0",
|
||||
|
||||
@@ -51,12 +51,12 @@
|
||||
"rxjs": "^7.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/icons": "^2.1.24",
|
||||
"@blocksuite/lit": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@types/react": "^18.2.14",
|
||||
"@types/react-datepicker": "^4.11.2",
|
||||
"@types/react-dnd": "^3.0.2",
|
||||
|
||||
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
"module": "./src/index.ts",
|
||||
"types": "./src/global.ts",
|
||||
"devDependencies": {
|
||||
"@blocksuite/global": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"next": "=13.4.2",
|
||||
"react": "18.3.0-canary-8ec962d82-20230623",
|
||||
"react-dom": "18.3.0-canary-8ec962d82-20230623",
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
"jotai": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"lottie-web": "^5.12.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -21,11 +21,11 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"jotai": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
"idb": "^7.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"vite": "^4.3.9",
|
||||
"vite-plugin-dts": "3.0.2",
|
||||
"y-indexeddb": "^9.0.11"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"dependencies": {
|
||||
"@affine/component": "workspace:*",
|
||||
"@toeverything/plugin-infra": "workspace:*",
|
||||
"langchain": "^0.0.101",
|
||||
"langchain": "^0.0.102",
|
||||
"marked": "^5.1.0",
|
||||
"marked-gfm-heading-id": "^3.0.4",
|
||||
"marked-mangle": "^1.1.0"
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
"@affine-test/fixtures": "workspace:*",
|
||||
"@affine-test/kit": "workspace:*",
|
||||
"@affine/env": "workspace:*",
|
||||
"@blocksuite/block-std": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/block-std": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230701000557-1e62fe40-nightly",
|
||||
"@playwright/test": "=1.33.0",
|
||||
"express": "^4.18.2",
|
||||
"http-proxy-middleware": "^3.0.0-beta.1",
|
||||
|
||||
Reference in New Issue
Block a user