mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
chore: bump version (#2950)
This commit is contained in:
@@ -39,12 +39,12 @@
|
||||
"@toeverything/theme": "^0.7.2",
|
||||
"@vanilla-extract/dynamic": "^2.0.3",
|
||||
"clsx": "^1.2.1",
|
||||
"dayjs": "^1.11.8",
|
||||
"dayjs": "^1.11.9",
|
||||
"jotai": "^2.2.1",
|
||||
"lit": "^2.7.5",
|
||||
"lottie-web": "^5.12.2",
|
||||
"react": "18.3.0-canary-8ec962d82-20230623",
|
||||
"react-datepicker": "^4.13.0",
|
||||
"react-datepicker": "^4.15.0",
|
||||
"react-dom": "18.3.0-canary-8ec962d82-20230623",
|
||||
"react-error-boundary": "^4.0.10",
|
||||
"react-is": "^18.2.0",
|
||||
@@ -54,15 +54,15 @@
|
||||
"@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/icons": "^2.1.23",
|
||||
"@blocksuite/icons": "^2.1.24",
|
||||
"@blocksuite/lit": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@types/react": "^18.2.14",
|
||||
"@types/react-datepicker": "^4.11.2",
|
||||
"@types/react-dnd": "^3.0.2",
|
||||
"@types/react-dom": "^18.2.6",
|
||||
"@vanilla-extract/css": "^1.11.1",
|
||||
"typescript": "^5.1.5",
|
||||
"@vanilla-extract/css": "^1.12.0",
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^4.3.9",
|
||||
"yjs": "^13.6.6"
|
||||
},
|
||||
|
||||
@@ -27,15 +27,15 @@
|
||||
"url": "git+https://github.com/toeverything/AFFiNE.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"i18next": "^23.2.3",
|
||||
"react-i18next": "^13.0.0"
|
||||
"i18next": "^23.2.6",
|
||||
"react-i18next": "^13.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.16.18",
|
||||
"@types/node": "^18.16.19",
|
||||
"@types/prettier": "^2.7.3",
|
||||
"prettier": "^2.8.8",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.1.5"
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"version": "0.7.0-beta.0"
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^4.3.9",
|
||||
"vite-plugin-dts": "2.3.0"
|
||||
"vite-plugin-dts": "3.0.2"
|
||||
},
|
||||
"version": "0.7.0-beta.0"
|
||||
}
|
||||
|
||||
@@ -16,12 +16,12 @@
|
||||
"license": "MPL-2.0",
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^2.16.1",
|
||||
"@types/node": "^18.16.18",
|
||||
"@types/node": "^18.16.19",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"rxjs": "^7.8.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.1.5",
|
||||
"typescript": "^5.1.6",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"devDependencies": {
|
||||
"jotai": "^2.2.1",
|
||||
"vite": "^4.3.9",
|
||||
"vite-plugin-dts": "2.3.0"
|
||||
"vite-plugin-dts": "3.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@blocksuite/blocks": "*",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"@blocksuite/blocks": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230630081054-55a25248-nightly",
|
||||
"vite": "^4.3.9",
|
||||
"vite-plugin-dts": "2.3.0",
|
||||
"vite-plugin-dts": "3.0.2",
|
||||
"y-indexeddb": "^9.0.11"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user