Some checks failed
Architecture Governance / architecture (push) Has been cancelled
Ran via ng update @angular/cdk@22 - no code migrations required. Verified after full upgrade (core/cli/animations/common/compiler/ forms/platform-browser/router/service-worker/cdk all now 22.0.8/ 22.0.6): tsc --noEmit clean, ng build --configuration=production clean (same pre-existing bundle-budget warning, size unchanged), arch:check:boundaries and arch:check:cycles both pass. Live-verified in browser: storefront home renders correctly (categories/products/ i18n all working), /backoffice/dashboard (admin shell, lazy-loaded per the earlier routing fix) renders correctly, no console errors on either. Required a Node.js upgrade on the dev machine first (Angular 22 CLI needs Node >=22.22.3 or >=24.15; machine had v22.16.0) - done by the user before this update ran.
52 lines
1.8 KiB
JSON
52 lines
1.8 KiB
JSON
{
|
|
"name": "dexarmarket",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"dexar": "ng serve --configuration=development --port 4200",
|
|
"start:dexar": "ng serve --configuration=development --port 4200",
|
|
"build": "ng build",
|
|
"build:dexar": "ng build --configuration=production",
|
|
"test": "ng test --watch=false --browsers=ChromeHeadlessNoSandbox",
|
|
"watch": "ng build --watch --configuration development",
|
|
"arch:check:boundaries": "node tools/architecture/check-boundaries.mjs",
|
|
"arch:check:cycles": "npx --yes madge --circular --extensions ts src/app --ts-config tsconfig.app.json",
|
|
"arch:check": "npm run arch:check:boundaries ; npm run arch:check:cycles",
|
|
"barry": "barry-cache",
|
|
"barry:validate": "barry-cache validate",
|
|
"barry:resume": "barry-cache resume",
|
|
"barry:finalize": "barry-cache finalize",
|
|
"barry:failure": "barry-cache failure"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "22.0.8",
|
|
"@angular/cdk": "22.0.6",
|
|
"@angular/common": "22.0.8",
|
|
"@angular/compiler": "22.0.8",
|
|
"@angular/core": "22.0.8",
|
|
"@angular/forms": "22.0.8",
|
|
"@angular/platform-browser": "22.0.8",
|
|
"@angular/router": "22.0.8",
|
|
"@angular/service-worker": "22.0.8",
|
|
"@lucide/angular": "^1.25.0",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.8.0",
|
|
"zone.js": "~0.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "22.0.8",
|
|
"@angular/cli": "22.0.8",
|
|
"@angular/compiler-cli": "22.0.8",
|
|
"@types/jasmine": "~5.1.0",
|
|
"barry-cache": "^0.9.3",
|
|
"istanbul-lib-instrument": "^6.0.3",
|
|
"jasmine-core": "~5.5.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
"typescript": "~6.0.3"
|
|
}
|
|
} |