chore: bump blocksuite (#5026)

This commit is contained in:
Flrande
2023-11-22 20:12:52 +08:00
committed by GitHub
parent d1476495ae
commit a3d880daa3
18 changed files with 171 additions and 184 deletions

View File

@@ -55,9 +55,9 @@
},
"dependencies": {
"@affine/sdk": "workspace:*",
"@blocksuite/blocks": "0.0.0-20231116023037-31273bb7-nightly",
"@blocksuite/global": "0.0.0-20231116023037-31273bb7-nightly",
"@blocksuite/store": "0.0.0-20231116023037-31273bb7-nightly",
"@blocksuite/blocks": "0.0.0-20231122080937-d46dd0bc-nightly",
"@blocksuite/global": "0.0.0-20231122080937-d46dd0bc-nightly",
"@blocksuite/store": "0.0.0-20231122080937-d46dd0bc-nightly",
"jotai": "^2.4.3",
"jotai-effect": "^0.2.2",
"tinykeys": "^2.1.0",
@@ -66,8 +66,7 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/editor": "0.0.0-20231116023037-31273bb7-nightly",
"@blocksuite/lit": "0.0.0-20231116023037-31273bb7-nightly",
"@blocksuite/editor": "0.0.0-20231122080937-d46dd0bc-nightly",
"@testing-library/react": "^14.0.0",
"async-call-rpc": "^6.3.1",
"electron": "link:../../frontend/electron/node_modules/electron",
@@ -82,7 +81,6 @@
"peerDependencies": {
"@affine/templates": "*",
"@blocksuite/editor": "*",
"@blocksuite/lit": "*",
"async-call-rpc": "*",
"electron": "*",
"react": "*",
@@ -95,9 +93,6 @@
"@blocksuite/editor": {
"optional": true
},
"@blocksuite/lit": {
"optional": true
},
"async-call-rpc": {
"optional": true
},