From 76acbf35aaa0b080b0e839f341d962ebd9e228fa Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 2 Nov 2023 11:38:10 +0100 Subject: [PATCH] OZG-4320 OZG-4488 Downgrade zone.js To mitigate "Cannot redefine property" error in Unit Tests. See https://github.com/angular/angular/issues/50756 for details. --- goofy-client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goofy-client/package.json b/goofy-client/package.json index 0bee3a7780..f13e6039dd 100644 --- a/goofy-client/package.json +++ b/goofy-client/package.json @@ -60,6 +60,7 @@ "@ngrx/router-store": "16.0.1", "@ngrx/store": "16.0.1", "@ngxp/rest": "9.0.0", + "@nx/angular": "16.10.0", "angular-oauth2-oidc": "15.0.1", "angular-oauth2-oidc-jwks": "15.0.1", "date-fns": "^2.29.3", @@ -71,8 +72,7 @@ "sanitize-filename-ts": "^1.0.2", "tslib": "^2.3.0", "typeface-roboto": "1.1.13", - "zone.js": "0.13.3", - "@nx/angular": "16.10.0" + "zone.js": "0.13.0" }, "devDependencies": { "@angular-devkit/build-angular": "16.2.8", -- GitLab