mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 09:21:24 +08:00
feat: bump bs (#7266)
## Features - https://github.com/toeverything/BlockSuite/pull/7366 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/7360 @Flrande - https://github.com/toeverything/BlockSuite/pull/7350 @Flrande ## Bugfix - https://github.com/toeverything/BlockSuite/pull/7372 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7365 @CatsJuice - https://github.com/toeverything/BlockSuite/pull/7369 @doouding - https://github.com/toeverything/BlockSuite/pull/7367 @akumatus - https://github.com/toeverything/BlockSuite/pull/7364 @CatsJuice - https://github.com/toeverything/BlockSuite/pull/7356 @akumatus - https://github.com/toeverything/BlockSuite/pull/7335 @doouding - https://github.com/toeverything/BlockSuite/pull/7362 @Flrande - https://github.com/toeverything/BlockSuite/pull/7361 @Flrande - https://github.com/toeverything/BlockSuite/pull/7359 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/7358 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7344 @fundon ## Refactor ## Misc - https://github.com/toeverything/BlockSuite/pull/7370 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7368 @Saul-Mirone
This commit is contained in:
Vendored
+3
-3
@@ -3,8 +3,8 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@blocksuite/global": "0.15.0-canary-202406180357-838ef08",
|
||||
"@blocksuite/store": "0.15.0-canary-202406180357-838ef08",
|
||||
"@blocksuite/global": "0.15.0-canary-202406190538-0571ff1",
|
||||
"@blocksuite/store": "0.15.0-canary-202406190538-0571ff1",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"vitest": "1.6.0"
|
||||
@@ -27,4 +27,4 @@
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"version": "0.14.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
"@affine/debug": "workspace:*",
|
||||
"@affine/env": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@blocksuite/blocks": "0.15.0-canary-202406180357-838ef08",
|
||||
"@blocksuite/global": "0.15.0-canary-202406180357-838ef08",
|
||||
"@blocksuite/store": "0.15.0-canary-202406180357-838ef08",
|
||||
"@blocksuite/blocks": "0.15.0-canary-202406190538-0571ff1",
|
||||
"@blocksuite/global": "0.15.0-canary-202406190538-0571ff1",
|
||||
"@blocksuite/store": "0.15.0-canary-202406190538-0571ff1",
|
||||
"@datastructures-js/binary-search-tree": "^5.3.2",
|
||||
"foxact": "^0.2.33",
|
||||
"jotai": "^2.8.0",
|
||||
@@ -29,8 +29,8 @@
|
||||
"devDependencies": {
|
||||
"@affine-test/fixtures": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@blocksuite/block-std": "0.15.0-canary-202406180357-838ef08",
|
||||
"@blocksuite/presets": "0.15.0-canary-202406180357-838ef08",
|
||||
"@blocksuite/block-std": "0.15.0-canary-202406190538-0571ff1",
|
||||
"@blocksuite/presets": "0.15.0-canary-202406190538-0571ff1",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"async-call-rpc": "^6.4.0",
|
||||
"react": "^18.2.0",
|
||||
@@ -68,4 +68,4 @@
|
||||
}
|
||||
},
|
||||
"version": "0.14.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user