Update angular to 20
Some checks failed
Gitea/swiss-client/pipeline/head There was a failure building this commit

This commit is contained in:
2025-08-09 21:05:58 +02:00
parent e58afad433
commit ae1a30da29
4 changed files with 10662 additions and 1609 deletions

View File

@@ -24,16 +24,16 @@
"@angular/platform-server": "^20.1.6",
"@angular/router": "^20.1.6",
"@angular/ssr": "^20.1.5",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@ng-bootstrap/ng-bootstrap": "^19.0.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"express": "^4.18.2",
"moment": "2.29.4",
"ngx-cookie-service-ssr": "^18.0.0",
"ngx-mask": "^18.0.0",
"bootstrap": "^5.3.7",
"express": "^5.1.0",
"moment": "2.30.1",
"ngx-cookie-service-ssr": "^20.1.0",
"ngx-mask": "^20.0.3",
"rxjs": "~7.8.0",
"ts-enums": "^0.0.6",
"tslib": "^2.3.0",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
@@ -41,10 +41,10 @@
"@angular/cli": "^20.1.5",
"@angular/compiler-cli": "^20.1.6",
"@angular/localize": "^20.1.6",
"@types/express": "^4.17.17",
"@types/express": "^5.0.3",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
"jasmine-core": "~5.1.0",
"@types/node": "^24.2.1",
"jasmine-core": "~5.9.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
@@ -52,4 +52,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.8.3"
}
}
}