Update to Angular 9

This commit is contained in:
2026-03-22 08:43:45 +01:00
parent 3addbc1a4e
commit 3045419fe8
7 changed files with 7281 additions and 387 deletions
+16 -15
View File
@@ -50,23 +50,24 @@
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@angular/animations": "^8.2.4",
"@angular/cdk": "^8.1.4",
"@angular/common": "^8.2.4",
"@angular/compiler": "^8.2.4",
"@angular/compiler-cli": "^8.2.4",
"@angular/core": "^8.2.4",
"@angular/forms": "^8.2.4",
"@angular/platform-browser": "^8.2.4",
"@angular/platform-browser-dynamic": "^8.2.4",
"@angular-devkit/build-angular": "^0.900.7",
"@angular/animations": "^9.1.13",
"@angular/cdk": "^9.2.4",
"@angular/common": "^9.1.13",
"@angular/compiler": "^9.1.13",
"@angular/compiler-cli": "^9.1.13",
"@angular/core": "^9.1.13",
"@angular/forms": "^9.1.13",
"@angular/platform-browser": "^9.1.13",
"@angular/platform-browser-dynamic": "^9.1.13",
"@angular/platform-server": "^8.2.4",
"@angular/router": "^8.2.4",
"@angular/router": "^9.1.13",
"@encharm/cws": "^4.0.2",
"@fortawesome/angular-fontawesome": "^0.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"@ngtools/webpack": "^8.3.1",
"@ngtools/webpack": "^9.1.15",
"@passport-next/passport-facebook": "^3.1.2",
"@passport-next/passport-google-oauth2": "^1.0.0",
"@types/base64-js": "^1.2.5",
@@ -188,7 +189,7 @@
"request": "^2.88.0",
"request-promise": "^4.2.4",
"rollbar": "^2.12.2",
"rxjs": "^6.5.2",
"rxjs": "^6.6.7",
"sass": "^1.58.3",
"sass-loader": "^13.3.3",
"serve-favicon": "^2.5.0",
@@ -198,13 +199,13 @@
"timsort": "^0.3.0",
"tracer": "^1.0.1",
"transliteration": "1.6.6",
"ts-loader": "^6.0.4",
"ts-loader": "^6.2.2",
"ts-node": "^8.3.0",
"tsickle": "^0.37.0",
"tslib": "^1.10.0",
"tslint": "^5.19.0",
"tsutils": "^3.17.1",
"typescript": "<3.6.0",
"typescript": "^3.8.3",
"ua-parser-js": "^0.7.20",
"uglifyjs-webpack-plugin": "^1.3.0",
"webgl-debug": "^2.0.1",
@@ -214,6 +215,6 @@
"workbox-cli": "^4.3.1",
"wrapper-webpack-plugin": "^2.1.0",
"yargs": "^14.0.0",
"zone.js": "^0.10.2"
"zone.js": "^0.10.3"
}
}