Update Angular to v21 #5

Merged
sandre merged 3 commits from feature/update-to-angular-v21 into master 2026-01-22 13:47:46 +00:00
2 changed files with 1512 additions and 1551 deletions
Showing only changes of commit debc4901c7 - Show all commits

File diff suppressed because it is too large Load Diff

View File

@@ -1,46 +1,46 @@
{ {
"name": "skydivelogs-app", "name": "skydivelogs-app",
"version": "0.0.0", "version": "0.0.0",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"build": "ng build --configuration production", "build": "ng build --configuration production",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e" "e2e": "ng e2e"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^20.3.16", "@angular/animations": "^21.1.1",
"@angular/cdk": "^20.2.14", "@angular/cdk": "^20.2.14",
"@angular/common": "^20.3.16", "@angular/common": "^21.1.1",
"@angular/compiler": "^20.3.16", "@angular/compiler": "^21.1.1",
"@angular/core": "^20.3.16", "@angular/core": "^21.1.1",
"@angular/forms": "^20.3.16", "@angular/forms": "^21.1.1",
"@angular/material": "^20.2.14", "@angular/material": "^20.2.14",
"@angular/platform-browser": "^20.3.16", "@angular/platform-browser": "^21.1.1",
"@angular/platform-browser-dynamic": "^20.3.16", "@angular/platform-browser-dynamic": "^21.1.1",
"@angular/router": "^20.3.16", "@angular/router": "^21.1.1",
"@ngx-translate/core": "^17.0.0", "@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "^17.0.0", "@ngx-translate/http-loader": "^17.0.0",
"chart.js": "^4.3.0", "chart.js": "^4.3.0",
"ng2-charts": "^8.0.0", "ng2-charts": "^8.0.0",
"rxjs": "~7.8.0", "rxjs": "~7.8.0",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"zone.js": "~0.15.0" "zone.js": "~0.15.0"
}, },
"devDependencies": { "devDependencies": {
"@angular/build": "^20.3.14", "@angular/build": "^21.1.1",
"@angular/cli": "~20.3.14", "@angular/cli": "~21.1.1",
"@angular/compiler-cli": "^20.3.16", "@angular/compiler-cli": "^21.1.1",
"@types/jasmine": "~4.3.0", "@types/jasmine": "~4.3.0",
"jasmine-core": "~5.1.0", "jasmine-core": "~5.1.0",
"karma": "~6.4.0", "karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0", "karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0", "karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0", "karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0", "karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.9.3" "typescript": "~5.9.3"
} }
} }