mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
fix #13647 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes * **Chores** * Updated development tooling and build dependencies to latest stable versions * Increased minimum Node.js requirement to version 22 * Updated macOS deployment target to version 11.6 * Enhanced type safety and error handling in build processes <!-- end of auto-generated comment: release notes by coderabbit.ai -->
17 lines
368 B
JSON
17 lines
368 B
JSON
{
|
|
"name": "@affine-test/affine-local",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"e2e": "yarn playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/kit": "workspace:*",
|
|
"@affine-tools/cli": "workspace:*",
|
|
"@affine-tools/utils": "workspace:*",
|
|
"@playwright/test": "=1.52.0",
|
|
"webpack": "^5.102.1"
|
|
},
|
|
"version": "0.25.2"
|
|
}
|