mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-22 20:41:50 +08:00
chore: bump version (#3346)
This commit is contained in:
@@ -37,34 +37,34 @@
|
||||
"@radix-ui/react-toast": "^1.1.4",
|
||||
"@toeverything/hooks": "workspace:*",
|
||||
"@toeverything/plugin-infra": "workspace:*",
|
||||
"@toeverything/theme": "^0.7.6",
|
||||
"@toeverything/theme": "^0.7.7",
|
||||
"@vanilla-extract/dynamic": "^2.0.3",
|
||||
"clsx": "^1.2.1",
|
||||
"clsx": "^2.0.0",
|
||||
"dayjs": "^1.11.9",
|
||||
"jotai": "^2.2.2",
|
||||
"lit": "^2.7.6",
|
||||
"lottie-web": "^5.12.2",
|
||||
"react": "18.2.0",
|
||||
"react-datepicker": "^4.15.0",
|
||||
"react-datepicker": "^4.16.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-error-boundary": "^4.0.10",
|
||||
"react-is": "^18.2.0",
|
||||
"rxjs": "^7.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/icons": "^2.1.26",
|
||||
"@blocksuite/lit": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@types/react": "^18.2.14",
|
||||
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/icons": "^2.1.27",
|
||||
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@types/react": "^18.2.15",
|
||||
"@types/react-datepicker": "^4.11.2",
|
||||
"@types/react-dnd": "^3.0.2",
|
||||
"@types/react-dom": "^18.2.6",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"@vanilla-extract/css": "^1.12.0",
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^4.4.4",
|
||||
"vite": "^4.4.6",
|
||||
"yjs": "^13.6.7"
|
||||
},
|
||||
"version": "0.7.0-canary.51"
|
||||
|
||||
Vendored
+1
-1
@@ -6,7 +6,7 @@
|
||||
"module": "./src/index.ts",
|
||||
"types": "./src/global.ts",
|
||||
"devDependencies": {
|
||||
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"zod": "^3.21.4"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"@graphql-codegen/cli": "4.0.1",
|
||||
"@graphql-codegen/typescript": "^4.0.1",
|
||||
"@graphql-codegen/typescript-operations": "^4.0.1",
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"@types/lodash-es": "^4.17.8",
|
||||
"lodash-es": "^4.17.21",
|
||||
"prettier": "^3.0.0"
|
||||
},
|
||||
|
||||
@@ -10,12 +10,12 @@
|
||||
"@toeverything/y-indexeddb": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/block-std": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly"
|
||||
"@blocksuite/block-std": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@blocksuite/block-std": "*",
|
||||
|
||||
@@ -27,11 +27,11 @@
|
||||
"url": "git+https://github.com/toeverything/AFFiNE.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"i18next": "^23.2.6",
|
||||
"i18next": "^23.2.11",
|
||||
"react-i18next": "^13.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.16.19",
|
||||
"@types/node": "^18.16.20",
|
||||
"@types/prettier": "^2.7.3",
|
||||
"prettier": "^3.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"devDependencies": {
|
||||
"async-call-rpc": "^6.3.1",
|
||||
"electron": "link:../../apps/electron/node_modules/electron",
|
||||
"vite": "^4.4.4",
|
||||
"vite": "^4.4.6",
|
||||
"vite-plugin-dts": "3.3.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
"jotai": "^2.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/block-std": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/block-std": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"lottie-web": "^5.12.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"license": "MPL-2.0",
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^2.16.1",
|
||||
"@types/node": "^18.16.19",
|
||||
"@types/node": "^18.16.20",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"rxjs": "^7.8.1",
|
||||
|
||||
@@ -36,15 +36,15 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"jotai": "^2.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"vite": "^4.4.4",
|
||||
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"vite": "^4.4.6",
|
||||
"vite-plugin-dts": "3.3.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -36,9 +36,9 @@
|
||||
"idb": "^7.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly",
|
||||
"vite": "^4.4.4",
|
||||
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
|
||||
"vite": "^4.4.6",
|
||||
"vite-plugin-dts": "3.3.1",
|
||||
"y-indexeddb": "^9.0.11"
|
||||
},
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"main": "./src/index.ts",
|
||||
"module": "./src/index.ts",
|
||||
"devDependencies": {
|
||||
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly"
|
||||
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"yjs": "^13.5.51"
|
||||
|
||||
Reference in New Issue
Block a user