mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
- Update Nx from 21.3.2 to 21.5.2 - Update Angular packages from 20.1.x to 20.2.4 - Update NgRx from 20.0.0 to 20.0.1 - Update development dependencies (@swc/core, @types/node, etc.) - Resolve dependency conflicts with canvas and jsdom versions - Apply Nx migrations for tsConfig options and Angular CLI updates - Fix TypeScript error in customer-order-search.store.ts for tuple destructuring - Update package overrides for compatibility with updated dependencies All tests passing and build successful after migration.
22 lines
548 B
JSON
22 lines
548 B
JSON
{
|
|
"name": "shared-scanner",
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "libs/shared/scanner/src",
|
|
"prefix": "shared",
|
|
"projectType": "library",
|
|
"tags": [],
|
|
"targets": {
|
|
"test": {
|
|
"executor": "@nx/jest:jest",
|
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
|
"options": {
|
|
"jestConfig": "libs/shared/scanner/jest.config.ts",
|
|
"tsConfig": "libs/shared/scanner/tsconfig.spec.json"
|
|
}
|
|
},
|
|
"lint": {
|
|
"executor": "@nx/eslint:lint"
|
|
}
|
|
}
|
|
}
|