mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 00:06:09 +08:00
chore: bump version (#2310)
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
"@emotion/react": "^11.11.0",
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@mui/base": "5.0.0-alpha.128",
|
||||
"@mui/base": "5.0.0-beta.0",
|
||||
"@mui/icons-material": "^5.11.16",
|
||||
"@mui/material": "^5.12.3",
|
||||
"@mui/material": "^5.13.0",
|
||||
"@popperjs/core": "^2.11.7",
|
||||
"@radix-ui/react-avatar": "^1.0.2",
|
||||
"@toeverything/hooks": "workspace:*",
|
||||
@@ -49,11 +49,11 @@
|
||||
"rxjs": "^7.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230509052644-b8b1b6a1-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230509052644-b8b1b6a1-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230509052644-b8b1b6a1-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230509150141-055b5702-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230509150141-055b5702-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230509150141-055b5702-nightly",
|
||||
"@blocksuite/icons": "^2.1.15",
|
||||
"@blocksuite/store": "0.0.0-20230509052644-b8b1b6a1-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230509150141-055b5702-nightly",
|
||||
"@storybook/addon-actions": "^7.0.10",
|
||||
"@storybook/addon-coverage": "^0.0.8",
|
||||
"@storybook/addon-essentials": "^7.0.10",
|
||||
|
||||
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
||||
"main": "./src/index.ts",
|
||||
"module": "./src/index.ts",
|
||||
"devDependencies": {
|
||||
"@blocksuite/global": "0.0.0-20230509052644-b8b1b6a1-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230509150141-055b5702-nightly",
|
||||
"next": "^13.4.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"react-i18next": "^12.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.16.6",
|
||||
"@types/node": "^18.16.7",
|
||||
"@types/prettier": "^2.7.2",
|
||||
"next": "^13.4.1",
|
||||
"prettier": "^2.8.8",
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
"jotai": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230509052644-b8b1b6a1-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230509052644-b8b1b6a1-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230509052644-b8b1b6a1-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230509052644-b8b1b6a1-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230509150141-055b5702-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230509150141-055b5702-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230509150141-055b5702-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230509150141-055b5702-nightly",
|
||||
"lottie-web": "^5.11.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^2.15.2",
|
||||
"@types/node": "^18.16.6"
|
||||
"@types/node": "^18.16.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
"idb": "^7.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230509052644-b8b1b6a1-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230509052644-b8b1b6a1-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230509150141-055b5702-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230509150141-055b5702-nightly",
|
||||
"vite": "^4.3.5",
|
||||
"vite-plugin-dts": "^2.3.0",
|
||||
"y-indexeddb": "^9.0.11"
|
||||
|
||||
Reference in New Issue
Block a user