|
|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
"chore:generate-openapi": "tsx ./scripts/generate-openapi.ts",
|
|
|
|
|
"chore:update-build-info": "tsx ./scripts/update-build-info.ts",
|
|
|
|
|
"chore:update-version": "tsx ./scripts/update-version.ts",
|
|
|
|
|
"test": "pnpm test:parallel && pnpm test:sequential",
|
|
|
|
|
"test:all": "pnpm test:parallel && pnpm test:sequential",
|
|
|
|
|
"test:parallel": "pnpm nx run-many -t test --all --exclude=ckeditor5-mermaid,ckeditor5-math --parallel",
|
|
|
|
|
"test:sequential": "pnpm nx run-many -t test --projects=ckeditor5-mermaid,ckeditor5-math --parallel=1",
|
|
|
|
|
"coverage": "pnpm nx run-many -t coverage"
|
|
|
|
|
@ -40,7 +40,7 @@
|
|
|
|
|
"@playwright/test": "^1.36.0",
|
|
|
|
|
"@triliumnext/server": "workspace:*",
|
|
|
|
|
"@types/express": "^4.17.21",
|
|
|
|
|
"@types/node": "22.15.21",
|
|
|
|
|
"@types/node": "22.15.24",
|
|
|
|
|
"@vitest/coverage-v8": "^3.0.5",
|
|
|
|
|
"@vitest/ui": "^3.0.0",
|
|
|
|
|
"chalk": "5.4.1",
|
|
|
|
|
@ -49,7 +49,7 @@
|
|
|
|
|
"eslint": "^9.8.0",
|
|
|
|
|
"eslint-config-prettier": "^10.0.0",
|
|
|
|
|
"eslint-plugin-playwright": "^2.0.0",
|
|
|
|
|
"happy-dom": "~17.4.0",
|
|
|
|
|
"happy-dom": "~17.5.0",
|
|
|
|
|
"jiti": "2.4.2",
|
|
|
|
|
"jsdom": "~26.1.0",
|
|
|
|
|
"jsonc-eslint-parser": "^2.1.0",
|
|
|
|
|
@ -90,7 +90,7 @@
|
|
|
|
|
"ckeditor5": "patches/ckeditor5.patch"
|
|
|
|
|
},
|
|
|
|
|
"overrides": {
|
|
|
|
|
"node-abi": "4.8.0",
|
|
|
|
|
"node-abi": "4.9.0",
|
|
|
|
|
"@types/express-serve-static-core": "5.0.6",
|
|
|
|
|
"flat@<5.0.1": ">=5.0.1",
|
|
|
|
|
"minimatch@<3.0.5": ">=3.0.5",
|
|
|
|
|
|