Update to angular 22

This commit is contained in:
2026-08-05 13:16:47 +02:00
parent 80e7493d82
commit 3cfdd34b6f
122 changed files with 7559 additions and 3911 deletions
+15 -15
View File
@@ -44,22 +44,22 @@
"update-fontawesome": "npm update @fortawesome/fontawesome-svg-core @fortawesome/free-brands-svg-icons @fortawesome/free-solid-svg-icons @fortawesome/angular-fontawesome --save"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.19",
"@angular/animations": "21.2.19",
"@angular/common": "21.2.19",
"@angular/compiler": "21.2.19",
"@angular/compiler-cli": "21.2.19",
"@angular/core": "21.2.19",
"@angular/forms": "21.2.19",
"@angular/platform-browser": "21.2.19",
"@angular/platform-browser-dynamic": "21.2.19",
"@angular/platform-server": "21.2.19",
"@angular/router": "21.2.19",
"@fortawesome/angular-fontawesome": "4.0.0",
"@angular-devkit/build-angular": "22.1.2",
"@angular/animations": "22.1.0",
"@angular/common": "22.1.0",
"@angular/compiler": "22.1.0",
"@angular/compiler-cli": "22.1.0",
"@angular/core": "22.1.0",
"@angular/forms": "22.1.0",
"@angular/platform-browser": "22.1.0",
"@angular/platform-browser-dynamic": "22.1.0",
"@angular/platform-server": "22.1.0",
"@angular/router": "22.1.0",
"@fortawesome/angular-fontawesome": "5.1.0",
"@fortawesome/fontawesome-svg-core": "6.7.2",
"@fortawesome/free-brands-svg-icons": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@ngtools/webpack": "21.2.19",
"@ngtools/webpack": "22.1.2",
"@types/bluebird": "3.5.42",
"@types/body-parser": "1.19.6",
"@types/chai": "5.2.3",
@@ -132,7 +132,7 @@
"ts-node": "10.9.2",
"tslib": "2.8.1",
"tsutils": "3.17.1",
"typescript": "5.9.3",
"typescript": "6.0.3",
"webpack": "5.105.4",
"webpack-bundle-analyzer": "5.2.0",
"webpack-cli": "7.0.2",
@@ -143,7 +143,7 @@
"zone.js": "0.15.1"
},
"dependencies": {
"@angular/cdk": "21.2.14",
"@angular/cdk": "22.1.0",
"@encharm/cws": "4.5.3",
"@passport-next/passport-facebook": "^3.1.3",
"@passport-next/passport-google-oauth2": "^1.0.0",