Update to Angular 11

This commit is contained in:
2026-03-22 08:58:46 +01:00
parent 1fcc24f3f0
commit 9063bc0d19
2 changed files with 1646 additions and 872 deletions
+1632 -858
View File
File diff suppressed because it is too large Load Diff
+14 -14
View File
@@ -50,24 +50,24 @@
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
}, },
"dependencies": { "dependencies": {
"@angular-devkit/build-angular": "^0.1000.8", "@angular-devkit/build-angular": "^0.1100.7",
"@angular/animations": "^10.2.5", "@angular/animations": "^11.2.14",
"@angular/cdk": "^10.2.7", "@angular/cdk": "^11.2.13",
"@angular/common": "^10.2.5", "@angular/common": "^11.2.14",
"@angular/compiler": "^10.2.5", "@angular/compiler": "^11.2.14",
"@angular/compiler-cli": "^10.2.5", "@angular/compiler-cli": "^11.2.14",
"@angular/core": "^10.2.5", "@angular/core": "^11.2.14",
"@angular/forms": "^10.2.5", "@angular/forms": "^11.2.14",
"@angular/platform-browser": "^10.2.5", "@angular/platform-browser": "^11.2.14",
"@angular/platform-browser-dynamic": "^10.2.5", "@angular/platform-browser-dynamic": "^11.2.14",
"@angular/platform-server": "^8.2.4", "@angular/platform-server": "^8.2.4",
"@angular/router": "^10.2.5", "@angular/router": "^11.2.14",
"@encharm/cws": "^4.0.2", "@encharm/cws": "^4.0.2",
"@fortawesome/angular-fontawesome": "^0.5.0", "@fortawesome/angular-fontawesome": "^0.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.22", "@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.10.2", "@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.2", "@fortawesome/free-solid-svg-icons": "^5.10.2",
"@ngtools/webpack": "^10.2.4", "@ngtools/webpack": "^11.2.19",
"@passport-next/passport-facebook": "^3.1.2", "@passport-next/passport-facebook": "^3.1.2",
"@passport-next/passport-google-oauth2": "^1.0.0", "@passport-next/passport-google-oauth2": "^1.0.0",
"@types/base64-js": "^1.2.5", "@types/base64-js": "^1.2.5",
@@ -205,7 +205,7 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"tslint": "^5.19.0", "tslint": "^5.19.0",
"tsutils": "^3.17.1", "tsutils": "^3.17.1",
"typescript": "^3.9.10", "typescript": "^4.0.8",
"ua-parser-js": "^0.7.20", "ua-parser-js": "^0.7.20",
"uglifyjs-webpack-plugin": "^1.3.0", "uglifyjs-webpack-plugin": "^1.3.0",
"webgl-debug": "^2.0.1", "webgl-debug": "^2.0.1",
@@ -215,6 +215,6 @@
"workbox-cli": "^4.3.1", "workbox-cli": "^4.3.1",
"wrapper-webpack-plugin": "^2.1.0", "wrapper-webpack-plugin": "^2.1.0",
"yargs": "^14.0.0", "yargs": "^14.0.0",
"zone.js": "^0.10.3" "zone.js": "^0.11.8"
} }
} }