Feature: Added sale voucher to check sale import.
Chore: Frontend moved from Moment to date-fns and from dd-MMM-yyyy to ISO Date format.
This commit is contained in:
@@ -14,21 +14,19 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^22.1.2",
|
||||
"@angular/cdk": "^22.1.2",
|
||||
"@angular/common": "^22.1.2",
|
||||
"@angular/compiler": "^22.1.2",
|
||||
"@angular/core": "^22.1.2",
|
||||
"@angular/forms": "^22.1.2",
|
||||
"@angular/material": "^22.1.2",
|
||||
"@angular/material-moment-adapter": "^22.1.2",
|
||||
"@angular/material-date-fns-adapter": "^22.1.2",
|
||||
"@angular/platform-browser": "^22.1.2",
|
||||
"@angular/platform-browser-dynamic": "^22.1.2",
|
||||
"@angular/router": "^22.1.2",
|
||||
"date-fns": "^4.4.0",
|
||||
"html2canvas": "^1.4.1",
|
||||
"jspdf": "^4.2.0",
|
||||
"mathjs": "^15.1.1",
|
||||
"moment": "^2.30.1",
|
||||
"rxjs": "~7.8.0",
|
||||
"tslib": "^2.6.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user