mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 03:19:52 +08:00
chore: bump version (#1829)
This commit is contained in:
@@ -17,12 +17,12 @@
|
||||
"@affine/debug": "workspace:*",
|
||||
"@affine/i18n": "workspace:*",
|
||||
"@affine/jotai": "workspace:*",
|
||||
"@blocksuite/blocks": "0.0.0-20230404211759-4cf51928",
|
||||
"@blocksuite/editor": "0.0.0-20230404211759-4cf51928",
|
||||
"@blocksuite/global": "0.0.0-20230404211759-4cf51928",
|
||||
"@blocksuite/icons": "2.1.3",
|
||||
"@blocksuite/store": "0.0.0-20230404211759-4cf51928",
|
||||
"@emotion/cache": "^11.10.5",
|
||||
"@blocksuite/blocks": "0.0.0-20230405154041-de2f96d3",
|
||||
"@blocksuite/editor": "0.0.0-20230405154041-de2f96d3",
|
||||
"@blocksuite/global": "0.0.0-20230405154041-de2f96d3",
|
||||
"@blocksuite/icons": "2.1.4",
|
||||
"@blocksuite/store": "0.0.0-20230405154041-de2f96d3",
|
||||
"@emotion/cache": "^11.10.7",
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/server": "^11.10.0",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
@@ -32,7 +32,7 @@
|
||||
"@radix-ui/react-avatar": "^1.0.2",
|
||||
"@toeverything/hooks": "workspace:*",
|
||||
"clsx": "^1.2.1",
|
||||
"lit": "^2.7.1",
|
||||
"lit": "^2.7.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dnd": "^16.0.1",
|
||||
"react-dnd-html5-backend": "^16.0.1",
|
||||
|
||||
Vendored
+2
-2
@@ -14,7 +14,7 @@
|
||||
"./constant": "./src/constant.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/global": "0.0.0-20230404211759-4cf51928",
|
||||
"lit": "^2.7.1"
|
||||
"@blocksuite/global": "0.0.0-20230405154041-de2f96d3",
|
||||
"lit": "^2.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
"@affine/component": "workspace:*",
|
||||
"@affine/debug": "workspace:*",
|
||||
"@affine/env": "workspace:*",
|
||||
"@blocksuite/blocks": "0.0.0-20230404211759-4cf51928",
|
||||
"@blocksuite/store": "0.0.0-20230404211759-4cf51928",
|
||||
"@blocksuite/blocks": "0.0.0-20230405154041-de2f96d3",
|
||||
"@blocksuite/store": "0.0.0-20230405154041-de2f96d3",
|
||||
"@toeverything/y-indexeddb": "workspace:*",
|
||||
"firebase": "^9.19.1",
|
||||
"jotai": "^2.0.3",
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
"idb": "^7.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230404211759-4cf51928",
|
||||
"@blocksuite/store": "0.0.0-20230404211759-4cf51928",
|
||||
"@blocksuite/blocks": "0.0.0-20230405154041-de2f96d3",
|
||||
"@blocksuite/store": "0.0.0-20230405154041-de2f96d3",
|
||||
"vite": "^4.2.1",
|
||||
"vite-plugin-dts": "^2.2.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user