mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 07:06:28 +08:00
c2c7dde06c
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Version bumped to 0.26.3 across the project and Helm charts. * Removed an unused dependency (minimatch) from multiple packages. * Updated build/tooling and packaging metadata, including packaging maker replacement. * Adjusted app release metadata and platform packaging config. * **Tests** * Updated test snapshots to reflect minor presentational styling adjustments. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"name": "@affine-test/blocksuite",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "yarn playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@affine-test/kit": "workspace:*",
|
|
"@blocksuite/affine": "workspace:*",
|
|
"@blocksuite/integration-test": "workspace:*",
|
|
"@playwright/test": "=1.52.0",
|
|
"@toeverything/theme": "^1.1.23",
|
|
"json-stable-stringify": "^1.2.1",
|
|
"rxjs": "^7.8.2"
|
|
},
|
|
"version": "0.26.3"
|
|
}
|