mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
[HIMA-289] fixed bug when navigatin to cart review and selected customer was missing mandatory information, in this case the cartData subscriber was causing infinite loop
This commit is contained in:
24
package.json
24
package.json
@@ -15,17 +15,17 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "~7.2.7",
|
||||
"@angular/animations": "~7.2.12",
|
||||
"@angular/cdk": "^7.0.2",
|
||||
"@angular/common": "^7.2.7",
|
||||
"@angular/compiler": "~7.2.7",
|
||||
"@angular/core": "~7.2.7",
|
||||
"@angular/forms": "~7.2.7",
|
||||
"@angular/platform-browser": "~7.2.7",
|
||||
"@angular/platform-browser-dynamic": "~7.2.7",
|
||||
"@angular/common": "^7.2.12",
|
||||
"@angular/compiler": "~7.2.12",
|
||||
"@angular/core": "~7.2.12",
|
||||
"@angular/forms": "~7.2.12",
|
||||
"@angular/platform-browser": "~7.2.12",
|
||||
"@angular/platform-browser-dynamic": "~7.2.12",
|
||||
"@angular/pwa": "^0.13.4",
|
||||
"@angular/router": "~7.2.7",
|
||||
"@angular/service-worker": "~7.2.7",
|
||||
"@angular/router": "~7.2.12",
|
||||
"@angular/service-worker": "~7.2.12",
|
||||
"@ngxs/store": "^3.4.1",
|
||||
"@types/faker": "^4.1.5",
|
||||
"@zxing/ngx-scanner": "^1.3.0",
|
||||
@@ -46,11 +46,11 @@
|
||||
"zone.js": "~0.8.29"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^0.12.4",
|
||||
"@angular-devkit/build-angular": "^0.13.8",
|
||||
"@angular-devkit/build-ng-packagr": "^0.12.4",
|
||||
"@angular/cli": "^7.2.4",
|
||||
"@angular/compiler-cli": "^7.2.7",
|
||||
"@angular/language-service": "~7.2.7",
|
||||
"@angular/compiler-cli": "^7.2.12",
|
||||
"@angular/language-service": "~7.2.12",
|
||||
"@ngxs/devtools-plugin": "^3.4.1",
|
||||
"@ngxs/logger-plugin": "^3.4.1",
|
||||
"@types/jasmine": "^2.8.16",
|
||||
|
||||
Reference in New Issue
Block a user