angular version 20 upgraded

This commit is contained in:
arfat qureshi
2025-10-31 13:34:16 +05:30
parent 02842c7a96
commit 9e99e4b1c9
271 changed files with 7131 additions and 23023 deletions

View File

@@ -5,67 +5,71 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-dev": "ng build --configuration=dev",
"build-uat": "ng build --configuration=uat",
"build-preprod": "ng build --configuration=preprod",
"build-prod": "ng build --configuration=prod",
"build-dev": "ng build --configuration=dev && npm run post-build",
"build-uat": "ng build --configuration=uat && npm run post-build",
"build-preprod": "ng build --configuration=preprod && npm run post-build",
"build-prod": "ng build --configuration=prod && npm run post-build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"post-build": "node ./build/post-build.js",
"serve": "node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng serve"
"post-build": "node ./build/post-build.js"
},
"prettier": {
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
},
"private": true,
"dependencies": {
"@angular/animations": "^18.1.4",
"@angular/cdk": "^18.1.4",
"@angular/common": "^18.1.4",
"@angular/compiler": "^18.1.4",
"@angular/core": "^18.1.4",
"@angular/forms": "^18.1.4",
"@angular/material": "^18.1.4",
"@angular/platform-browser": "^18.1.4",
"@angular/platform-browser-dynamic": "^18.1.4",
"@angular/router": "^18.1.4",
"@fullcalendar/angular": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@ng-select/ng-option-highlight": "^13.7.0",
"@ng-select/ng-select": "^13.7.0",
"@ngx-translate/core": "^15.0.0",
"ag-grid-angular": "^32.0.2",
"ag-grid-community": "^32.0.2",
"angular-calendar": "^0.31.1",
"@angular/cdk": "^20.1.2",
"@angular/common": "^20.1.0",
"@angular/compiler": "^20.1.0",
"@angular/core": "^20.1.0",
"@angular/forms": "^20.1.0",
"@angular/material": "^20.1.2",
"@angular/platform-browser": "^20.1.0",
"@angular/platform-browser-dynamic": "^20.1.2",
"@angular/router": "^20.1.0",
"@ionic/angular": "^8.7.6",
"@kolkov/angular-editor": "^3.0.0-beta.2",
"@ng-select/ng-select": "^20.1.2",
"@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "^17.0.0",
"crypto-js": "^4.2.0",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"file-saver": "^2.0.5",
"jsencrypt": "^3.3.2",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"moment": "^2.30.1",
"ng-otp-input": "^1.9.3",
"ngx-cookie-service": "^18.0.0",
"primeicons": "^7.0.0",
"primeng": "^17.18.7",
"quill": "^2.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"my-workspace": "github:ngx-translate/core",
"ng-otp-input": "^2.0.8",
"ngx-cookie-service": "^20.0.1",
"ngx-toastr": "^19.1.0",
"node-fetch": "^2.7.0",
"primeng": "^20.2.0",
"quill": "^2.0.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"xlsx": "^0.18.5",
"zone.js": "^0.14.10"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.4",
"@angular/cli": "^18.1.4",
"@angular/compiler-cli": "^18.1.4",
"@types/file-saver": "^2.0.7",
"@types/jasmine": "^5.1.4",
"@types/node": "^22.1.0",
"jasmine-core": "^5.2.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"typescript": "^5.5.4",
"webpack": "^5.93.0"
"@angular/build": "^20.1.1",
"@angular/cli": "^20.1.1",
"@angular/compiler-cli": "^20.1.0",
"@types/jasmine": "~5.1.0",
"@types/xlsx": "^0.0.35",
"jasmine-core": "~5.8.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.8.2"
}
}
}