Merged PR 1452: Update to Angular 15

This commit is contained in:
Lorenz Hilpert
2022-11-28 15:13:44 +00:00
parent e3d7813edb
commit 045b8e162a
485 changed files with 5406 additions and 9750 deletions

View File

@@ -41,49 +41,46 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~12.2.14",
"@angular/cdk": "~12.2.13",
"@angular/common": "~12.2.14",
"@angular/compiler": "~12.2.14",
"@angular/core": "~12.2.14",
"@angular/forms": "~12.2.14",
"@angular/localize": "~12.2.14",
"@angular/platform-browser": "~12.2.14",
"@angular/platform-browser-dynamic": "~12.2.14",
"@angular/router": "~12.2.14",
"@angular/service-worker": "~12.2.14",
"@angular/animations": "^15.0.0",
"@angular/cdk": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/localize": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@angular/service-worker": "^15.0.0",
"@mdi/js": "^7.0.96",
"@microsoft/signalr": "~5.0.10",
"@ngneat/tailwind": "^7.0.3",
"@ngrx/component-store": "^12.5.1",
"@ngrx/effects": "~12.5.1",
"@ngrx/entity": "~12.5.1",
"@ngrx/store": "~12.5.1",
"@ngrx/store-devtools": "~12.5.1",
"@microsoft/signalr": "^7.0.0",
"@ngrx/component-store": "^14.3.2",
"@ngrx/effects": "^14.3.2",
"@ngrx/entity": "^14.3.2",
"@ngrx/store": "^14.3.2",
"@ngrx/store-devtools": "^14.3.2",
"@paragondata/ngx-ui": "^12.0.0-beta.23",
"angular-oauth2-oidc": "^13.0.1",
"angular-oauth2-oidc-jwks": "^13.0.1",
"angular-oauth2-oidc": "^15.0.1",
"angular-oauth2-oidc-jwks": "^15.0.1",
"core-js": "^2.6.5",
"hammerjs": "^2.0.8",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"ng2-pdf-viewer": "^6.4.1",
"ngx-device-detector": "^2.0.6",
"ng2-pdf-viewer": "^9.1.3",
"ngx-device-detector": "^4.0.1",
"rxjs": "^6.6.7",
"socket.io": "^2.2.0",
"socket.io": "^4.5.4",
"tslib": "^2.0.0",
"uglify-js": "^3.4.9",
"uuid": "^8.3.2",
"web-animations-js": "^2.3.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "~12.1.3",
"@angular-devkit/build-angular": "~12.1.3",
"@angular/cli": "^12.2.13",
"@angular/compiler-cli": "~12.2.14",
"@angular/language-service": "~12.2.14",
"@ngneat/spectator": "^8.0.0",
"@angular-devkit/build-angular": "^15.0.0",
"@angular/cli": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/language-service": "^15.0.0",
"@ngneat/spectator": "^12.2.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/lodash": "^4.14.168",
@@ -92,7 +89,7 @@
"@types/object-hash": "^2.1.0",
"@types/uuid": "^8.3.0",
"autoprefixer": "^10.4.12",
"codelyzer": "^6.0.0",
"codelyzer": "^6.0.2",
"husky": "^4.2.3",
"jasmine-core": "~3.8.0",
"jasmine-marbles": "^0.6.0",
@@ -104,8 +101,8 @@
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-junit-reporter": "^2.0.1",
"ng-mocks": "^12.5.0",
"ng-packagr": "^12.2.5",
"ng-mocks": "^14.3.3",
"ng-packagr": "^15.0.0",
"ng-swagger-gen": "^2.3.1",
"ngrx-store-freeze": "^0.2.4",
"npm-run-all": "^4.1.5",
@@ -121,6 +118,6 @@
"tailwindcss": "^3.1.8",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~4.3.5"
"typescript": "~4.8.4"
}
}